[cfe-dev] Crash with function declaration with attribute

Eli Friedman eli.friedman at gmail.com
Sat Jan 12 07:30:12 PST 2008


Testcase:
void foo (const char *, ...) __attribute__((__format__(__printf__, 1,
2))), bar (void);

With clang -fsyntax-only,  glibc prints out an error about a double-free.

-Eli



More information about the cfe-dev mailing list