[llvm-bugs] [Bug 47536] New: diagnose clang pragma's that set Strict floating point mode if target doesn't support

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 15 09:53:49 PDT 2020


https://bugs.llvm.org/show_bug.cgi?id=47536

            Bug ID: 47536
           Summary: diagnose clang pragma's that set Strict floating point
                    mode if target doesn't support
           Product: clang
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: C++
          Assignee: unassignedclangbugs at nondot.org
          Reporter: melanie.blower at intel.com
                CC: blitzrakete at gmail.com, dgregor at apple.com,
                    erik.pilkington at gmail.com, llvm-bugs at lists.llvm.org,
                    richard-llvm at metafoo.co.uk

@kpn wrote, in D80952 <https://reviews.llvm.org/D80952> I added support for
disabling strictfp support when a target doesn't support it. But it only
applies to command line arguments.

Is there any chance at all that relevant pragmas can also be disabled with the
warning in the same cases?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200915/2eed4bdd/attachment.html>


More information about the llvm-bugs mailing list