[Bug ada/79945] New: ppc64le Default_Bit_Order in Ada

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Mar 7 18:18:00 GMT 2017


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?


More information about the Gcc-bugs mailing list