This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/37617] [4.4 Regression] ICE on valid code
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Oct 2008 13:44:27 -0000
- Subject: [Bug tree-optimization/37617] [4.4 Regression] ICE on valid code
- References: <bug-37617-15165@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from rguenth at gcc dot gnu dot org 2008-10-01 13:44 -------
Indeed. This exposes a bug as we do not fold VIEW_CONVERT_EXPR <char *> (0.0).
As we never initialize NEW_SETS for FRE we should not try to add to it.
--
rguenth at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |rguenth at gcc dot gnu dot
|dot org |org
Status|NEW |ASSIGNED
Last reconfirmed|2008-09-22 21:09:59 |2008-10-01 13:44:26
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37617