Commit f50a5f61 by Ben Elliston Committed by Ben Elliston

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

From-SVN: r91331
parent 504832c1
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> 2004-11-25 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/17957 PR middle-end/17957
......
/* { dg-do compile } */ /* { 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; __attribute__ ((vector_size (64))) unsigned char v1, v2, v3;
void void
vadd (void) vadd (void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment