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] New regressions as of 2003-11-04


On Tue, 2003-11-11 at 09:39, Diego Novillo wrote:
> On Tue, 2003-11-11 at 03:11, Zdenek Dvorak wrote:
> 
> > +       for (bsi = bsi_start (bb); !bsi_end_p (bsi); bsi_next (&bsi))
> > + 	{
> > + 	  stmt = bsi_stmt (bsi);
> > + 	  if (TREE_CODE (stmt) != LABEL_EXPR)
> > + 	    break;
> > + 
> Shouldn't this be 'continue'?  Or are we back to one label per basic
> block?
> 
Er, ignore me.  I can't read today.


Diego.


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