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]

Fix for gcc.dg/pr17957.c


Committed as obvious:

2004-11-26  Ben Elliston  <bje@au.ibm.com>

	* gcc.dg/pr17957.c: Pass --param, not -param.

Index: pr17957.c
===================================================================
RCS file: /home/bje/gcc-cvs/gcc/gcc/testsuite/gcc.dg/pr17957.c,v
retrieving revision 1.1
diff -u -p -r1.1 pr17957.c
--- pr17957.c	26 Nov 2004 03:55:10 -0000	1.1
+++ pr17957.c	26 Nov 2004 06:03:40 -0000
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "--param ggc-min-expand=0 -param ggc-min-heapsize=0" } */
+/* { dg-options "--param ggc-min-expand=0 --param ggc-min-heapsize=0" } */
 __attribute__ ((vector_size (64))) unsigned char v1, v2, v3;
 void
 vadd (void)


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