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 #19 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2012-01-23 22:05:44 UTC ---
> g++.dg/torture/pr51344.C: Limit to x86.
>
> -/* { dg-do compile } */
> +/* { dg-do compile { target { i?86-*-* && ilp32 } } } */

Any reason to limit the test to i?86 and 32 bit mode? Why not on x86_64 and 64
bit mode?
Is it related to the failures seen at
http://gcc.gnu.org/ml/gcc-testresults/2012-01/msg02281.html for instance?

The test passes for both -m32 and -m64 on x86_64-apple-darwin10 with

/* { dg-do compile { target { i?86-*-* x86_64-*-* } } } */


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