Re: [testsuite] Allow for ! comments in g++.dg/debug/dwarf2/nested-3.C

2012-06-04 Thread Andreas Schwab
Likewise for | comments on m68k. Checked in as obvious. Andreas. * g++.dg/debug/dwarf2/nested-3.C: Allow for | comments. diff --git a/gcc/testsuite/g++.dg/debug/dwarf2/nested-3.C b/gcc/testsuite/g++.dg/debug/dwarf2/nested-3.C index 56f3dfb..ab8e0d0 100644 --- a/gcc/testsuite/g++.dg/deb

[testsuite] Allow for ! comments in g++.dg/debug/dwarf2/nested-3.C

2012-05-11 Thread Rainer Orth
It turns out that g++.dg/debug/dwarf2/nested-3.C was still failing on Solaris/SPARC: with both as and gas, ! is used as a comment character. This patch accounts for that. Tested with the appropritate runtest invocation on sparc-sun-solaris2.11 with both as and gas, installed on mainline.

Re: [testsuite] Allow for / comments in g++.dg/debug/dwarf2/nested-3.C

2012-05-07 Thread Jason Merrill
OK, thanks. Jason

[testsuite] Allow for / comments in g++.dg/debug/dwarf2/nested-3.C

2012-05-07 Thread Rainer Orth
g++.dg/debug/dwarf2/nested-3.C currently FAILs on Solaris/x86 and Darwin/x86 (scan-assembler), for two reasons: * First of all, Solaris uses / instead of # as comment character. There seem to be many others, but I cannot tell which of them are relevant for this testcase. * Even with this fix