--- Comment #3 from pinskia at gcc dot gnu dot org 2006-01-26 21:27 ---
Confirmed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Status|UNCON
--- Comment #2 from rguenth at gcc dot gnu dot org 2006-01-26 11:06 ---
I believe the error is instead that
for (main_clone = cgraph_node (node->decl); main_clone;
main_clone = main_clone->next_clone)
if (main_clone == node)
break;
if (!node)
{
error ("nod
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-01-26 00:12 ---
I noticed something like this in a different place (but only because I actually
triped over it).
There is another way you can find stuff like this one, by looking at the vrp
tree dump :).
--
http://gcc.gnu.org/