aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@physics.uc.edu>2005-08-13 21:41:53 +0000
committerAndrew Pinski <pinskia@gcc.gnu.org>2005-08-13 14:41:53 -0700
commitffacdfa19213349f730e3c5dea70b95c147a827b (patch)
treeecb0e8785807e9cd48f73ba4adeeb1c9fbff61a0
parent4179a4142c174197fcf6340fd97e239344f864a3 (diff)
downloadgcc-ffacdfa19213349f730e3c5dea70b95c147a827b.zip
gcc-ffacdfa19213349f730e3c5dea70b95c147a827b.tar.gz
gcc-ffacdfa19213349f730e3c5dea70b95c147a827b.tar.bz2
stubify-2.m: Correct the name of the rtl dump file.
2005-08-13 Andrew Pinski <pinskia@physics.uc.edu> * objc.dg/stubify-2.m: Correct the name of the rtl dump file. From-SVN: r103062
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/objc.dg/stubify-2.m2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index f98e137..26827a6 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,5 +1,9 @@
2005-08-13 Andrew Pinski <pinskia@physics.uc.edu>
+ * objc.dg/stubify-2.m: Correct the name of the rtl dump file.
+
+2005-08-13 Andrew Pinski <pinskia@physics.uc.edu>
+
part of PR testsuite/23348
* lib/objc-torture.exp: Add -fgnu-runtime and/or -fnext-runtime to each
of the torture options.
diff --git a/gcc/testsuite/objc.dg/stubify-2.m b/gcc/testsuite/objc.dg/stubify-2.m
index 6e9b3a0..2a60686 100644
--- a/gcc/testsuite/objc.dg/stubify-2.m
+++ b/gcc/testsuite/objc.dg/stubify-2.m
@@ -28,4 +28,4 @@ extern int bogonic (int, int, int) ;
/* Any symbol_ref of an un-stubified objc_msgSend is an error; look
for "objc_msgSend" in quotes, without the $stub suffix. */
-/* { dg-final { scan-file-not stubify-2.m.03.jump "symbol_ref.*\"objc_msgSend\"" } } */
+/* { dg-final { scan-file-not stubify-2.m.08.jump "symbol_ref.*\"objc_msgSend\"" } } */