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 gcc.dg/intermod-1.c on alpha


Alpha emits "$foo..ng" for the no-gp entry point for foo.


r~


        * gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.

Index: gcc.dg/intermod-1.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/testsuite/gcc.dg/intermod-1.c,v
retrieving revision 1.1
diff -c -p -d -u -r1.1 intermod-1.c
--- gcc.dg/intermod-1.c	26 Jul 2003 07:16:48 -0000	1.1
+++ gcc.dg/intermod-1.c	10 Dec 2003 09:29:34 -0000
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-final { scan-assembler-not {foo[1-9]\.} } } */
+/* { dg-final { scan-assembler-not {foo[1-9]\.[0-9]} } } */
 
 /* Check that we don't get .0 suffixes on static variables when not using
    intermodule analysis.  */


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