comparison gcc/testsuite/gcc.c-torture/compile/pr39937.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 /* { dg-require-stack-size "4096" } */
2
1 int foo (__const char *__restrict __s); 3 int foo (__const char *__restrict __s);
2 static void 4 static void
3 read_anisou(char line[]) 5 read_anisou(char line[])
4 { 6 {
5 foo (line+1); 7 foo (line+1);