Re: [patch] Fix failing nested-3.C on ARM.

2012-06-19 Thread Mike Stump
On Jun 19, 2012, at 2:18 AM, Richard Earnshaw wrote: > The regexp in nested-3.C has to parse the machine-specific comment > character; on ARM that is '@'. > > Tested on arm-eabi, where this test now passes. > > OK? Ok.

[patch] Fix failing nested-3.C on ARM.

2012-06-19 Thread Richard Earnshaw
The regexp in nested-3.C has to parse the machine-specific comment character; on ARM that is '@'. Tested on arm-eabi, where this test now passes. OK? R. * g++.dg/debug/dwarf2/nested-3.C: Add ARM comment character to regexp. --- g++.dg/debug/dwarf2/nested-3.C (revision 188750) +++ g