]> git.ipfire.org Git - thirdparty/gcc.git/commit
ug_words, [...]: Added alpha-ivms transitioning section to porting guide chapter...
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 3 Jan 2005 15:43:24 +0000 (16:43 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 3 Jan 2005 15:43:24 +0000 (16:43 +0100)
commit87b3f81fc94c4a40ddc8ef8107757696fd2accad
treecc56ad2870547da06116c5f927b552a16d94614f
parente9906cbf174623cc53b32ad2a0f6d603d6f975b5
ug_words, [...]: Added alpha-ivms transitioning section to porting guide chapter (vms version).

* ug_words, gnat_ugn.texi: Added alpha-ivms transitioning section to
porting guide chapter (vms version).
Revised doc title (removed "for native platforms") and subtitle.
Add discussion on warning flag for obsolescent features. First we
note that it applies to obsolete GNAT features, which was previously
omitted. Second we contrast the behavior with that of the new
Ada 2005 AI-368 restriction No_Obsolescent_Features.
Preliminary rewriting of GNAT & libraries chapter in order to take
into account default project locations & new project manager
capabilities.

* cstand.adb (Create_Operators): Clean up format and documentation of
unary and binary operator result tables. No change in code, just
reformatting and addition of comments.

* errout.ads, gnatfind.adb, s-maccod.ads, sem.adb,
sem_ch2.adb: Minor reformatting

* atree.ads, elists.ads, lib.ads, namet.ads, nlists.ads, repinfo.ads,
sinput.ads, stringt.ads, uintp.ads, urealp.ads: Minor clarification to
comments for Tree_Read and Tree_Write.

* exp_attr.ads: Minor reformatting.

* comperr.adb (Compiler_Abort): Add specialized message for GAP
versions.

* exp_pakd.adb (Create_Packed_Array_Type): Add a guard to check
whether the ancestor type is private, as may be the case with nested
instantiations.

From-SVN: r92852
20 files changed:
gcc/ada/comperr.adb
gcc/ada/cstand.adb
gcc/ada/elists.ads
gcc/ada/errout.ads
gcc/ada/exp_attr.ads
gcc/ada/exp_pakd.adb
gcc/ada/gnat_ugn.texi
gcc/ada/gnatfind.adb
gcc/ada/lib.ads
gcc/ada/namet.ads
gcc/ada/nlists.ads
gcc/ada/repinfo.ads
gcc/ada/s-maccod.ads
gcc/ada/sem.adb
gcc/ada/sem_ch2.adb
gcc/ada/sinput.ads
gcc/ada/stringt.ads
gcc/ada/ug_words
gcc/ada/uintp.ads
gcc/ada/urealp.ads