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 rtl-optimization/33927] replace_read in dse.c could handle cases where GET_MODE_CLASS (read_mode) != GET_MODE_CLASS (store_mode) (and the size is the same)



------- Comment #1 from rsandifo at gcc dot gnu dot org  2008-03-09 16:51 -------
This is one of the issues that I originally tried to fix for 4.3:

    http://gcc.gnu.org/ml/gcc-patches/2007-10/msg01661.html

but that was too invasive for stage 3.  I resubmitted it after 4.4 opened:

    http://gcc.gnu.org/ml/gcc-patches/2008-02/msg01227.html

and pinged it yesterday:

    http://gcc.gnu.org/ml/gcc-patches/2008-03/msg00537.html

I'll add the PR number to the change log.


-- 

rsandifo at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |rsandifo at gcc dot gnu dot
                   |dot org                     |org
                URL|                            |http://gcc.gnu.org/ml/gcc-
                   |                            |patches/2008-
                   |                            |02/msg01227.html
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
           Keywords|                            |patch
   Last reconfirmed|0000-00-00 00:00:00         |2008-03-09 16:51:46
               date|                            |


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


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