comparison gcc/testsuite/c-c++-common/dump-ada-spec-8.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 -w" } */
3
4 typedef struct T {} My_T;
5
6 int foo (My_T *t);
7
8
9 struct S1;
10
11 struct S2 { struct S1 *s; };
12
13 struct S1 {};
14
15 /* { dg-final { scan-ada-spec-not "System.Address" } } */
16 /* { dg-final { cleanup-ada-spec } } */