Re: [Patch ARM] Delete ASM_OUTPUT_DEF and fall back to default .set directive

2016-03-31 Thread Ramana Radhakrishnan
On 31/03/16 16:41, James Greenhalgh wrote: > > Hi, > > gcc.dg/torture/pr69951.c has been failing for arm*-*-linux* targets, as > we put out "b = a" as a way of defining a symbol alias, which trips an > assembler warning if the left hand side is an instruction name (such as 'b' > for branch, see [

[Patch ARM] Delete ASM_OUTPUT_DEF and fall back to default .set directive

2016-03-31 Thread James Greenhalgh
Hi, gcc.dg/torture/pr69951.c has been failing for arm*-*-linux* targets, as we put out "b = a" as a way of defining a symbol alias, which trips an assembler warning if the left hand side is an instruction name (such as 'b' for branch, see [1] for context). We don't want to do this, a simple .set