https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70969
Bug ID: 70969 Summary: power64le ada bootstrap failure: s-unstyp.ads:40:15: violation of No_Elaboration_Code_All at line 42 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: msebor at gcc dot gnu.org Target Milestone: --- Current trunk (7.0) fails to bootstrap on powerpc64le, due to the following error: /build/gcc-trunk-bootstrap/./gcc/xgcc -B/build/gcc-trunk-bootstrap/./gcc/ -B/usr/local/powerpc64le-unknown-linux-gnu/bin/ -B/usr/local/powerpc64le-unknown-linux-gnu/lib/ -isystem /usr/local/powerpc64le-unknown-linux-gnu/include -isystem /usr/local/powerpc64le-unknown-linux-gnu/sys-include -c -g -O2 -fPIC -W -Wall -gnatpg -nostdinc s-unstyp.ads -o s-unstyp.o s-unstyp.ads:40:15: violation of No_Elaboration_Code_All at line 42 s-unstyp.ads:40:15: unit "System" does not have No_Elaboration_Code_All make[7]: *** [s-unstyp.o] Error 1 make[7]: Leaving directory `/build/gcc-trunk-bootstrap/gcc/ada/rts'