[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Thu, 4 Aug 2011 15:24:27 +0000 (17:24 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Thu, 4 Aug 2011 15:24:27 +0000 (17:24 +0200)
commit5207696c34c49d2a6f888eb29a5e0bbc6d5df779
treea93b5656b06977ae6ec518633ad334e76a5337a1
parent2bd2d858e40c9db2bea9d3aaea7649b5499bfa4d
[multiple changes]

2011-08-04  Nicolas Roche  <roche@adacore.com>

* alfa_test.adb: Not all ali files are containing alfa information even
if compiled with -gnatd.F. So suppress warning about missing ALFA
information.

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

* lib-xref-alfa.adb (Add_ALFA_Scope): use non-empty unique name for
scope.
* put_alfa.adb: Check that scope name is not empty.

2011-08-04  Ed Schonberg  <schonberg@adacore.com>

* exp_ch3.adb (Stream_Operation_Ok): new predicate
Needs_Elementary_Stream_Operation, to determine whether user-defined
Read and Write attributes are available for the elementary components
of the given type. If only the predefined attributes are available,
then when restriction No_Default_Stream_Attributes is active the
predefined stream attributes for the composite type cannot be created.

2011-08-04  Robert Dewar  <dewar@adacore.com>

* bindgen.adb: Fix obsolete comments and names from Ada/C days.
Put routines in alpha order

From-SVN: r177399
gcc/ada/ChangeLog
gcc/ada/alfa_test.adb
gcc/ada/bindgen.adb
gcc/ada/exp_ch3.adb
gcc/ada/lib-xref-alfa.adb
gcc/ada/put_alfa.adb