[cfe-dev] __aligned__ attribute doesn't parse correctly

Eli Friedman eli.friedman at gmail.com
Tue Jan 29 20:31:51 PST 2008


Testcase:
struct a{int b;} b __attribute__((__aligned__));

gcc says it's okay, clang gives an error.  (From pthread.h.)

-Eli



More information about the cfe-dev mailing list