[llvm-bugs] [Bug 30467] New: Remote old LLVM_GNUC_PREREQ checks now that GC 4.7 is the minimum

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Sep 20 12:51:10 PDT 2016


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

            Bug ID: 30467
           Summary: Remote old LLVM_GNUC_PREREQ checks now that GC 4.7 is
                    the minimum
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: pete.cooper at gmail.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Looking in the LLVM codebase, specifically Support/Compiler.h, there are checks
such as:

#if __has_attribute(sentinel) || LLVM_GNUC_PREREQ(3, 0, 0)
#define LLVM_END_WITH_NULL __attribute__((sentinel))
#else
#define LLVM_END_WITH_NULL
#endif

As we require GCC 4.7 as a minimum
(http://llvm.org/docs/GettingStarted.html#software), we should remove any
checks which are no longer required.

-- 
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/20160920/ec0f9c5b/attachment.html>


More information about the llvm-bugs mailing list