This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r260739 - in /trunk/gcc/ada: ChangeLog exp_aggr...
- From: pmderodat at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Fri, 25 May 2018 09:05:10 -0000
- Subject: r260739 - in /trunk/gcc/ada: ChangeLog exp_aggr...
Author: pmderodat
Date: Fri May 25 09:05:10 2018
New Revision: 260739
URL: https://gcc.gnu.org/viewcvs?rev=260739&root=gcc&view=rev
Log:
[Ada] Remove "constant" attribute on Osint.Unknown_Attributes
2018-05-25 Arnaud Charlet <charlet@adacore.com>
gcc/ada/
* exp_aggr.adb (Convert_To_Positional): Bump default for
Max_Others_Replicate to 32. Update comments.
* osint.ads (Unknown_Attributes): No longer pretend this is a constant.
(No_File_Info_Cache): Initialize separately.
* osint.adb (No_File_Info_Cache): Update initializer.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/exp_aggr.adb
trunk/gcc/ada/osint.adb
trunk/gcc/ada/osint.ads