]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.dg/pr100225.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr100225.c
CommitLineData
4cf3b10f
RZ
1/* PR rtl-optimization/100225 */
2/* { dg-do compile } */
3/* { dg-options "-O1 -fmodulo-sched" } */
4
5void
6vorbis_synthesis_lapout (void);
7
8void
9ov_info (int **lappcm, int ov_info_i)
10{
11 while (ov_info_i < 1)
12 lappcm[ov_info_i++] = __builtin_alloca (1);
13
14 vorbis_synthesis_lapout ();
15}