[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

 GCC target triplet|i?86-*-* x86_64-*-* |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37742



[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; ihttp://gcc.gnu.org/bugzilla/show_bug.cgi?id=37742