diff options
author | Ben Elliston <bje@au.ibm.com> | 2006-09-18 22:25:46 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2006-09-19 08:25:46 +1000 |
commit | 71e9f91522224a31fd9fc7b5345bf87e9222b24a (patch) | |
tree | 649dbe748c7067e9a354b486c4b2b21441065f79 | |
parent | 6af7ed0853685786992383cdaf9c864c7739a0ff (diff) | |
download | gcc-71e9f91522224a31fd9fc7b5345bf87e9222b24a.zip gcc-71e9f91522224a31fd9fc7b5345bf87e9222b24a.tar.gz gcc-71e9f91522224a31fd9fc7b5345bf87e9222b24a.tar.bz2 |
* gcc.c-torture/compile/20030405-1.x: Remove.
From-SVN: r117040
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/20030405-1.x | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 9f26625..d65af41 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2006-09-19 Ben Elliston <bje@au.ibm.com> + * gcc.c-torture/compile/20030405-1.x: Remove. + * g++.old-deja/g++.pt/const2.C (main): Examine p to prevent an optimising linker from discarding it. diff --git a/gcc/testsuite/gcc.c-torture/compile/20030405-1.x b/gcc/testsuite/gcc.c-torture/compile/20030405-1.x deleted file mode 100644 index 3dbbbda..0000000 --- a/gcc/testsuite/gcc.c-torture/compile/20030405-1.x +++ /dev/null @@ -1,3 +0,0 @@ -# This test was found to fail only when -pedantic is used. -set options "-pedantic" -return 0 |