[Bug ada/19183] [3.4 Regression] ICE with -fPIC

2005-01-18 Thread ebotcazou at gcc dot gnu dot org
-- What|Removed |Added Priority|P2 |P3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19183

[Bug ada/19183] [3.4 Regression] ICE with -fPIC

2005-01-02 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-01-02 11:30 --- Confirmed, a regression from 3.3.2 present on 3.4 branch only. -- What|Removed |Added

[Bug ada/19183] [3.4 Regression] ICE with -fPIC

2005-01-02 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-01-02 11:32 --- Investigating. -- What|Removed |Added CC|ebotcazou at gcc dot gnu dot|

[Bug ada/19183] [3.4 Regression] ICE with -fPIC

2005-01-02 Thread ebotcazou at gcc dot gnu dot org
--- 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;