From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21020 invoked by alias); 5 Feb 2015 14:31:44 -0000 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 Received: (qmail 20940 invoked by uid 48); 5 Feb 2015 14:31:40 -0000 From: "bugs at stellardeath dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug fortran/64947] Internal compiler error: in gimplify_expr, at gimplify.c:8425 Date: Thu, 05 Feb 2015 14:31:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: fortran X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bugs at stellardeath dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg00464.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D64947 --- Comment #1 from Lorenz H=C3=BCdepohl --- Also present in 4.8.3: #> gfortran --version GNU Fortran (SUSE Linux) 4.8.3 20141208 [gcc-4_8-branch revision 218481] Copyright (C) 2013 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING #> gfortran -ffree-form -c testcase.f90 testcase.f90: In function =E2=80=98node_from_strings=E2=80=99: testcase.f90:40:0: internal compiler error: in gimplify_expr, at gimplify.c:8051 node =3D> node%get_child(c_string(strings(1))) ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. >>From gcc-bugs-return-476132-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Feb 05 14:33:46 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 23986 invoked by alias); 5 Feb 2015 14:33:45 -0000 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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 23873 invoked by uid 48); 5 Feb 2015 14:33:39 -0000 From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/64349] [5 Regression] Bootstrapping Ada fails on darwin(9|10). Date: Thu, 05 Feb 2015 14:33:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: build X-Bugzilla-Severity: normal X-Bugzilla-Who: iains at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 5.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg00465.txt.bz2 Content-length: 530 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64349 --- Comment #18 from Iain Sandoe --- (In reply to Dominique d'Humieres from comment #17) > > Better now? > > Yes, I have bootstrapped a clean revision r220437 on x86_64-apple-darwin10, > regtesting in progress. > > For the record, I still see the warning > > ld: warning: can't add line info to anonymous symbol __const@0 from > s-arit64.o presumably a separate issue - I'm bootstrapping i686-darwin10 (but on a core duo, so not terribly quick).