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

            Bug ID: 33852
           Summary: Defining __STDC_WANT_LIB_EXT1__ causes
                    reserved-id-macro warning
           Product: clang
           Version: 4.0
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Frontend
          Assignee: unassignedclangb...@nondot.org
          Reporter: mohd.ak...@outlook.com
                CC: llvm-bugs@lists.llvm.org

Doing this:

#define __STDC_WANT_LIB_EXT1__ 1

causes:

warning: macro name is a reserved identifier [-Wreserved-id-macro]

Defining __STDC_WANT_LIB_EXT1__ is valid in C11.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to