Commit 336b7dca by Jakub Jelinek Committed by Jakub Jelinek

* gcc.dg/20020104-2.c: New test.

From-SVN: r48542
parent b0832fe1
......@@ -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.
......
/* 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;
}
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