This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[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)
- From: "rsandifo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Mar 2008 16:51:46 -0000
- Subject: [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)
- References: <bug-33927-6528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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