Skip analyzer strndup test on hppa*-*-hpux*
[official-gcc.git] / gcc / testsuite / gcc.dg / pr100225.c
blobf0efd29fa869b43c3b710933b83c959cde5d8586
1 /* PR rtl-optimization/100225 */
2 /* { dg-do compile } */
3 /* { dg-options "-O1 -fmodulo-sched" } */
4 /* { dg-require-effective-target alloca } */
6 void
7 vorbis_synthesis_lapout (void);
9 void
10 ov_info (int **lappcm, int ov_info_i)
12 while (ov_info_i < 1)
13 lappcm[ov_info_i++] = __builtin_alloca (1);
15 vorbis_synthesis_lapout ();