https://gcc.gnu.org/bugzilla/show_bug.cgi?id=56826
creeon changed:
What|Removed |Added
CC||Dmitriy.Poterukha at uvoteam
dot c
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56826
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56826
--- Comment #4 from Richard Biener 2013-04-04
11:41:03 UTC ---
Ok, the bug is that 'ncopies' in vect_build_slp_tree is not computed correctly.
I can trivially incrementally improve it but the ultimate fix is to delay
the checks done for ve
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56826
--- Comment #3 from Richard Biener 2013-04-04
11:12:56 UTC ---
Testcase:
extern void abort (void);
typedef struct {
int a[3];
int num;
} t1;
t1 B[100];
int A[300];
void __attribute__((noinline,noclone))
bar (int *A, t1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56826
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|