From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26691 invoked by alias); 24 Sep 2012 07:44:37 -0000 Received: (qmail 26658 invoked by uid 48); 24 Sep 2012 07:44:11 -0000 From: "mikpe at it dot uu.se" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/54688] New: [4.8 regression] a-ioexce.ads violation of implicit restriction "No_Elaboration_Code" breaks Ada bootstrap on sparc64-linux Date: Mon, 24 Sep 2012 07:44:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mikpe at it dot uu.se X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-09/txt/msg01914.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54688 Bug #: 54688 Summary: [4.8 regression] a-ioexce.ads violation of implicit restriction "No_Elaboration_Code" breaks Ada bootstrap on sparc64-linux Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: ada AssignedTo: unassigned@gcc.gnu.org ReportedBy: mikpe@it.uu.se Bootstrapping gcc-4.8-20120923 on sparc64-linux w/ Ada fails: /mnt/scratch/objdir48/./prev-gcc/xgcc -B/mnt/scratch/objdir48/./prev-gcc/ -B/mnt/scratch/install48/sparc64-unknown-linux-gnu/bin/ -B/mnt/scratch/install48/sparc64-unknown-linux-gnu/bin/ -B/mnt/scratch/install48/sparc64-unknown-linux-gnu/lib/ -isystem /mnt/scratch/install48/sparc64-unknown-linux-gnu/include -isystem /mnt/scratch/install48/sparc64-unknown-linux-gnu/sys-include -c -g -O2 -gnatpg -gnata -W -Wall -nostdinc -I- -I. -Iada -I/mnt/scratch/gcc-4.8-20120923/gcc/ada -I/mnt/scratch/gcc-4.8-20120923/gcc/ada/gcc-interface /mnt/scratch/gcc-4.8-20120923/gcc/ada/a-ioexce.ads -o ada/a-ioexce.o a-ioexce.ads:21:19: violation of implicit restriction "No_Elaboration_Code" a-ioexce.ads:22:19: violation of implicit restriction "No_Elaboration_Code" a-ioexce.ads:23:19: violation of implicit restriction "No_Elaboration_Code" a-ioexce.ads:24:19: violation of implicit restriction "No_Elaboration_Code" a-ioexce.ads:25:19: violation of implicit restriction "No_Elaboration_Code" a-ioexce.ads:26:19: violation of implicit restriction "No_Elaboration_Code" a-ioexce.ads:27:19: violation of implicit restriction "No_Elaboration_Code" a-ioexce.ads:28:19: violation of implicit restriction "No_Elaboration_Code" make[3]: *** [ada/a-ioexce.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory `/mnt/scratch/objdir48/gcc' make[2]: *** [all-stage3-gcc] Error 2 make[2]: Leaving directory `/mnt/scratch/objdir48' make[1]: *** [stage3-bubble] Error 2 make[1]: Leaving directory `/mnt/scratch/objdir48' make: *** [bootstrap] Error 2 The previous weekly snapshot, gcc-4.8-20120916, did not have this problem. Complete configuration parameters: /mnt/scratch/gcc-4.8-20120923/configure --prefix=/mnt/scratch/install48 --with-gmp=/home/mikpe/pkgs/linux-sparc64/gmp-5.0.5 --with-mpfr=/home/mikpe/pkgs/linux-sparc64/mpfr-3.1.1 --with-mpc=/home/mikpe/pkgs/linux-sparc64/mpc-1.0.1 --with-cpu=v8 --enable-multilib --disable-plugin --disable-lto --disable-nls --enable-threads=posix --enable-checking=release --disable-libmudflap --enable-languages=c,c++,fortran,ada