https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64985
Bug ID: 64985
Summary: Default Scalar Storage Order Fails when an address is
associated with a record
Product: gcc
Version: 5.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: ada
Assignee: unassigned at gcc dot gnu.org
Reporter: daniel.merrill at psware dot com
CC: ebotcazou at gcc dot gnu.org
Created attachment 34707
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=34707&action=edit
Addresses failure when default scalar storage order is set.
The ada compiler crashes when trying to link a record which contains an address
and is set to a different scalar storage order than the default. Example code
to reproduce the problem included.