[Bug middle-end/37742] [4.4 Regression] ICE in vectorizer with restrict pointer to struct

2008-10-07 Thread pinskia at gcc dot gnu dot org
--- Comment #7 from pinskia at gcc dot gnu dot org 2008-10-07 21:04 --- Reduced testcase: typedef struct { float re; float im; } d_complex; void MPIR_SUM ( d_complex * __restrict a, d_complex * __restrict b, int len) { int i; for ( i=0; ilen; i++ ) { a[i].re =

[Bug middle-end/37742] [4.4 Regression] ICE in vectorizer with restrict pointer to struct

2008-10-07 Thread pinskia at gcc dot gnu dot org
--- Comment #8 from pinskia at gcc dot gnu dot org 2008-10-07 21:04 --- Also happens on powerpc64-linux-gnu with -maltivec. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added