http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42149
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
--- Comment #2 from pinskia at gcc dot gnu dot org 2010-03-21 19:02 ---
Combine bug (PR 39959) is a different issue from the matrix testcase.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42149
--- Comment #1 from mirq-gccboogs at rere dot qmqm dot pl 2010-03-21 18:44
---
[looks like bug #39959]
The same happens with -combine on following code (arm-none-eabi target):
a.h:
struct a {
int b;
int c;
};
extern struct a *p asm("r4");
void d(int *);
b.c:
#incl