This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/26869] Segfault in find_lattice_value() for complex operands.
- 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: 25 Mar 2006 20:58:00 -0000
- Subject: [Bug middle-end/26869] Segfault in find_lattice_value() for complex operands.
- References: <bug-26869-1649@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from rguenth at gcc dot gnu dot org 2006-03-25 20:58 -------
It is trivially to work around.
if (!ssa_name)
continue;
but maybe the problem is really elsewhere.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26869