[Bug target/80148] [7 Regression] operand has impossible constraints

2017-03-24 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80148 Jeffrey A. Law changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Bug target/80148] [7 Regression] operand has impossible constraints

2017-03-24 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80148 --- Comment #6 from Vladimir Makarov --- Author: vmakarov Date: Fri Mar 24 18:47:38 2017 New Revision: 246467 URL: https://gcc.gnu.org/viewcvs?rev=246467&root=gcc&view=rev Log: 2017-03-24 Vladimir Makarov PR target/80148 * lr

[Bug target/80148] [7 Regression] operand has impossible constraints

2017-03-23 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80148 --- Comment #5 from Vladimir Makarov --- The fix proposed by Bernd for PR80160 does not solve the problem. So I am continuing to work on the patch.

[Bug target/80148] [7 Regression] operand has impossible constraints

2017-03-23 Thread vmakarov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80148 --- Comment #4 from Vladimir Makarov --- Thank you for reporting this. Something is wrong with processing insns for reloads. The asm-insn hash 2 the same operands mem[r263+12]. R263 is spilled for a reload. The mem becomes invalid and r263 sh

[Bug target/80148] [7 Regression] operand has impossible constraints

2017-03-23 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80148 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED