]> gcc.gnu.org Git - gcc.git/commit
[Ada] Never make symbols for thunks public
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 20 May 2022 17:06:28 +0000 (19:06 +0200)
committerPierre-Marie de Rodat <derodat@adacore.com>
Thu, 2 Jun 2022 09:06:46 +0000 (09:06 +0000)
commitda7cd04339b4db1bfdc4846eca2df04deca1a9b2
tree375733322f45e3e7a664f5fcd421a8968ed82347
parentb05a31e579ec2e46c46c4b3f36fffdf0e959bd1f
[Ada] Never make symbols for thunks public

Thunks are only referenced locally by dispatch tables and never inlined.

gcc/ada/

* sem_ch6.adb (Analyze_Subprogram_Body_Helper): Clear the Is_Public
flag on thunks.
gcc/ada/sem_ch6.adb
This page took 0.059079 seconds and 5 git commands to generate.