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

[Bug middle-end/42794] PRE produces illegal PHI node



------- Comment #4 from rguenth at gcc dot gnu dot org  2010-01-19 10:39 -------
The issue is (verified with 4.4.0):

  # VUSE <SMT.11_18>
  D.1626_14 = Decode_1(D)->ActualSize;
...
  # complete_24 = VDEF <complete_17>
  # SMT.13_25 = VDEF <SMT.13_20>
  *BufLen_3 = D.1619_8;

thus the alias information is wrong.  This has been fixed for 4.4.3.

*** This bug has been marked as a duplicate of 42614 ***


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |DUPLICATE


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42794


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