From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13986 invoked by alias); 11 Mar 2007 01:51:43 -0000 Received: (qmail 13966 invoked by uid 48); 11 Mar 2007 01:51:33 -0000 Date: Sun, 11 Mar 2007 01:51:00 -0000 Message-ID: <20070311015133.13965.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c/31128] ICE with __builtin_stack_restore In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" 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: 2007-03/txt/msg00912.txt.bz2 ------- Comment #1 from pinskia at gcc dot gnu dot org 2007-03-11 01:51 ------- I get a different ICE on the mainline with checking enabled: t.c:1: internal compiler error: tree check: expected tree that contains 'decl with RTL' structure, have 'addr_expr' in expand_stack_restore, at stmt.c:2012 Really this builtin should not be exposed to the user. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31128