stabs-1.m: Allow assembly label to begin with a dot ('.').

[gcc/testsuite/ChangeLog]
2004-12-17  Ziemowit Laski  <zlaski@apple.com>

        * objc.dg/stabs-1.m: Allow assembly label to begin
        with a dot ('.').

From-SVN: r92328
This commit is contained in:
Ziemowit Laski 2004-12-17 19:32:51 +00:00 committed by Ziemowit Laski
parent 6b6c8106ab
commit 5429f07f64
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-12-17 Ziemowit Laski <zlaski@apple.com>
* objc.dg/stabs-1.m: Allow assembly label to begin
with a dot ('.').
2004-12-17 Jakub Jelinek <jakub@redhat.com>
* gcc.c-torture/execute/20041213-1.c: Move...

View File

@ -15,4 +15,4 @@
}
@end
/* { dg-final { scan-assembler ".text\n\t.stabs.*100,0,0,Letext\[0-9\]*\nLetext" } } */
/* { dg-final { scan-assembler ".text\n\t.stabs.*100,0,0,(\\.)?Letext\[0-9\]*\n(\\.)?Letext" } } */