summaryrefslogtreecommitdiff
path: root/open_issues/gnat.mdwn
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2016-02-20 10:58:21 +0100
committerThomas Schwinge <thomas@codesourcery.com>2016-02-22 12:46:15 +0100
commitbfe350dabc00d8f3b281837cefdea7d909e00f7a (patch)
treedf10849d4fa5e03dba2e549f4861185d405f66fc /open_issues/gnat.mdwn
parentd7e10b36baf5ea58d54658ff3958344af87ec8b0 (diff)
open_issues/gcc: Switch to upstream sources
Diffstat (limited to 'open_issues/gnat.mdwn')
-rw-r--r--open_issues/gnat.mdwn14
1 files changed, 12 insertions, 2 deletions
diff --git a/open_issues/gnat.mdwn b/open_issues/gnat.mdwn
index 84e8f60b..48a1e25e 100644
--- a/open_issues/gnat.mdwn
+++ b/open_issues/gnat.mdwn
@@ -1,5 +1,5 @@
-[[!meta copyright="Copyright © 2011, 2012, 2013 Free Software Foundation,
-Inc."]]
+[[!meta copyright="Copyright © 2011, 2012, 2013, 2016 Free Software
+Foundation, Inc."]]
[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable
id="license" text="Permission is granted to copy, distribute and/or modify this
@@ -25,6 +25,9 @@ There is a [[!FF_project 259]][[!tag bounty]] on this task.
First, make the language functional, have its test suite pass without errors.
+Using, for example, the build instructions from [[GCC]], you'll need to add
+`ada` to `--enable-languages`.
+
## Original [[community/GSoC]] Task Description
@@ -152,6 +155,13 @@ f6568ea476aa52a6e23c6db43b3e240cde55783a (2013-04-26).
gcc/ada/s-taprop-posix.adb: Stack.ss_sp := Self_ID.Common.Task_Alternate_Stack;
+## TODO
+
+GCC includes (TODO: some version of) the Ada Conformity Assessment Test Suite
+(ACATS), <http://ada-auth.org/acats.html>. Additional tests to be found at
+<http://ada-auth.org/submit.html>. TODO: results?
+
+
---