diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2012-01-21 14:58:33 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2012-01-21 14:58:33 +0000 |
commit | 7eeb2aa717484ca0055e2274f50a49bc9565d1eb (patch) | |
tree | 2ffb84bf4d4a6e8715c3955d4a047ef199311ac7 /gcc/ada/ChangeLog | |
parent | 188229eb535a47b63c33dc12c71bf0575b44ce17 (diff) | |
download | gcc-7eeb2aa717484ca0055e2274f50a49bc9565d1eb.zip gcc-7eeb2aa717484ca0055e2274f50a49bc9565d1eb.tar.gz gcc-7eeb2aa717484ca0055e2274f50a49bc9565d1eb.tar.bz2 |
re PR ada/46192 (wrong code for renaming of volatile packed array with address clause)
PR ada/46192
* gcc-interface/decl.c (gnat_to_gnu_entity) <object>: In the case of a
renaming, preserve the volatileness through the indirection, if any.
From-SVN: r183365
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r-- | gcc/ada/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 1960e1a..a961439 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,9 @@ +2012-01-21 Eric Botcazou <ebotcazou@adacore.com> + + PR ada/46192 + * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: In the case of a + renaming, preserve the volatileness through the indirection, if any. + 2012-01-14 Andreas Schwab <schwab@linux-m68k.org> * gcc-interface/Makefile.in (OSCONS_EXTRACT): Add |