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

From-SVN: r74490
This commit is contained in:
Richard Henderson 2003-12-10 01:30:07 -08:00 committed by Richard Henderson
parent 9877afe873
commit 5ca18844a8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-12-10 Richard Henderson <rth@redhat.com>
* gcc.dg/intermod-1.c: Adjust assembler scan pattern for alpha.
2003-12-08 Matt Austern <austern@apple.com>
PR c/13134

View File

@ -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. */