diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 535f484436c..98243dc1d3d 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-10-20 Geoffrey Keating + + * obj-c++.dg/stubify-2.mm: Update the name of the RTL dump file. + 2005-10-21 Alan Modra * 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 0bbfd312d65..a928d3fb7ab 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\"" } } */