This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Ada] Put declarations in package Standard in proper order


Tested on i686-linux, committed on trunk

Previously, the declarations for package Standard were not
in the right order in the constructed internal tree. In
particular, Positive came after String, which is odd, given
that String has Positive as an index type.

This patch corrects the order. This really has almost no
effect on the compiler (the only way to see the change is
to study the output of -gnatdy carefully), so no test is
needed. It can affect ASIS programs that look at package
Standard.

2008-03-26  Robert Dewar  <dewar@adacore.com>

	* stand.ads: Deal with reordering of package standard declarations

	* cstand.adb: Put package Standard declarations in proper order

Attachment: difs
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]