From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27124 invoked by alias); 11 May 2012 10:01:56 -0000 Received: (qmail 27107 invoked by uid 22791); 11 May 2012 10:01:54 -0000 X-SWARE-Spam-Status: No, hits=-4.2 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED,TW_GC,TW_JC 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; Fri, 11 May 2012 10:01:42 +0000 From: "izamyatin at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/53161] [4.8 Regression] ICE with weakref function and a function which takes vector types Date: Fri, 11 May 2012 10:08:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: izamyatin at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: hubicka at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 X-Bugzilla-Changed-Fields: CC Message-ID: In-Reply-To: References: 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-05/txt/msg01211.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53161 Igor Zamyatin changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |izamyatin at gmail dot com --- Comment #6 from Igor Zamyatin 2012-05-11 10:00:51 UTC --- I also see that LTO bootstrap fails with following message ../../src-trunk/gcc/gcov.c:2348:1: internal compiler error: vector VEC(inline_edge_summary_t,base) index domain error, in inline_edge_summary at ipa-inline.h:200 } ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[6]: *** [gcov.o] Error 1 make[6]: *** Waiting for unfinished jobs.... rm gcj-dbtool.pod jcf-dump.pod jv-convert.pod grmic.pod gcj.pod gc-analyze.pod gcov.pod gfdl.pod cpp.pod gij.pod gfortran.pod gcc.pod fsf-funding.pod make[6]: Leaving directory `/export/gnu/import/git/gcc-test-profile/bld/gcc' make[5]: *** [all-stageprofile-gcc] Error 2 make[5]: Leaving directory `/export/gnu/import/git/gcc-test-profile/bld' make[4]: *** [stageprofile-bubble] Error 2 make[4]: Leaving directory `/export/gnu/import/git/gcc-test-profile/bld' make[3]: *** [profiledbootstrap] Error 2 make[3]: Leaving directory `/export/gnu/import/git/gcc-test-profile/bld' 6968.90user 244.95system 24:30.58elapsed 490%CPU (0avgtext+0avgdata 567304maxresident)k 16256inputs+8351248outputs (112major+65804975minor)pagefaults 0swaps make[2]: *** [profiledbootstrap] Error 2 make[2]: Leaving directory `/export/gnu/import/git/gcc-test-profile'