comparison gcc/testsuite/c-c++-common/dump-ada-spec-11.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-ada-spec" } */
3
4 typedef struct T My_T;
5
6 int foo1 (My_T *);
7
8 int foo2 (My_T *);
9
10 /* { dg-final { scan-ada-spec-not "System.Address" } } */
11 /* { dg-final { cleanup-ada-spec } } */