From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9222 invoked by alias); 14 Nov 2006 10:02:53 -0000 Received: (qmail 9208 invoked by uid 22791); 14 Nov 2006 10:02:51 -0000 X-Spam-Check-By: sourceware.org Received: from nz-out-0102.google.com (HELO nz-out-0102.google.com) (64.233.162.205) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 14 Nov 2006 10:02:41 +0000 Received: by nz-out-0102.google.com with SMTP id q3so976783nzb for ; Tue, 14 Nov 2006 02:02:39 -0800 (PST) Received: by 10.65.151.6 with SMTP id d6mr745473qbo.1163498559337; Tue, 14 Nov 2006 02:02:39 -0800 (PST) Received: from ?192.168.0.101? ( [38.99.84.40]) by mx.google.com with ESMTP id q17sm7681715qbq.2006.11.14.02.02.37; Tue, 14 Nov 2006 02:02:38 -0800 (PST) Subject: Re: [Bug middle-end/28915] [4.1 regression] ICE: tree check: expected class 'constant', have 'declaration' (var_decl) in build_vector, at tree.c:973 To: gcc-bugzilla@gcc.gnu.org Cc: gcc-bugs@gcc.gnu.org In-Reply-To: <20061114092959.21374.qmail@sourceware.org> References: <20061114092959.21374.qmail@sourceware.org> Content-Type: text/plain Date: Tue, 14 Nov 2006 10:02:00 -0000 Message-Id: <1163498555.7128.2.camel@celery.andrew.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 (2.6.3-1.fc5.5) Content-Transfer-Encoding: 7bit From: Andrew Pinski Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2006-11/txt/msg01250.txt.bz2 List-Id: On Tue, 2006-11-14 at 09:29 +0000, jakub at gcc dot gnu dot org wrote: > > ------- Comment #24 from jakub at gcc dot gnu dot org 2006-11-14 09:29 ------- > This change breaks bootstrap on x86_64-linux and i386-linux: This is now PR 29825 and it is an x86 back-end issue about not accepting the instruction which is valid as far as I can tell as the following asm instruction is valid: movl %eax, dwarf_reg_size_table@GOTOFF -- Pinski