This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

fix objective-c++ stubify test failure


The name changed; Andrew noticed it was broken for obj-c and fixed
that but didn't propagate the fix to obj-c++.

-- 
- Geoffrey Keating <geoffk@apple.com>

===File ~/patches/gcc-testsuite-objcpstubify.patch==========
2005-10-20  Geoffrey Keating  <geoffk@apple.com>

	* obj-c++.dg/stubify-2.mm: Update the name of the RTL dump file.

Index: testsuite/obj-c++.dg/stubify-2.mm
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/obj-c++.dg/stubify-2.mm,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 stubify-2.mm
--- testsuite/obj-c++.dg/stubify-2.mm	26 May 2005 01:53:56 -0000	1.2
+++ testsuite/obj-c++.dg/stubify-2.mm	20 Oct 2005 23:57:13 -0000
@@ -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\"" } } */
============================================================


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]