http://llvm.org/bugs/show_bug.cgi?id=6542

Duncan Sands <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #4 from Duncan Sands <[email protected]> 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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to