]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ada/makeutl.adb
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 3 Aug 2011 10:45:20 +0000 (12:45 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 3 Aug 2011 10:45:20 +0000 (12:45 +0200)
commite280f98126fb6f0df2d7d980615b97bc4d540e5e
tree7026427e1396c48997b6965dbb6a0c92aa528215
parent98c99a5a376eb0b8b601fc02dec9eeacf5086196
[multiple changes]

2011-08-03  Emmanuel Briot  <briot@adacore.com>

* make.adb, makeutl.adb, makeutl.ads, clean.adb (Makeutl.Queue): new
package.

2011-08-03  Yannick Moy  <moy@adacore.com>

* cstand.adb (Create_Standard): select Universal_Integer as an ALFA type
* sem_ch3.adb (Array_Type_Declaration): detect array types in ALFA
* sem_util.adb, sem_util.ads (Has_Static_Array_Bounds): new function to
detect that an array has static bounds.

From-SVN: r177264
gcc/ada/ChangeLog
gcc/ada/clean.adb
gcc/ada/cstand.adb
gcc/ada/make.adb
gcc/ada/makeutl.adb
gcc/ada/makeutl.ads
gcc/ada/sem_ch3.adb
gcc/ada/sem_util.adb
gcc/ada/sem_util.ads