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

From-SVN: r91331
This commit is contained in:
Ben Elliston 2004-11-26 06:09:50 +00:00 committed by Ben Elliston
parent 504832c13e
commit f50a5f61c9
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-11-26 Ben Elliston <bje@au.ibm.com>
* gcc.dg/pr17957.c: Pass --param, not -param.
2004-11-25 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/17957

View File

@ -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)