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
--
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80160
Jeffrey A. Law changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
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
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.
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80160
Jakub Jelinek changed:
What|Removed |Added
Priority|P3 |P1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80160
Jakub Jelinek changed:
What|Removed |Added
CC||bernds 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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80160
Jakub Jelinek changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80160
Richard Biener changed:
What|Removed |Added
Target||x86_64-*-*, i?86-*-*
Target Milestone
11 matches
Mail list logo