]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Missed testcase in earlier commit.
authorManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 22 Jan 2008 14:17:00 +0000 (14:17 +0000)
committerManuel López-Ibáñez <manu@gcc.gnu.org>
Tue, 22 Jan 2008 14:17:00 +0000 (14:17 +0000)
2008-01-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>

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

From-SVN: r131721

gcc/testsuite/gcc.dg/pr33092.c [new file with mode: 0644]

diff --git a/gcc/testsuite/gcc.dg/pr33092.c b/gcc/testsuite/gcc.dg/pr33092.c
new file mode 100644 (file)
index 0000000..8f48fab
--- /dev/null
@@ -0,0 +1,6 @@
+/* { dg-do compile } */
+/* { dg-options "-O1 -fno-tree-salias" } */
+int foo ()
+{
+  return 0;
+}