This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/17921] ICE on legal code: using the address of an array component
- From: "baldrick at free dot fr" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Jan 2005 14:26:29 -0000
- Subject: [Bug ada/17921] ICE on legal code: using the address of an array component
- References: <20041010123737.17921.duncan.sands@free.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From baldrick at free dot fr 2005-01-02 14:26 -------
(In reply to comment #1)
> D.351 = (system__address *) &(SIGNED_32) D.359;
>
> Confirmed, looks like a front-end problem, it should have made a temprary
variable to hold the value
> and then taken the address.
The ICE no longer occurs with current CVS.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17921