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:
parent
1fc53de2f5
commit
f0e1304467
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user