This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/29908] [4.2/4.3 Regression] ICE in set_lattice_value, at tree-ssa-ccp.c:434
- 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: 20 Nov 2006 11:38:57 -0000
- Subject: [Bug tree-optimization/29908] [4.2/4.3 Regression] ICE in set_lattice_value, at tree-ssa-ccp.c:434
- References: <bug-29908-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from rguenth at gcc dot gnu dot org 2006-11-20 11:38 -------
I get on trunk:
trunk-g/gcc> ./cc1plus -quiet k3d-imagemagickreader.ii -O
../../k3dsdk/module.h: In member function 'k3d::iunknown*
k3d::application_plugin<plugin_t>::create_plugin() [with plugin_t =
<unnamed>::imagemagick_reader]':
../../k3dsdk/module.h:174: internal compiler error: tree check: expected
ssa_name, have var_decl in is_old_name, at tree-into-ssa.c:558
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
So, confirmed that there is a bug (reducing).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29908