This is the mail archive of the gcc-patches@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]

Re: [tree-ssa] Fix gcc.dg/tree-ssa/20030530-2.c


In message <1055384024.824.134.camel@frodo.toronto.redhat.com>, Diego Novillo w
rites:
 >On Wed, 2003-06-11 at 21:41, law@redhat.com wrote:
 >
 >>   A bug when we build the CFG (see thread about gimplifying java, the
 >>   same problem has been tickled there).  Basically when we have
 >>   empty statements at the tail of a LOOP, we lose some edges.
 >> 
 >I'm hoping this isn't a case of shared empty_stmt_node again?
Should be fixed now :-)

first_exec_block is _history_.  We need to put a review of first_exec_stmt's
uses on our TODO list.  We may have similar problems with it.

jeff


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