[Bug tree-optimization/66299] more optimize oppotunity

2015-05-27 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66299 --- Comment #1 from Andrew Pinski --- 1<

[Bug tree-optimization/66299] more optimize oppotunity

2015-05-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66299 --- Comment #2 from Jakub Jelinek --- I'd think using a volatile var in the optimization test is highly undesirable, that can mean stopping optimizations differently between different compilers. But, the same thing can be reproduced with: void fo

[Bug tree-optimization/66299] more optimize oppotunity

2015-05-27 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66299 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/66299] more optimize oppotunity

2015-05-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66299 Marek Polacek changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |mpolacek at gcc dot gnu.org Ta

[Bug tree-optimization/66299] more optimize oppotunity

2015-05-28 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66299 Marek Polacek changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #4 from Marek Polac