This is the mail archive of the gcc@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-04 at 16:17, law@redhat.com wrote:

> Which causes all kinds of headaches :(
> 
Probably a good motivation to go back to the previous behaviour?

# block 2
if (set != -1)
  {
     # block 3
     goto lab;
  }
else
  {
     # block 4
     goto lab;
  }

lab:
  set_1 = PHI (-1 (3), 0 (4))


I haven't thought about it too long, though.


Diego.


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