[Bug tree-optimization/68990] [6 Regression] wrong code at -O3 on x86_64-pc-linux-gnu in 32-bit mode.

2016-01-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68990 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/68990] [6 Regression] wrong code at -O3 on x86_64-pc-linux-gnu in 32-bit mode.

2015-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68990 --- Comment #5 from Jakub Jelinek --- BTW, with -mno-stv -O3 the testcase passes, and while the *.stv pass actually doesn't do anything at all on this testcase, that switch already changes expansion in a couple of places so no wonder that the RA

[Bug tree-optimization/68990] [6 Regression] wrong code at -O3 on x86_64-pc-linux-gnu in 32-bit mode.

2015-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68990 --- Comment #4 from Jakub Jelinek --- I think the problem is: ** Pseudos coalescing #1: ** Coalescing move 5:r91(91)-r103(103) (freq=1) Removing move 5 (freq=1) deleting insn with uid = 5. Make unique value fo

[Bug tree-optimization/68990] [6 Regression] wrong code at -O3 on x86_64-pc-linux-gnu in 32-bit mode.

2015-12-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68990 Jakub Jelinek changed: What|Removed |Added Keywords||wrong-code CC|

[Bug tree-optimization/68990] [6 Regression] wrong code at -O3 on x86_64-pc-linux-gnu in 32-bit mode.

2015-12-21 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68990 --- Comment #2 from Marek Polacek --- Note you may need -march=x86-64 to reproduce. Started with r228231: commit 3ef16338b7f4970607d1d0b9c8228bfe3aeeca94 Author: ienkovich Date: Tue Sep 29 09:32:40 2015 + gcc/ PR target/651

[Bug tree-optimization/68990] [6 Regression] wrong code at -O3 on x86_64-pc-linux-gnu in 32-bit mode.

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