This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/26869] Segfault in find_lattice_value() for complex operands.



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]