--- 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
--- Comment #1 from rguenth at gcc dot gnu dot org 2006-03-25 20:54 ---
Confirmed.
Program received signal SIGSEGV, Segmentation fault.
0x086ef403 in find_lattice_value (t=0x0)
at /space/rguenther/src/svn/summit/gcc/tree-complex.c:116
116 switch (TREE_CODE (t))
(gdb) bt
#0 0x