repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
P0329R4: Designated Initialization
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
warn13.adb
blob
2a9c4e392ccf891ae6e12e06dedda0d834437294
1
-- { dg-compile }
2
3
procedure
Warn13
is
4
5
pragma
Warnings
(
"-Wbogus"
);
-- { dg-warning "unknown" }
6
pragma
Warnings
(
"-Werror"
);
-- { dg-warning "does not control warning" }
7
pragma
Warnings
(
"-Wformat"
);
-- { dg-warning "switch not valid for Ada" }
8
9
begin
10
null
;
11
end
;