decl.c: Do not emit a variable for a object that has an address representation clause...
authorTristan Gingold <gingold@adacore.com>
Tue, 20 May 2008 12:44:43 +0000 (14:44 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 20 May 2008 12:44:43 +0000 (14:44 +0200)
commite7841bacf5a86bd2523a39abb8e6f6385297b6fd
tree8e2cbf2aa50782a9ae8bbcfee5b13e1a490c22ba
parent5b6a0e43da82d4c4a82fadf2af3b2fa8d39bec63
decl.c: Do not emit a variable for a object that has an address representation clause...

2008-05-20  Tristan Gingold  <gingold@adacore.com>

* decl.c: Do not emit a variable for a object that has an address
representation clause whose value is known at compile time.
When a variable has an address clause whose value is known at compile
time, refer to this variable by using directly the address instead of
dereferencing a pointer.

From-SVN: r135618
gcc/ada/decl.c