1 /* PR rtl-optimization/100225 */
2 /* { dg-do compile } */
3 /* { dg-options "-O1 -fmodulo-sched" } */
4 /* { dg-require-effective-target alloca } */
7 vorbis_synthesis_lapout (void);
10 ov_info (int **lappcm
, int ov_info_i
)
13 lappcm
[ov_info_i
++] = __builtin_alloca (1);
15 vorbis_synthesis_lapout ();