[Bug target/80160] [7 regression] operand has impossible constraints

2017-03-24 Thread law at redhat dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80160 Bug 80160 depends on bug 80148, which changed state. Bug 80148 Summary: [7 Regression] operand has impossible constraints https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80148 What|Removed |Added --

[Bug target/80160] [7 regression] operand has impossible constraints

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

[Bug target/80160] [7 regression] operand has impossible constraints

2017-03-24 Thread bernds at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80160 --- Comment #7 from Bernd Schmidt --- Author: bernds Date: Sat Mar 25 01:12:04 2017 New Revision: 246473 URL: https://gcc.gnu.org/viewcvs?rev=246473&root=gcc&view=rev Log: PR rtl-optimization/80160 PR rtl-optimization/80159

[Bug target/80160] [7 regression] operand has impossible constraints

2017-03-24 Thread arnd at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80160 --- Comment #6 from Arnd Bergmann --- I've run into a four other files in the kernel sources that show this bug. I've confirmed that the patch in comment 4 addresses all of them.

[Bug target/80160] [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=80160 --- Comment #5 from Vladimir Makarov --- (In reply to Bernd Schmidt from comment #4) > Perhaps this. > > Index: lra-assigns.c > === > --- lra-assigns.c (revision 246226) > +++ l

[Bug target/80160] [7 regression] operand has impossible constraints

2017-03-23 Thread bernds at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80160 --- Comment #4 from Bernd Schmidt --- Perhaps this. Index: lra-assigns.c === --- lra-assigns.c (revision 246226) +++ lra-assigns.c (working copy) @@ -908,7 +908,8 @@ mus

[Bug target/80160] [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=80160 Jakub Jelinek changed: What|Removed |Added Priority|P3 |P1

[Bug target/80160] [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=80160 Jakub Jelinek changed: What|Removed |Added CC||bernds at gcc dot gnu.org,

[Bug target/80160] [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=80160 --- Comment #2 from Jakub Jelinek --- Reduced testcase with -O2 -fno-omit-frame-pointer -march=pentium-mmx -m32: typedef struct { long long a; } a_t; int *a, b; a_t *e, c; long long f; void fn (int); void fn2 (void); int fn3 (a_t); void fn4 (a_t

[Bug target/80160] [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=80160 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug target/80160] [7 regression] operand has impossible constraints

2017-03-23 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80160 Richard Biener changed: What|Removed |Added Target||x86_64-*-*, i?86-*-* Target Milestone