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: [3.3 PATCH] fix PHI insertion for RTL SSA-CCP


Steven Bosscher <stevenb@suse.de> writes:

| Hello,
| 
| This is a fix for a part of GCC 3.3 based compiler that is
| used probably by no-one at all.
| 
| Like I have nothing better to do...
| 
| But I wanted to see if RTL SSA really is as poor as everyone
| always claims it to be, and I need it in more-or-less working
| shape for that purpose (it now "only" fails with a bunch of
| unrecognizable insns that all look alike -- it actually looks
| like that may be a "real" bug...).
| 
| Anyway...
| 
| Given that nobody uses -fssa -fssa-ccp, one can either say that
| this one-line fix is safe, or that the fix is unnecessary.  So
| I just post it here, and let Gaby decide  ;-)

I could be persuaded if this were a regression with a due PR... 

-- Gaby


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