Allow for more whitespace in gcc.dg/debug/dwarf2/pr53948.c
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 14 Feb 2013 11:45:01 +0000 (11:45 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 14 Feb 2013 11:45:01 +0000 (11:45 +0000)
* gcc.dg/debug/dwarf2/pr53948.c: Allow for more whitespace.

From-SVN: r196049

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/debug/dwarf2/pr53948.c

index 194d685..fafc6f8 100644 (file)
@@ -1,5 +1,9 @@
 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
        characters.
 
index e89a549..d2d44ea 100644 (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) {