gcc.target/i386/pr59099.c fails on x86_64-redhat-linux-gnu with --disable-multilib because linking -m32 code is not supported. The test case passes in 64-bit mode as well. The other -m32 tests do not use dg-do run, so they do not exhibit this problem.

Okay for trunk?

--
Florian Weimer / Red Hat Product Security Team
2014-01-07  Florian Weimer  <fwei...@redhat.com>

	* gcc.target/i386/pr59099.c: Drop -m32.

Index: gcc/testsuite/gcc.target/i386/pr59099.c
===================================================================
--- gcc/testsuite/gcc.target/i386/pr59099.c	(revision 206311)
+++ gcc/testsuite/gcc.target/i386/pr59099.c	(working copy)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-O2 -fPIC -m32" } */
+/* { dg-options "-O2 -fPIC" } */
 
 void (*pfn)(void);

Reply via email to