From: Hans-Peter Nilsson Date: Tue, 10 Jan 2006 18:12:21 +0000 (+0000) Subject: re PR target/25718 (invalid assembly for unsigned-minimum expressions.) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4580de7efa326bd62d122c338e823e9d73ff67a3;p=gcc.git re PR target/25718 (invalid assembly for unsigned-minimum expressions.) PR target/25718 * config/cris/cris.md ("uminsi3"): Don't use 8- or 16-bit sizes for a negative bound. From-SVN: r109547 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4d6c661ef2b..3a8728292f2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2006-01-10 Hans-Peter Nilsson + + PR target/25718 + * config/cris/cris.md ("uminsi3"): Don't use 8- or 16-bit sizes + for a negative bound. + 2006-01-10 Richard Guenther * tree-ssa-structalias.c (get_constraint_for_component_ref):