* gcc.dg/20020104-2.c: New test.
From-SVN: r48542
This commit is contained in:
parent
b0832fe1f3
commit
336b7dca5b
@ -2,6 +2,8 @@
|
||||
|
||||
* gcc.dg/20020104-1.c: New test.
|
||||
|
||||
* gcc.dg/20020104-2.c: New test.
|
||||
|
||||
2002-01-04 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* gcc.dg/20020103-1.c: Fix typo in target selector.
|
||||
|
10
gcc/testsuite/gcc.dg/20020104-2.c
Normal file
10
gcc/testsuite/gcc.dg/20020104-2.c
Normal file
@ -0,0 +1,10 @@
|
||||
/* This testcase used to fail because outlining_inline_function was called
|
||||
too early, before rtl was generated. */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O3 -g" } */
|
||||
|
||||
int foo (const int *x)
|
||||
{
|
||||
char a[*x];
|
||||
return 0;
|
||||
}
|
Loading…
Reference in New Issue
Block a user