diff options
author | Richard Guenther <rguenther@suse.de> | 2008-04-04 11:29:11 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2008-04-04 11:29:11 +0000 |
commit | c071e8bcc22f8b9cd854584d3dfccab9b2c23de7 (patch) | |
tree | 4fbb2b3775885b4830323a936bb8dc52c1e14912 /gcc/ChangeLog | |
parent | c53a18d377f7f6ceeccd08ee4083e8c2e2932b92 (diff) | |
download | gcc-c071e8bcc22f8b9cd854584d3dfccab9b2c23de7.zip gcc-c071e8bcc22f8b9cd854584d3dfccab9b2c23de7.tar.gz gcc-c071e8bcc22f8b9cd854584d3dfccab9b2c23de7.tar.bz2 |
re PR middle-end/35823 (verify_gimple fails on taking 'Size of a String subprogram parameter)
2008-04-04 Richard Guenther <rguenther@suse.de>
PR middle-end/35823
* fold-const.c (optimize_minmax_comparison): Use the correct
type for the constant in the simplified comparison.
* gnat.dg/pr35823.adb: New testcase.
From-SVN: r133893
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index edda265..8e8c215 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2008-04-04 Richard Guenther <rguenther@suse.de> + + PR middle-end/35823 + * fold-const.c (optimize_minmax_comparison): Use the correct + type for the constant in the simplified comparison. + 2008-04-04 Zuxy Meng <zuxy.meng@gmail.com> * config/i386/driver-i386.c (describe_cache): Add l2_sizekb argument. |