[Bug c++/18968] [4.0 regression] ICE: tree check: expected ssa_name, have addr_expr in vrp_hash
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Dec 13 22:53:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-13 22:53 -------
Though the front-end is at partial fault:
if (D.1739_9 != 0) goto <L0>; else goto <L1>;
that 0 should be a pointer type, not an integer type so my fix is just a workaround for a C++ front-end
bug.
--
What |Removed |Added
----------------------------------------------------------------------------
Component|tree-optimization |c++
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18968
More information about the Gcc-bugs
mailing list