comparison gcc/testsuite/gcc.c-torture/compile/20060421-1.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* This test used to ICE on ARM with -mcpu=iwmmxt. */ 1 /* This test used to ICE on ARM with -mcpu=iwmmxt. */
2 /* { dg-require-stack-size "249*8+1" } */
3
2 void 4 void
3 foo (void) 5 foo (void)
4 { 6 {
5 long long int a; 7 long long int a;
6 unsigned long b[249]; /* >= 249 causes failure */ 8 unsigned long b[249]; /* >= 249 causes failure */