1 /* PR middle-end/82063 - issues with arguments enabled by -Wall
3 { dg-options "-O -Walloc-size-larger-than=123456789123456789123456789123456789gb -ftrack-macro-expansion=0" } */
5 typedef __SIZE_TYPE__
size_t;
11 /* Verify that an exceeingly large -Walloc-size-larger-than argument
12 with a valid suffic is accepted and treated as infinite. */
17 T (__builtin_malloc (n
));
20 T (__builtin_malloc (n
));
23 T (__builtin_malloc (n
));
26 T (__builtin_malloc (n
));
29 T (__builtin_malloc (n
));