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/69634] [6 Regression] -fcompare-debug failure (length) with -O2 -fno-dce -fschedule-insns -fno-tree-vrp @ i686


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69634

--- Comment #6 from UroÅ Bizjak <ubizjak at gmail dot com> ---
+/* { dg-additional-options "-Wno-psabi -mno-sse" { target i?86-*-* x86_64-*-*
} } */
+/* { dg-additional-options "-m32" { target x86_64-*-* } } */

Please don't use explicit -m32. If the test is valid only for 32bit target, you
should use "target ia32", otherwise just leave it out. 32bit multilib tests
will add -m32 automatically.

Explicit -m32 will probably fail with x32, which is x86_64 target, too.

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