[Bug rtl-optimization/69307] [4.9/5/6 Regression] wrong code with -O2 -fselective-scheduling @ armv7a

2016-03-12 Thread law at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69307 --- Comment #7 from Jeffrey A. Law --- Author: law Date: Sat Mar 12 17:12:29 2016 New Revision: 234163 URL: https://gcc.gnu.org/viewcvs?rev=234163&root=gcc&view=rev Log: PR rtl-optimization/69307 * sel-sched.c (choose_best_pseudo

[Bug rtl-optimization/69307] [4.9/5/6 Regression] wrong code with -O2 -fselective-scheduling @ armv7a

2016-02-02 Thread abel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69307 --- Comment #6 from Andrey Belevantsev --- Created attachment 37551 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37551&action=edit proposed patch Here before reload we're trying to rename a hard register. At the very final point of choo

[Bug rtl-optimization/69307] [4.9/5/6 Regression] wrong code with -O2 -fselective-scheduling @ armv7a

2016-01-21 Thread abel at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69307 Andrey Belevantsev changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassig

[Bug rtl-optimization/69307] [4.9/5/6 Regression] wrong code with -O2 -fselective-scheduling @ armv7a

2016-01-18 Thread zsojka at seznam dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69307 Zdenek Sojka changed: What|Removed |Added Target|armv7a-*-linux-gnueabi-gcc |armv7a-*-linux-gnueabi --- Comment #5 fro