Commit 1fc53de2 by Rainer Orth Committed by Rainer Orth

Fix gcc.dg/debug/dwarf2/pr53948.c with Sun as

	* gcc.dg/debug/dwarf2/pr53948.c: Allow for / and ! as comment
	characters.

From-SVN: r196048
parent 431e4685
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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment