projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
988ee9b
)
Add missing directive
author
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Sat, 2 Jun 2018 10:57:54 +0000
(10:57 +0000)
committer
Eric Botcazou
<ebotcazou@gcc.gnu.org>
Sat, 2 Jun 2018 10:57:54 +0000
(10:57 +0000)
From-SVN: r261109
gcc/testsuite/gnat.dg/specs/opt3_pkg.ads
patch
|
blob
|
history
diff --git
a/gcc/testsuite/gnat.dg/specs/opt3_pkg.ads
b/gcc/testsuite/gnat.dg/specs/opt3_pkg.ads
index f0d23f3929d2816764ea0150312686b718b8c34f..4145ac4abaada8667742deb63c4cadbf89719c21 100644
(file)
--- a/
gcc/testsuite/gnat.dg/specs/opt3_pkg.ads
+++ b/
gcc/testsuite/gnat.dg/specs/opt3_pkg.ads
@@
-1,3
+1,5
@@
+-- { dg-excess-errors "no code generated" }
+
package Opt3_Pkg is
function Max return Natural;