Allow for more whitespace in gcc.dg/debug/dwarf2/pr53948.c

* gcc.dg/debug/dwarf2/pr53948.c: Allow for more whitespace.

From-SVN: r196049
This commit is contained in:
Rainer Orth 2013-02-14 11:45:01 +00:00 committed by Rainer Orth
parent 1fc53de2f5
commit f0e1304467
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/debug/dwarf2/pr53948.c: Allow for more whitespace.
2013-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/debug/dwarf2/pr53948.c: Allow for / and ! as comment

View File

@ -1,7 +1,7 @@
/* Test that we have line information for the line
with local variable initializations. */
/* { dg-options "-O0 -g -dA" } */
/* { dg-final { scan-assembler ".loc 1 8 0|\[#/!\] line 8" } } */
/* { dg-final { scan-assembler ".loc 1 8 0|\[#/!\]\[ \t\]+line 8" } } */
int f (register int a, register int b) {