https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61215
--- Comment #10 from Vladimir Makarov ---
(In reply to Markus Trippelsdorf from comment #8)
> Vladimir, I don't understand why you haven't used the testcase from
> comment 2.
Sorry, I overlooked the small test. I've just added the test to the t
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61215
--- Comment #9 from Vladimir Makarov ---
Author: vmakarov
Date: Fri May 23 15:34:03 2014
New Revision: 210863
URL: http://gcc.gnu.org/viewcvs?rev=210863&root=gcc&view=rev
Log:
2014-05-23 Vladimir Makarov
PR rtl-optimization/61215
* g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61215
Markus Trippelsdorf changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61215
--- Comment #7 from Chris Clayton ---
I can confirm that with Vladimir's patch applied to gcc-4.9-20140521,
wine-1.7.19 now compiles successfully.
Thanks everyone.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61215
--- Comment #6 from Vladimir Makarov ---
Author: vmakarov
Date: Fri May 23 01:52:28 2014
New Revision: 210839
URL: http://gcc.gnu.org/viewcvs?rev=210839&root=gcc&view=rev
Log:
2014-05-22 Vladimir Makarov
PR rtl-optimization/61215
* l
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61215
--- Comment #5 from Vladimir Makarov ---
Author: vmakarov
Date: Fri May 23 01:52:01 2014
New Revision: 210838
URL: http://gcc.gnu.org/viewcvs?rev=210838&root=gcc&view=rev
Log:
2014-05-22 Vladimir Makarov
PR rtl-optimization/61215
* l
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61215
--- Comment #4 from Vladimir Makarov ---
Subreg functions in simplify_subreg transform (subreg:hi (plus:si argp 8)) into
(plus:hi (subreg:hi argp) 8). I'll investigate how to avoid this transformation
as LRA works fine if transformation is not do