On Mon, 4 Feb 2019, Jakub Jelinek wrote:
> On Fri, Feb 01, 2019 at 09:06:16AM +0100, Richard Biener wrote:
> > Tested by Steve, committed.
>
> This actually fixed it for aarch64 which uses // as ASM_COMMENT_START, but
> not e.g. for arm which uses @ as ASM_COMMENT_START.
> grep -h define[[:blank:
On Fri, Feb 01, 2019 at 09:06:16AM +0100, Richard Biener wrote:
> Tested by Steve, committed.
This actually fixed it for aarch64 which uses // as ASM_COMMENT_START, but
not e.g. for arm which uses @ as ASM_COMMENT_START.
grep -h define[[:blank:]]ASM_COMMENT_START *.h config/*/* | sed
's/START[[:b
Tested by Steve, committed.
Richard.
2019-02-01 Richard Biener
PR testsuite/87451
* gcc.dg/debug/dwarf2/inline5.c: Allow more comment variants.
Index: gcc/testsuite/gcc.dg/debug/dwarf2/inline5.c
===
--- gcc/tes
differen comment chars.
Tested on x86_64-unknown-linux-gnu, applied.
Richard.
2018-09-27 Richard Biener
PR testsuite/87451
* gcc.dg/debug/dwarf2/inline5.c: Deal with different comment characters.
Index: gcc/testsuite/gcc.dg/debug/dwarf2/inline5.c
==