[Bug tree-optimization/90356] Missed optimization for variables initialized to 0.0

2022-03-21 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90356 --- Comment #10 from CVS Commits --- The master branch has been updated by H.J. Lu : https://gcc.gnu.org/g:bec69ac548b0f37b41d07082d6ee52b52d356536 commit r12-7743-gbec69ac548b0f37b41d07082d6ee52b52d356536 Author: H.J. Lu Date: Mon Mar 21 13

[Bug tree-optimization/90356] Missed optimization for variables initialized to 0.0

2022-03-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90356 --- Comment #9 from CVS Commits --- The master branch has been updated by Roger Sayle : https://gcc.gnu.org/g:c482c28ba4c549006deb70dead90fe8ab34dcbcf commit r12-7693-gc482c28ba4c549006deb70dead90fe8ab34dcbcf Author: Roger Sayle Date: Thu Ma

[Bug tree-optimization/90356] Missed optimization for variables initialized to 0.0

2020-04-03 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90356 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #8

[Bug tree-optimization/90356] Missed optimization for variables initialized to 0.0

2019-05-08 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90356 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Wed May 8 07:21:48 2019 New Revision: 271001 URL: https://gcc.gnu.org/viewcvs?rev=271001&root=gcc&view=rev Log: PR tree-optimization/90356 * match.pd ((X +/- 0.0) +/- 0.0

[Bug tree-optimization/90356] Missed optimization for variables initialized to 0.0

2019-05-06 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90356 --- Comment #6 from Jakub Jelinek --- Created attachment 46301 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46301&action=edit gcc10-pr90356.patch Full untested patch.