diff options
author | Geoffrey Keating <geoffk@apple.com> | 2005-10-20 23:59:58 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2005-10-20 23:59:58 +0000 |
commit | 3b193858c87f735d5a4d0a96923e7ebea4504db3 (patch) | |
tree | 6377301068850f9193ac1e876ca42085557225ce | |
parent | 6afbb1cd9b602add5b576689ea75c02422205d14 (diff) | |
download | gcc-3b193858c87f735d5a4d0a96923e7ebea4504db3.zip gcc-3b193858c87f735d5a4d0a96923e7ebea4504db3.tar.gz gcc-3b193858c87f735d5a4d0a96923e7ebea4504db3.tar.bz2 |
* obj-c++.dg/stubify-2.mm: Update the name of the RTL dump file.
From-SVN: r105695
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/obj-c++.dg/stubify-2.mm | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 535f484..98243dc 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-10-20 Geoffrey Keating <geoffk@apple.com> + + * obj-c++.dg/stubify-2.mm: Update the name of the RTL dump file. + 2005-10-21 Alan Modra <amodra@bigpond.net.au> * g++.dg/warn/Wconversion1.C: Use -fsigned-char. diff --git a/gcc/testsuite/obj-c++.dg/stubify-2.mm b/gcc/testsuite/obj-c++.dg/stubify-2.mm index 0bbfd31..a928d3f 100644 --- a/gcc/testsuite/obj-c++.dg/stubify-2.mm +++ b/gcc/testsuite/obj-c++.dg/stubify-2.mm @@ -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.mm.03.jump "symbol_ref.*\"objc_msgSend\"" } } */ +/* { dg-final { scan-file-not stubify-2.mm.08.jump "symbol_ref.*\"objc_msgSend\"" } } */ |