r263714 - in /trunk/gcc: ada/ChangeLog ada/Make...
pmderodat@gcc.gnu.org
pmderodat@gcc.gnu.org
Tue Aug 21 14:45:00 GMT 2018
Author: pmderodat
Date: Tue Aug 21 14:45:49 2018
New Revision: 263714
URL: https://gcc.gnu.org/viewcvs?rev=263714&root=gcc&view=rev
Log:
[Ada] General purpose doubly linked list for compiler and tool use
This patch adds unit GNAT.Lists which currently contains the
implementation of a general purpose doubly linked list intended for use
by the compiler and the tools around it.
2018-08-21 Hristian Kirtchev <kirtchev@adacore.com>
gcc/ada/
* impunit.adb: Add g-lists to the set of non-implementation
units.
* libgnat/g-lists.adb, libgnat/g-lists.ads: New unit.
* Makefile.rtl: Add g-lists to the set of non-tasking units.
* gcc-interface/Make-lang.in: Add g-lists to the set of files
used by gnat1.
gcc/testsuite/
* gnat.dg/linkedlist.adb: New testcase.
Added:
trunk/gcc/ada/libgnat/g-lists.adb
trunk/gcc/ada/libgnat/g-lists.ads
trunk/gcc/testsuite/gnat.dg/linkedlist.adb
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/Makefile.rtl
trunk/gcc/ada/gcc-interface/Make-lang.in
trunk/gcc/ada/impunit.adb
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list