sem_ch6.adb (Analyze_Subprogram_Body): Do not treat Inline as Inline_Always when...
authorEd Schonberg <schonber@gnat.com>
Mon, 4 Oct 2004 14:57:56 +0000 (16:57 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 4 Oct 2004 14:57:56 +0000 (16:57 +0200)
commitc71c53a8554e4bab6e4c375319f1af5d8584b88a
tree5967ad580b6b278f38c7fea4a2f49131b82ffe2e
parent71d9e9f213d295971b7cb339ee18513bcbf45e2d
sem_ch6.adb (Analyze_Subprogram_Body): Do not treat Inline as Inline_Always when in Configurable_Run_Time mode.

2004-10-04  Ed Schonberg  <schonberg@gnat.com>

* sem_ch6.adb (Analyze_Subprogram_Body): Do not treat Inline as
Inline_Always when in Configurable_Run_Time mode.

* sem_prag.adb (Process_Convention): If entity is an inherited
subprogram, apply convention to parent subprogram if in same scope.
(Analyze_Pragma, case Inline): Do not treat Inline as Inline_Always
when in Configurable_Run_Time mode.

From-SVN: r88498
gcc/ada/ChangeLog
gcc/ada/sem_ch6.adb
gcc/ada/sem_prag.adb