Mercurial > hg > CbC > GCC_original
annotate gcc/testsuite/c-c++-common/dump-ada-spec-10.c @ 19:2b5abeee2509 default tip
update gcc11
author | anatofuz |
---|---|
date | Mon, 25 May 2020 07:50:57 +0900 |
parents | 84e7813d76e9 |
children |
rev | line source |
---|---|
17 | 1 /* { dg-do compile } */ |
2 /* { dg-options "-fdump-ada-spec" } */ | |
3 | |
4 typedef struct T *My_Ptr1; | |
5 | |
6 int foo1 (My_Ptr1); | |
7 | |
8 typedef struct T *My_Ptr2; | |
9 | |
10 int foo2 (My_Ptr2); | |
11 | |
12 struct T { int i; }; | |
13 | |
14 /* { dg-final { scan-ada-spec-not "System.Address" } } */ | |
15 /* { dg-final { cleanup-ada-spec } } */ |