From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32059 invoked by alias); 2 Apr 2013 13:25:19 -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 32008 invoked by uid 48); 2 Apr 2013 13:25:12 -0000 From: "rguenth at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug lto/56804] lto1: internal compiler error: bytecode stream: found non-null terminated string Date: Tue, 02 Apr 2013 13:25: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: rguenth at gcc dot gnu.org 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/msg00118.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56804 --- Comment #5 from Richard Biener 2013-04-02 13:25:12 UTC --- Works for me. Are you sure -lvpx doesn't contain LTO bytecode? Can you reproduce it with -r -nostdlib? Please provide the output of appending -v to the link line - also look for the inputs to the WPA stage (the lto1 command with -fwpa, there is a response file at the end, save it with -save-temps and inspect it - there are all objects with LTO bytecode listed).