http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46859
H.J. Lu <hjl.tools at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jsm28 at gcc dot gnu.org --- Comment #3 from H.J. Lu <hjl.tools at gmail dot com> 2010-12-09 20:45:46 UTC --- For int * __attribute__((aligned(4096))) foo2 () { return 0; } parser applies attribute to "int *" instead of foo2.