http://llvm.org/bugs/show_bug.cgi?id=15803
Bug ID: 15803 Summary: __extension__ does not suppress pedantic warning for flexible array member in c89 mode Product: clang Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P Component: Frontend Assignee: unassignedclangb...@nondot.org Reporter: crig...@gmail.com CC: llvmbugs@cs.uiuc.edu Classification: Unclassified This testcase produces a warning even though __extension__ is used. clang -std=c89 -pedantic: struct foo { int len; __extension__ char buf[]; }; -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list LLVMbugs@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs