[Bug middle-end/18293] Redundant copy operation introduced by expand

2004-12-07 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-08 02:15 --- Subject: Bug 18293 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-08 02:15:39 Modified files: gcc: ChangeLog expmed.c loop.c Log

[Bug middle-end/18293] Redundant copy operation introduced by expand

2004-12-07 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-08 02:29 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug middle-end/18293] Redundant copy operation introduced by expand

2004-12-07 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18293

[Bug middle-end/18293] Redundant copy operation introduced by expand

2004-11-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-12 15:35 --- Note if we change this we have to look at the IV-OPT cost analysis mechanism and retune it to be more correct as we will miss some optimizations. -- What|Removed

[Bug middle-end/18293] Redundant copy operation introduced by expand

2004-11-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-09 21:33 --- Patch posted here: http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00775.html. Mine. -- What|Removed |Added

[Bug middle-end/18293] Redundant copy operation introduced by expand

2004-11-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-04 17:20 --- I am testing this patch (which is a modified version of the one which you gave me), it should help -O0 compile time as we no longer have an extra INSN which gets removed right after the register

[Bug middle-end/18293] Redundant copy operation introduced by expand

2004-11-03 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-03 22:58 --- Confirmed. This is related to casts somehow. Also this happens on 3.3 which is even more funny and just show the deficiencies in the expanders which no one noticed before. -- What