]> git.ipfire.org Git - thirdparty/gcc.git/commit
einfo.ads, einfo.adb (Default_Aspect_Component_Value): Is on base type only.
authorRobert Dewar <dewar@adacore.com>
Mon, 14 Oct 2013 12:45:14 +0000 (12:45 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 14 Oct 2013 12:45:14 +0000 (14:45 +0200)
commit688a9b51c97414c7957825865a8ebc7458c15ebd
tree66eac7cd5ac22d91d26fdd7aca350b7e25d39cd7
parent124092ee8afddc68ec7905bd951cc647f7de84e6
einfo.ads, einfo.adb (Default_Aspect_Component_Value): Is on base type only.

2013-10-14  Robert Dewar  <dewar@adacore.com>

* einfo.ads, einfo.adb (Default_Aspect_Component_Value): Is on base type
only.
* exp_aggr.adb (Expand_Array_Aggregate): Handle proper
initialization of <> component.
* exp_ch3.adb, exp_tss.adb: Minor reformatting
* sem_ch13.adb (Default_Aspect_Component_Value, Default_Aspect_Value):
Is on base type only.
* sinfo.ads: Minor comment revision.

2013-10-14  Robert Dewar  <dewar@adacore.com>

* g-decstr.adb (Decode_Wide_Wide_Character): Fix failure
to detect invalid sequences where longer than necessary
sequences are used for encoding.
(Validate_Wide_Character):
Call Decode_Wide_Character to get the above validations.
(Validate_Wide_Wide_Character): Same fix
* g-decstr.ads: Add documentation making it clear that the UTF-8
implementation here recognizes all valid UTF-8 sequences, rather
than the well-formed subset corresponding to characters defined
in Unicode.
(Next_Wide_Character): Remove comment about this
being more efficient than Decode_Wide_Character (because this
no longer the case).
(Prev_Wide_Character): Add note that valid encoding is assumed.

2013-10-14  Robert Dewar  <dewar@adacore.com>

* a-wichha.adb (Character_Set_Version): New function.
* a-wichha.ads: Remove comments for pragma Pure (final RM has
this).
(Character_Set_Version): New function.
* gnat_rm.texi: Update doc.

From-SVN: r203527
13 files changed:
gcc/ada/ChangeLog
gcc/ada/a-wichha.adb
gcc/ada/a-wichha.ads
gcc/ada/einfo.adb
gcc/ada/einfo.ads
gcc/ada/exp_aggr.adb
gcc/ada/exp_ch3.adb
gcc/ada/exp_tss.adb
gcc/ada/g-decstr.adb
gcc/ada/g-decstr.ads
gcc/ada/gnat_rm.texi
gcc/ada/sem_ch13.adb
gcc/ada/sinfo.ads