From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17737 invoked by alias); 30 Nov 2011 13:17:31 -0000 Received: (qmail 17728 invoked by uid 22791); 30 Nov 2011 13:17:30 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,T_FRT_FREE X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 30 Nov 2011 13:17:15 +0000 From: "Joost.VandeVondele at mat dot ethz.ch" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/51355] New: [4.7 Regression] cgraph_add_edge_to_call_site_hash, at cgraph.c:765 Date: Wed, 30 Nov 2011 14:06:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: Joost.VandeVondele at mat dot ethz.ch 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" Content-Transfer-Encoding: quoted-printable 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: 2011-11/txt/msg02852.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D51355 Bug #: 51355 Summary: [4.7 Regression] cgraph_add_edge_to_call_site_hash, at cgraph.c:765 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto AssignedTo: unassigned@gcc.gnu.org ReportedBy: Joost.VandeVondele@mat.ethz.ch Building CP2K with LTO has started to fail somewhere in the last 3 weeks. In function =E2=80=98current_build_current=E2=80=99: lto1: internal compiler error: in cgraph_add_edge_to_call_site_hash, at cgraph.c:765 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/dev/shm/vondele/ccPFwJ9D.ltrans2.ltrans.o] Error 1 In function =E2=80=98nmr_shift_print=E2=80=99: lto1: internal compiler error: in cgraph_add_edge_to_call_site_hash, at cgraph.c:765 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[3]: *** [/dev/shm/vondele/ccPFwJ9D.ltrans10.ltrans.o] Error 1 In function =E2=80=98atom_int_setup=E2=80=99: lto1: internal compiler error: in cgraph_add_edge_to_call_site_hash, at cgraph.c:765 [...] No other testcase than building full CP2K with the following arch file: # CC =3D cc CPP =3D=20 FC =3D gfortran=20 LD =3D gfortran AR =3D ar -r CPPFLAGS =3D=20 DFLAGS =3D -D__GFORTRAN -D__FFTSG -D__FFTW3 -D__LIBINT FCFLAGS =3D -flto -ffree-form -cpp $(DFLAGS) -I$(GFORTRAN_INC) LDFLAGS =3D $(FCFLAGS) -O3 -march=3Dnative -fuse-linker-plugin -flto=3Djob= server -L/users/vondele/LAPACK/ -L$(GFORTRAN_LIB) LIBS =3D -llapack_gfortran_x86 -lblas_gfortran_x86 -lfftw3 -lderiv -lint -lstdc++ OBJECTS_ARCHITECTURE =3D machine_gfortran.o