diff options
author | Martin Jambor <mjambor@suse.cz> | 2009-10-13 13:31:08 +0200 |
---|---|---|
committer | Martin Jambor <jamborm@gcc.gnu.org> | 2009-10-13 13:31:08 +0200 |
commit | c4e5fe4b51a5228f734ddf76e680dd9088d59a55 (patch) | |
tree | c366eb26ee9527581ae826e651347c89c8a66cbd /gcc/ChangeLog | |
parent | 3525f49b5a8794cd0b553a53f6d1617cbb6b8c55 (diff) | |
download | gcc-c4e5fe4b51a5228f734ddf76e680dd9088d59a55.zip gcc-c4e5fe4b51a5228f734ddf76e680dd9088d59a55.tar.gz gcc-c4e5fe4b51a5228f734ddf76e680dd9088d59a55.tar.bz2 |
re PR tree-optimization/41661 (ICE due to IPCP trying to create/fold a REAL typed comparision)
2009-10-13 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/41661
* ipa-prop.c (compute_complex_pass_through): Allow only operations
that are tcc_comparisons or do not change the type in any
un-usleless way.
* ipa-cp.c (ipcp_lattice_from_jfunc): Request boolean type when
folding tcc_comparison operations.
* testsuite/gcc.c-torture/compile/pr41661.c: New test.
From-SVN: r152702
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 495e192..c60bd48 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2009-10-13 Martin Jambor <mjambor@suse.cz> + + PR tree-optimization/41661 + * ipa-prop.c (compute_complex_pass_through): Allow only operations + that are tcc_comparisons or do not change the type in any + un-usleless way. + * ipa-cp.c (ipcp_lattice_from_jfunc): Request boolean type when + folding tcc_comparison operations. + 2009-10-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> * config/s390/s390.c (s390_encode_section_info): Handle BLKmode |