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: [3.4 PATCH] Fix miscompilation of Ada compiler on Alpha


On Fri, Oct 29, 2004 at 06:41:27PM +0200, Eric Botcazou wrote:
> 	* config/alpha/alpha.c (alpha_emit_conditional_branch): Don't
> 	use (op0-op1) == 0 if op0 is a pointer.

Ok.

But you'll want to look into gcc.dg/20040123-1.c, which still
fails with this patch.  Essentially, REG_POINTER isn't being
set for a pointer register in this case.


r~


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