Re: [PATCH 02/31] VAX: Remove `c' operand format specifier overload

2020-11-23 Thread Segher Boessenkool
On Fri, Nov 20, 2020 at 03:34:16AM +, Maciej W. Rozycki wrote: > The `c' operand format specifier is handled directly by the middle end > in `output_asm_insn': > >%cN means require operand N to be a constant > and print the constant expression with no punctuation. > > however it

Re: [PATCH 02/31] VAX: Remove `c' operand format specifier overload

2020-11-20 Thread Jeff Law via Gcc-patches
On 11/19/20 8:34 PM, Maciej W. Rozycki wrote: > The `c' operand format specifier is handled directly by the middle end > in `output_asm_insn': > >%cN means require operand N to be a constant > and print the constant expression with no punctuation. > > however it resorts to the target

[PATCH 02/31] VAX: Remove `c' operand format specifier overload

2020-11-19 Thread Maciej W. Rozycki
The `c' operand format specifier is handled directly by the middle end in `output_asm_insn': %cN means require operand N to be a constant and print the constant expression with no punctuation. however it resorts to the target for constants that are not valid addresses: else