Missed testcase in earlier commit.

2008-01-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

	PR middle-end/33092
testsuite/
	* gcc.dg/pr33092.c: New.

From-SVN: r131721
This commit is contained in:
Manuel López-Ibáñez 2008-01-22 14:17:00 +00:00
parent 027b740e14
commit 230a357242
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O1 -fno-tree-salias" } */
int foo ()
{
return 0;
}