[LLVMbugs] [Bug 6542] Add support for __gcc_tdiag__ format attribute
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Mar 22 13:30:28 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=6542
Duncan Sands <baldrick at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #4 from Duncan Sands <baldrick at free.fr> 2010-03-22 15:30:28 CDT ---
I'm still seeing the same message. Testcase:
extern void internal_error (const char *, ...) __attribute__ ((__format__
(__gcc_tdiag__, 1, 2)));
$ clang++ -S testcase.ii
testcase.ii:1:64: warning: 'format' attribute argument not supported:
__gcc_tdiag__
extern void internal_error (const char *, ...) __attribute__ ((__format__
(__gcc_tdiag__, 1, 2)));
^
1 diagnostic generated.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list