Fix gcc.dg/debug/dwarf2/pr53948.c with Sun as
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
Thu, 14 Feb 2013 09:59:30 +0000 (09:59 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Thu, 14 Feb 2013 09:59:30 +0000 (09:59 +0000)
* gcc.dg/debug/dwarf2/pr53948.c: Allow for / and ! as comment
characters.

From-SVN: r196048

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

index 8da89182c6c8c56514ccec517b79b27dec6bf2df..194d6854be13e9f86e85846c585101ea5008d9fd 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
index f0600b77a1478bfcbdbe66088267ec2a77139c15..e89a5495f66323d36eec7f41b98395a5ae85840e 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|\[#/!\] line 8" } } */
 
 
 int f (register int a, register int b) {