]> gcc.gnu.org Git - gcc.git/commit
[multiple changes]
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 1 Aug 2011 09:04:40 +0000 (11:04 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 1 Aug 2011 09:04:40 +0000 (11:04 +0200)
commit1a265e7824356359788dddf51b04d85ae4f7ff04
tree91ba915ac405b8e5b1f9aeb7989d7fd0795e94bb
parent67e28ef818ad694185e3738dad037864d2c51240
[multiple changes]

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

* sem_attr.adb (Analyze_Attribute, case 'Access): handle properly named
access to protected subprograms in generic bodies.
* sem_ch6.adb (Analyze_Subprogram_Declaration): If the context is a
protected type, indicate that the convention of the subprogram is
Convention_Protected, because it may be used in subsequent declarations
within the protected declaration.

2011-08-01  Vincent Celier  <celier@adacore.com>

* mlib-prj.adb (Build_Library): Use "ada_" as the prefix for the "init"
and "final" procedures when the name of the library is "ada", to avoid
duplicate symbols "adainit" and "adafinal" in executables.

From-SVN: r177002
gcc/ada/ChangeLog
gcc/ada/mlib-prj.adb
gcc/ada/sem_attr.adb
gcc/ada/sem_ch6.adb
This page took 0.058403 seconds and 5 git commands to generate.