This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r118314 - /trunk/gcc/ada/sprint.adb
- From: charlet at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 31 Oct 2006 18:11:06 -0000
- Subject: r118314 - /trunk/gcc/ada/sprint.adb
Author: charlet
Date: Tue Oct 31 18:11:05 2006
New Revision: 118314
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118314
Log:
2006-10-31 Ed Schonberg <schonberg@adacore.com>
Robert Dewar <dewar@adacore.com>
Bob Duff <duff@adacore.com>
* sprint.adb (Sprint_Node_Actual, case Parameter_Specification): Do not
print null exclusion twice in the case of an access definition,
Implement new -gnatL switch
Remove N_Return_Object_Declaration. We now use
N_Object_Declaration instead. Implement the case for
N_Extended_Return_Statement. Alphabetize the cases.
Add cases for new nodes N_Extended_Return_Statement and
N_Return_Object_Declaration. The code is not yet written.
Update the output for N_Formal_Object_Declaration
and N_Object_Renaming_Declaration.
(Write_Itype): Account for the case of a modular integer subtype whose
base type is private.
Modified:
trunk/gcc/ada/sprint.adb