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 35067
--> https://gcc.gnu.org/bugzi
Priority: P3
Component: ada
Assignee: unassigned at gcc dot gnu.org
Reporter: daniel.merrill at psware dot com
Target Milestone: ---
running on a little endian machine with a scalar storage order of
High_Order_First does not byte swap the values when accessed
: 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&
Severity: normal
Priority: P3
Component: ada
Assignee: unassigned at gcc dot gnu.org
Reporter: daniel.merrill at psware dot com
Created attachment 33878
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33878&action=edit
demonstrates the probl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63725
--- Comment #2 from Dan Merrill ---
Is this what you are proposing?
type string_type is new string (1..15);
for string_type'Scalar_Storage_Order use System.High_Order_First;
type string_array is array (1..2) of string_type;
for stri