[Bug ada/66167] New: Scalar Storage Order attribute has no effect on 2 dimensional arrays

2015-05-15 Thread daniel.merrill at psware dot com
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

[Bug ada/65476] New: Long_Float array does not byte swap correctly when set to Scalar_Storage_Order with High Order First

2015-03-19 Thread daniel.merrill at psware dot com
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/bugzilla

[Bug ada/64985] New: Default Scalar Storage Order Fails when an address is associated with a record

2015-02-09 Thread daniel.merrill at psware dot com
: 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=34707action=edit

[Bug ada/63725] Scalar_Storage_Order and nested string subtypes

2014-11-06 Thread daniel.merrill at psware dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63725 --- Comment #2 from Dan Merrill daniel.merrill at psware dot com --- 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

[Bug ada/63725] New: Scalar_Storage_Order is required for nested string types, but cannot be added to those types

2014-11-03 Thread daniel.merrill at psware dot com
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=33878action=edit demonstrates the problem