aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@gcc.gnu.org>2005-07-28 08:14:15 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2005-07-28 08:14:15 +0000
commitfea11803ba4a0a6d99a3ac7209b113d54ef0c4a0 (patch)
treee9e5401293f7fad9d169691aec78624234e08985 /gcc
parent378ba99de6cc6a6b666af1b4ccf563af76307f13 (diff)
downloadgcc-fea11803ba4a0a6d99a3ac7209b113d54ef0c4a0.zip
gcc-fea11803ba4a0a6d99a3ac7209b113d54ef0c4a0.tar.gz
gcc-fea11803ba4a0a6d99a3ac7209b113d54ef0c4a0.tar.bz2
Fix filename in last commit
From-SVN: r102474
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index a7fcc98..c2664f4 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,7 +1,7 @@
2005-07-28 Richard Sandiford <richard@codesourcery.com>
PR c/22589
- * gcc.c-torture/compile/pr22589.c: New test.
+ * gcc.c-torture/compile/pr22589-1.c: New test.
2005-07-28 Jan Hubicka <jh@suse.cz>