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]

Re: fix alpha c++ failures


Richard,

>               emit_cmp_and_jump_insns (new_index,
> !                                      convert_modes (mode, imode,
> !                                        expand_expr (new_bound, NULL_RTX,
> !                                                     mode, 0),
> !                                        unsignedp),
					   ^^^^^^^^^

Shouldn't this be `1'?  Consider the case where low and high are signed
and high - low is negative.

I withdraw my patch <http://gcc.gnu.org/ml/gcc-patches/2001-07/msg00436.html>.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6605)


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