[Bug ada/19183] [3.4 Regression] ICE with -fPIC
ebotcazou at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Jan 2 12:07:00 GMT 2005
------- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-01-02 12:07 -------
The problem comes from the address representation clauses:
Parameter_Table : PARAMETER_TABLE_TYPE;
for Parameter_Table'Address use Full_Parameter_Table.Element'Address;
Parameter_Byte_Table : PARAMETER_BYTES_TABLE_TYPE;
for Parameter_Byte_Table'Address use Parameter_Table'Address;
With -fPIC, the addresses are not compile-time constants anymore so the
elaboration must be performed slightly differently.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19183
More information about the Gcc-bugs
mailing list