comparison gcc/testsuite/gcc.c-torture/compile/20020706-2.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 // Contributed by Alexandre Oliva <aoliva@redhat.com> 1 // Contributed by Alexandre Oliva <aoliva@redhat.com>
2 // From Red Hat case 106165. 2 // From Red Hat case 106165.
3
4 /* { dg-require-effective-target indirect_calls } */
3 5
4 typedef unsigned short (FUNC_P) (void *, unsigned char *, unsigned short); 6 typedef unsigned short (FUNC_P) (void *, unsigned char *, unsigned short);
5 7
6 void crashIt(int id, FUNC_P *func, unsigned char *funcparm) 8 void crashIt(int id, FUNC_P *func, unsigned char *funcparm)
7 { 9 {