This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Fix gcc.dg/weak/weak-1.c on SPARC


> I can't approve it, but it looks reasonably OK. Do you know why SPARC
> needs this special treatment?

The 'a' and 'c' operand modifiers are not (always) handled by output_operand, 
see output_asm_insn.

Any particular reason why you chose to mark symbols in output_operand and not 
in output_addr_const, where this seems to belong?

-- 
Eric Botcazou


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]