diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2003-03-24 12:29:11 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2003-03-24 11:29:11 +0000 |
commit | 02484af985da5f2f56cf2f8aecb69f7d50848807 (patch) | |
tree | 420839c3baf4ce62bb9390453b158cc7001f3df3 /gcc/ChangeLog | |
parent | 941bc65971482ba8194d7ab1b3eb2514b481cc70 (diff) | |
download | gcc-02484af985da5f2f56cf2f8aecb69f7d50848807.zip gcc-02484af985da5f2f56cf2f8aecb69f7d50848807.tar.gz gcc-02484af985da5f2f56cf2f8aecb69f7d50848807.tar.bz2 |
re PR target/10072 ([Sparc] internal compiler error: in trunc_int_for_mode, at explow.c:54)
PR target/10072
* combine.c (simplify_if_then_else): Check that the mode
has MODE_INT class before applying the (OP Z (mult COND C2))
transformation.
From-SVN: r64785
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a470d16..9bc5b91 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,12 @@ 2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr> + PR target/10072 + * combine.c (simplify_if_then_else): Check that the mode + has MODE_INT class before applying the (OP Z (mult COND C2)) + transformation. + +2003-03-23 Eric Botcazou <ebotcazou@libertysurf.fr> + PR optimization/9414 * config/sparc/sparc.md (widening peepholes): Use widen_memory_access instead of change_address. @@ -9040,3 +9047,4 @@ * doc/tm.texi (REGISTER_TARGET_PRAGMAS): Update See ChangeLog.8 for earlier changes. + |