From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32445 invoked by alias); 3 Apr 2013 10:55:08 -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 32383 invoked by uid 48); 3 Apr 2013 10:55:02 -0000 From: "vchou79 at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/56804] lto1: internal compiler error: bytecode stream: found non-null terminated string Date: Wed, 03 Apr 2013 10:55:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: lto X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vchou79 at gmail dot com X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: 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 X-SW-Source: 2013-04/txt/msg00248.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56804 --- Comment #8 from Vincent 2013-04-03 10:55:02 UTC --- (In reply to comment #7) > (In reply to comment #6) > > bash-4.1$ cat test.res > > 3 > > test.o 4 > > 459 b27d8a298c16d07e PREVAILING_DEF_IRONLY_EXP check_vpx_codec_dec_init_ver > > 475 b27d8a298c16d07e PREVAILING_DEF_IRONLY_EXP main > > 463 b27d8a298c16d07e RESOLVED_IR vpx_codec_dec_init_ver > > 478 b27d8a298c16d07e RESOLVED_IR vpx_codec_control_ > > ./libvpx.a@0x5b54 10 > > Thus libvpx.a contains objects with LTO bytecode. Please make sure > to re-build those as well. > Those are rebuilt, tested more 3 times, but issue persists, the changes to back-end @r196864 caused it. The preprocessed sources alone isn't adequate to trigger this bug. libvpx.a is required, do you need this archive ?