1  /* PR target/100760
       2     This was triggering an ICE with "maximum number of generated reload
       3     insns per insn achieved (90)" when compiled with -mmsa -mloongson-mmi. */
       4  
       5  /* { dg-do compile } */
       6  /* { dg-options "-mmsa -mloongson-mmi" } */
       7  
       8  typedef __INT32_TYPE__ int32_t;
       9  typedef int32_t a __attribute__((__vector_size__(8)));
      10  void b() { a x = (a){1, 1}; }