This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66167

            Bug ID: 66167
           Summary: Scalar Storage Order attribute has no effect on 2
                    dimensional arrays
           Product: gcc
           Version: 6.0
            Status: UNCONFIRMED
          Severity: normal
          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 through a 2
dimensional array i.e. type foo is array (foo_range, bar_range) of float. I can
provide an example program if that will help reproduce the issue. Thanks.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]