[Bug ada/107536] [13/14/15/16 regression] Wrong 'not referenced' warning on renamed variable
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Oct 20 09:26:42 GMT 2025
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107536
--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Eric Botcazou <ebotcazou@gcc.gnu.org>:
https://gcc.gnu.org/g:200b826af41d0dc05d2df1d67eea521d1d83265a
commit r16-4501-g200b826af41d0dc05d2df1d67eea521d1d83265a
Author: Eric Botcazou <ebotcazou@adacore.com>
Date: Mon Oct 20 11:21:21 2025 +0200
Ada: Fix spurious warning for renaming of component of VFA record
This is a regression present on the mainline and all active branches: the
compiler gives a spurious "is not referenced" warning for the renaming of
a component of a Volatile_Full_Access record.
gcc/ada/
PR ada/107536
* exp_ch2.adb (Expand_Renaming): Mark the entity as referenced.
gcc/testsuite/
* gnat.dg/renaming18.adb: New test.
More information about the Gcc-bugs
mailing list