* gcc.dg/debug/dwarf2/pr53948.c: Allow for / and ! as comment
characters.
From-SVN: r196048
+2013-02-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ * gcc.dg/debug/dwarf2/pr53948.c: Allow for / and ! as comment
+ characters.
+
2013-02-14 Dominique d'Humieres <dominiq@lps.ens.fr>
Tobias Burnus <burnus@net-b.de>
/* 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|\[#/!\] line 8" } } */
int f (register int a, register int b) {