[Bug rtl-optimization/68185] [6 Regression] wrong code at -O3 on x86_64-linux-gnu (in 64-bit mode)

2015-11-24 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68185 --- Comment #5 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Tue Nov 24 09:31:57 2015 New Revision: 230795 URL: https://gcc.gnu.org/viewcvs?rev=230795=gcc=rev Log: [RTL-ree] PR rtl-optimization/68194: Restrict copy instruction in

[Bug rtl-optimization/68185] [6 Regression] wrong code at -O3 on x86_64-linux-gnu (in 64-bit mode)

2015-11-24 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68185 --- Comment #7 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Tue Nov 24 14:27:51 2015 New Revision: 230813 URL: https://gcc.gnu.org/viewcvs?rev=230813=gcc=rev Log: [RTL-ree] PR rtl-optimization/68194: Restrict copy instruction in

[Bug rtl-optimization/68185] [6 Regression] wrong code at -O3 on x86_64-linux-gnu (in 64-bit mode)

2015-11-24 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68185 --- Comment #6 from ktkachov at gcc dot gnu.org --- Author: ktkachov Date: Tue Nov 24 14:24:24 2015 New Revision: 230812 URL: https://gcc.gnu.org/viewcvs?rev=230812=gcc=rev Log: [RTL-ree] PR rtl-optimization/68194: Restrict copy instruction in

[Bug rtl-optimization/68185] [6 Regression] wrong code at -O3 on x86_64-linux-gnu (in 64-bit mode)

2015-11-23 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68185 Jeffrey A. Law changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Bug rtl-optimization/68185] [6 Regression] wrong code at -O3 on x86_64-linux-gnu (in 64-bit mode)

2015-11-13 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68185 --- Comment #3 from Thomas Preud'homme --- Things start to go awry in the get_defs called at the end of make_defs_and_copies_lists for conditional move in ree.c. ree correctly detect that insn 308 is a conditional move and do the transitive

[Bug rtl-optimization/68185] [6 Regression] wrong code at -O3 on x86_64-linux-gnu (in 64-bit mode)

2015-11-10 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68185 --- Comment #2 from Thomas Preud'homme --- Here's a quick update. What I found so far is that after split2, we have: (insn 148 61 304 16 (set (reg:CCNO 17 flags) (compare:CCNO (reg:HI 44 r15 [orig:91 pretmp_9 ] [91])

[Bug rtl-optimization/68185] [6 Regression] wrong code at -O3 on x86_64-linux-gnu (in 64-bit mode)

2015-11-08 Thread thopre01 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68185 Thomas Preud'homme changed: What|Removed |Added Target||x86_64-linux-gnu