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

            Bug ID: 79945
           Summary: ppc64le Default_Bit_Order in Ada
           Product: gcc
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
          Assignee: unassigned at gcc dot gnu.org
          Reporter: jakub at gcc dot gnu.org
  Target Milestone: ---

Just forwarding the https://bugzilla.redhat.com/show_bug.cgi?id=1429214
report here, if Ada Default_Bit_Order actually stands for byte order, then it
probably should be Default_Bit_Order : constant Bit_Order := Low_Order_First;
Shall we
cp -a gcc/ada/system-linux-ppc{,le}.ads
sed -i -e 's/:= High_Order/:= Low_Order/' gcc/ada/system-linux-ppcle.ads
and tweak gcc/ada/gcc-interface/Makefile.in, something else?

Reply via email to