From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 50652 invoked by alias); 23 Oct 2015 16:59:23 -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 50590 invoked by uid 48); 23 Oct 2015 16:59:19 -0000 From: "ian at airs dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/67968] go1: internal compiler error: in write_specific_type_functions, at go/gofrontend/types.cc:1812 Date: Fri, 23 Oct 2015 16:59:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: go X-Bugzilla-Version: 5.2.1 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ian at airs dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ian at airs dot com 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: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-10/txt/msg01967.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67968 --- Comment #7 from Ian Lance Taylor --- Dominik: Chris has committed a number of recent fixes for gccgo compiler crashes. Are you testing with current mainline or with the 5.2.1 release that gong_su is using? Or is the problem that you don't have the imported packages? If that is the problem, then I wouldn't worry about shrinking the number or size of the input files. The only thing that matters is reducing the number of imports. Or, it's likely to be easier to just tar up the import files. Once this kind of problem can be reproduced, it's usually easy to fix.