[Bug tree-optimization/68862] [6 Regression] g++.dg/torture/pr59163.C FAILs with -flive-range-shrinkage

2015-12-15 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68862 --- Comment #4 from Uroš Bizjak --- (In reply to Jakub Jelinek from comment #2) > Not sure what to do about this though, most of the SSE* arithmetic > instructions use nonimmediate_operand or similar predicates, we'd have to > switch all of them

[Bug tree-optimization/68862] [6 Regression] g++.dg/torture/pr59163.C FAILs with -flive-range-shrinkage

2015-12-15 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68862 --- Comment #3 from Zdenek Sojka --- (In reply to Jakub Jelinek from comment #2) > Started with r229086. > That said, I think it looks like an i386 backend problem. True, I have 7 FAILs of pr59163.C on x86 (x86_64 and *x32), but none on other ar

[Bug tree-optimization/68862] [6 Regression] g++.dg/torture/pr59163.C FAILs with -flive-range-shrinkage

2015-12-15 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68862 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/68862] [6 Regression] g++.dg/torture/pr59163.C FAILs with -flive-range-shrinkage

2015-12-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68862 Richard Biener changed: What|Removed |Added Target Milestone|--- |6.0

[Bug tree-optimization/68862] [6 Regression] g++.dg/torture/pr59163.C FAILs with -flive-range-shrinkage

2015-12-11 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68862 --- Comment #1 from Zdenek Sojka --- Created attachment 37006 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37006&action=edit reduced testcase