This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/51934] FAIL: g++.dg/torture/pr51344.C -O0 (test for excess errors) due to "cdecl attribute ignored" warning


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51934

--- Comment #20 from Jason Merrill <jason at gcc dot gnu.org> 2012-01-24 02:45:28 UTC ---
cdecl only applies to the 32-bit ABI.  ix86_handle_cconv_attribute normally
warns about using it in 64-bit mode, I wonder why it doesn't on darwin?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]