This is the mail archive of the gcc-patches@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]

Re: [PATCH] fix libgomp.c++/pr24455.C failures on darwin


AIX has the exact same problem.  Thanks for tracking down the solution
on Darwin.  I applied the equivalent testsuite option for AIX.

Thanks, David

        * testsuite/libgomp.c++/pr24455.C: Use -Wl,-G on AIX.

--- a/libgomp/testsuite/libgomp.c++/pr24455.C     2012-06-18
17:57:13.000000000 -0400
+++ b/libgomp/testsuite/libgomp.c++/pr24455.C   2012-11-06
11:43:55.000000000 -0500
@@ -1,6 +1,7 @@
 // { dg-do run }
 // { dg-additional-sources pr24455-1.C }
 // { dg-require-effective-target tls_runtime }
+// { dg-options "-Wl,-G" { target powerpc-ibm-aix* } }

 extern "C" void abort (void);


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