diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-20 10:10:32 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-04-20 10:10:32 +0000 |
commit | 58e133a606c547ae2a65b3173968c0155124992c (patch) | |
tree | 918e410cb893da0e81e3563fff774beb29062ae6 /gcc/ada/a-stzbou.ads | |
parent | 0cc3cb0813aa3e5baae6dd76522d6cd1c9b77ac1 (diff) | |
download | gcc-58e133a606c547ae2a65b3173968c0155124992c.tar.gz |
2016-04-20 Ed Schonberg <schonberg@adacore.com>
* sem_ch13.adb (Rep_Item_Too_Late): Better error message for
an illegal aspect that freezes the entity to which it applies.
2016-04-20 Bob Duff <duff@adacore.com>
* a-stwibo.ads, a-stzbou.ads
("="): Add overriding keyword before function to avoid crash when
compiler is called with -gnatyO (check overriding indicators).
2016-04-20 Ed Schonberg <schonberg@adacore.com>
* sem_prag.adb (Analyze_Pragma, case Check_Policy): If this
is a configuration pragma and it uses the ARG syntax, insert
the rewritten pragma after the current one rather than using
Insert_Actions.
2016-04-20 Arnaud Charlet <charlet@adacore.com>
* exp_aggr.adb (Backend_Processing_Possible): Add handling of
C back-end.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235253 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-stzbou.ads')
-rw-r--r-- | gcc/ada/a-stzbou.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-stzbou.ads b/gcc/ada/a-stzbou.ads index 9574802f255..d7d3f52f2e7 100644 --- a/gcc/ada/a-stzbou.ads +++ b/gcc/ada/a-stzbou.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2010, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2015, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -618,7 +618,7 @@ package Ada.Strings.Wide_Wide_Bounded is High : Natural) renames Super_Slice; - function "=" + overriding function "=" (Left : Bounded_Wide_Wide_String; Right : Bounded_Wide_Wide_String) return Boolean renames Equal; |