https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91223
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91223
--- Comment #8 from Martin Liška ---
@Vladimir: Can the bug be marked as resolved?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91223
--- Comment #7 from Vladimir Makarov ---
Author: vmakarov
Date: Thu Jul 25 18:36:52 2019
New Revision: 273810
URL: https://gcc.gnu.org/viewcvs?rev=273810&root=gcc&view=rev
Log:
2019-07-25 Vladimir Makarov
PR rtl-optimization/91223
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91223
Vladimir Makarov changed:
What|Removed |Added
CC||vmakarov at gcc dot gnu.org
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91223
--- Comment #5 from Martin Liška ---
I have one another smaller test-case:
$ cat ice.i
int a;
void fn2(short, short);
void fn1(void) {
short b[8];
b[0] |= a & 3;
b[1] = a;
fn2(b[0], b[1]);
}
$ gcc ice.i -c -Og -fno-tree-fre
during RTL
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91223
Zhendong Su changed:
What|Removed |Added
CC||su at cs dot ucdavis.edu
--- Comment #4 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91223
Uroš Bizjak changed:
What|Removed |Added
CC||jakub at redhat dot com,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91223
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Known to work|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91223
--- Comment #1 from Dmitry G. Dyachenko ---
slightly reduced
$ cat y.i
int a, g;
int *b, *f, *h;
void *memcpy(void *, const void *, unsigned long);
typedef struct {
int b;
} * c;
int d(void);
c e;
int d() {
char c[16];
bd:
for (a = 0; a <=