This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Problems with new loop code
- From: kenner at vlsi1 dot ultra dot nyu dot edu (Richard Kenner)
- To: gcc at gcc dot gnu dot org
- Date: Wed, 14 Jul 04 16:16:02 EDT
- Subject: Problems with new loop code
I just updated my tree and when I try to compile i-cobol.adb in the Ada
RTS, I get a SIGSEGV in cfgloop.c:flow_loop_nested_p because OUTER is
zero. The call is from set_level in tree-ssa-loop-im.c. The STMT
in question is not in any loop.
What should I be looking at?