Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / pr77834.c
bloba9085b9539313183ae8954805cb5f61bb367e0c1
1 /* PR target/77834 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -ftree-pre -Wno-psabi" } */
4 /* { dg-additional-options "-mstringop-strategy=libcall" { target i?86-*-* x86_64-*-* } } */
6 typedef int V __attribute__ ((vector_size (64)));
9 foo (V u, V v, int w)
13 if (u[0]) v ^= u[w];
15 while ((V) { 0, u[w] }[1]);
16 u = (V) { v[v[0]], u[u[0]] };
17 return v + u;