[Bug tree-optimization/67920] [6 Regression] wrong code with -O3

2015-10-12 Thread jamrial at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67920

James Almer  changed:

   What|Removed |Added

  Component|rtl-optimization|tree-optimization

--- Comment #5 from James Almer  ---
This is a regression introduced by r228599.
I'm attaching the output of -save-temps for all three files, the good assembly
from r228598 (last good commit) and the bad assembly from r228599.

I can't generate a better or simpler testcase, sorry.


[Bug tree-optimization/67920] [6 Regression] wrong code with -O3

2015-10-12 Thread jamrial at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67920

--- Comment #6 from James Almer  ---
Created attachment 36491
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36491&action=edit
-save-temps output for all three files


[Bug tree-optimization/67920] [6 Regression] wrong code with -O3

2015-10-13 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67920

Marek Polacek  changed:

   What|Removed |Added

 CC||mpolacek at gcc dot gnu.org

--- Comment #7 from Marek Polacek  ---
This should be the same as PR67947 which has a testcase.


[Bug tree-optimization/67920] [6 Regression] wrong code with -O3

2015-10-13 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67920

--- Comment #8 from Yuri Rumyantsev  ---
Please check that revision 228760 will cure your issue.


[Bug tree-optimization/67920] [6 Regression] wrong code with -O3

2015-10-13 Thread jamrial at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67920

--- Comment #9 from James Almer  ---
(In reply to Yuri Rumyantsev from comment #8)
> Please check that revision 228760 will cure your issue.

Looks like it did. Thanks.


[Bug tree-optimization/67920] [6 Regression] wrong code with -O3

2015-10-14 Thread ienkovich at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67920

Ilya Enkovich  changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Ilya Enkovich  ---
(In reply to James Almer from comment #9)
> Looks like it did. Thanks.

Fixed then


[Bug tree-optimization/67920] [6 Regression] wrong code with -O3

2024-07-27 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67920

Sam James  changed:

   What|Removed |Added

 CC||sjames at gcc dot gnu.org
 Resolution|FIXED   |DUPLICATE

--- Comment #11 from Sam James  ---


*** This bug has been marked as a duplicate of bug 67947 ***