[llvm-bugs] [Bug 42817] New: Bump __GNUC__, __GNUC_MINOR__ from 4.2.1

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jul 29 13:12:13 PDT 2019


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

            Bug ID: 42817
           Summary: Bump __GNUC__, __GNUC_MINOR__ from 4.2.1
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: david.bolvansky at gmail.com
                CC: llvm-bugs at lists.llvm.org, neeilans at live.com,
                    richard-llvm at metafoo.co.uk

ICC:

printf("%d %d %d %d %s",__GXX_ABI_VERSION, __GNUC__, __GNUC_MINOR__,
__GNUC_PATCHLEVEL__, __VERSION__);

1010 7 4 0 Intel(R) C++ gcc 7.4 mode

Clang's current gcc-compat version "4.2.1" is very old and may force Clang to
take path for dump, old compilers.

-- 
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/20190729/f42c0e2c/attachment.html>


More information about the llvm-bugs mailing list