]> gcc.gnu.org Git - gcc.git/commit - gcc/ada/ChangeLog
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 22 Jul 2009 13:09:40 +0000 (15:09 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 22 Jul 2009 13:09:40 +0000 (15:09 +0200)
commit5a989c6ba5e462a5545f2fd853df3aac24879440
tree5e9ab029114cde8cbdc8632002f642d414b88336
parent1a66936f87bd6fce4765c9cb157734d2f1850282
[multiple changes]

2009-07-22  Ed Schonberg  <schonberg@adacore.com>

* freeze.adb (Freeze_Entity): If Implicit_Packing is enabled, and the
component size is an exact number of bytes, an array type can have a
size clause that forces packing even though the array type itself is
not bit-packed.

2009-07-22  Thomas Quinot  <quinot@adacore.com>

* sem_ch3.adb (Analyze_Object_Declaration): For a constant declaration,
if there is a previous entity with the same name in the scope, ignore
it if it is the renaming declaration for a generic package introduced
in instances.

2009-07-22  Nicolas Roche  <roche@adacore.com>

* seh_init.c: use RtlAddFunctionTable to register our SEH exception
handler on x86_64 windows.

2009-07-22  Arnaud Charlet  <charlet@adacore.com>

* sem_prag.adb (Analyze_Pragma): Initialize/Normalize_Scalars create
false positives in CodePeer, so ignore this pragma in this mode.

From-SVN: r149931
gcc/ada/ChangeLog
gcc/ada/freeze.adb
gcc/ada/seh_init.c
gcc/ada/sem_ch3.adb
gcc/ada/sem_prag.adb
This page took 0.059175 seconds and 5 git commands to generate.