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 tree-optimization/24689] store_ccp does nothing for array references



------- Comment #5 from pinskia at gcc dot gnu dot org  2006-01-15 21:35 -------
I am going to look into this soon but I don't think it is an aliasing issue as
shown by:
  #   SFT.0_6 = V_MUST_DEF <SFT.0_5>;
  buf[0] = 3;
  #   VUSE <SFT.0_6>;
  D.1523_8 = buf[0];


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org


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


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