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]

[patch] darwin-ppc stabs-attrib-vect-darwin make it pass.


Hello all,

this little patch makes the stabs-attrib-vect-darwin test case pass on darwin-ppc.

It was failing since at least two years.

Ok for trunk?

Thanks,
Andreas

2007-09-29 Andreas Tobler <a.tobler@schweiz.org>

	* gcc.target/powerpc/stabs-attrib-vect-darwin.c: Change options to use
	-gstabs+ for extended options.

Index: testsuite/gcc.target/powerpc/stabs-attrib-vect-darwin.c
===================================================================
--- testsuite/gcc.target/powerpc/stabs-attrib-vect-darwin.c (revision 128873)
+++ testsuite/gcc.target/powerpc/stabs-attrib-vect-darwin.c (working copy)
@@ -1,6 +1,6 @@
/* Test Attribute Vector associated with vector type stabs. */
/* { dg-do compile { target powerpc*-*-darwin* } } */
-/* { dg-options "-gstabs -fno-eliminate-unused-debug-types -faltivec" } */
+/* { dg-options "-gstabs+ -fno-eliminate-unused-debug-types -faltivec" } */


 int main ()
 {


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