[Bug rtl-optimization/37451] Extra addition for doloop in some cases

2020-05-14 Thread luoxhu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37451 luoxhu at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug rtl-optimization/37451] Extra addition for doloop in some cases

2020-05-14 Thread luoxhu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37451 --- Comment #11 from luoxhu at gcc dot gnu.org --- fixed on master.

[Bug rtl-optimization/37451] Extra addition for doloop in some cases

2020-05-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37451 --- Comment #10 from CVS Commits --- The master branch has been updated by Xiong Hu Luo : https://gcc.gnu.org/g:8a15faa730f99100f6f3ed12663563356ec5a2c0 commit r11-407-g8a15faa730f99100f6f3ed12663563356ec5a2c0 Author: Xionghu Luo Date: Thu

[Bug rtl-optimization/37451] Extra addition for doloop in some cases

2012-01-10 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37451 --- Comment #8 from Joseph S. Myers jsm28 at gcc dot gnu.org 2012-01-10 16:55:44 UTC --- Author: jsm28 Date: Tue Jan 10 16:55:40 2012 New Revision: 183071 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=183071 Log: Revert:

[Bug rtl-optimization/37451] Extra addition for doloop in some cases

2012-01-10 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37451 --- Comment #9 from Joseph S. Myers jsm28 at gcc dot gnu.org 2012-01-10 23:53:19 UTC --- Author: jsm28 Date: Tue Jan 10 23:53:13 2012 New Revision: 183080 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=183080 Log: Revert:

[Bug rtl-optimization/37451] Extra addition for doloop in some cases

2011-12-02 Thread jsm28 at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37451 --- Comment #7 from Joseph S. Myers jsm28 at gcc dot gnu.org 2011-12-02 16:54:33 UTC --- Author: jsm28 Date: Fri Dec 2 16:54:27 2011 New Revision: 181929 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=181929 Log: Revert:

[Bug rtl-optimization/37451] Extra addition for doloop in some cases

2009-04-16 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2009-04-16 15:48 --- I am no longer working on this one. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/37451] Extra addition for doloop in some cases

2008-09-29 Thread schwab at suse dot de
--- Comment #5 from schwab at suse dot de 2008-09-29 14:52 --- This is causing miscompilation of the stage2 ada compiler. fatal error: system.ads is incorrectly formatted unrecognized or incorrect restrictions pragma: No_Implicit_Dynamic_Code compilation abandoned make[3]: ***

[Bug rtl-optimization/37451] Extra addition for doloop in some cases

2008-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2008-09-18 19:30 --- Subject: Bug 37451 Author: pinskia Date: Thu Sep 18 19:28:48 2008 New Revision: 140470 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140470 Log: 2008-09-18 Andrew Pinski [EMAIL PROTECTED] PR

[Bug rtl-optimization/37451] Extra addition for doloop in some cases

2008-09-18 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-09-18 19:30 --- This is still not fully fixed. There is still an issue dealing the DECL_RTX's being promoted early on. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37451

[Bug rtl-optimization/37451] Extra addition for doloop in some cases

2008-09-14 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-09-15 01:15 --- Hmm, I posted a patch which fixes some of this but we still don't get rid of the extra zero extend because of the way variables are promoted. Boo. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37451

[Bug rtl-optimization/37451] Extra addition for doloop in some cases

2008-09-09 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-09-09 22:03 --- I have a fix which I will try to submit for 4.5, I will attach it soon. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added