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.

Reply via email to