comparison gcc/testsuite/gcc.c-torture/compile/20081108-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 /* { dg-require-effective-target indirect_calls } */
2
1 /* Test function call with function designator involving VLA 3 /* Test function call with function designator involving VLA
2 side-effects does not lead to an ICE. */ 4 side-effects does not lead to an ICE. */
3 5
4 void f (void); 6 void f (void);
5 void g (void); 7 void g (void);