From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13852 invoked by alias); 30 Oct 2010 13:06:01 -0000 Received: (qmail 13842 invoked by uid 22791); 30 Oct 2010 13:06:00 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,SARE_HEAD_8BIT_SPAM,SARE_SUB_ENC_UTF8x2 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 30 Oct 2010 13:05:57 +0000 From: "bonzini at gnu dot org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/46243] New: [4.6 Regression]=?UTF-8?Q?=20expected=20tree=20that=20contains=20=E2=80=98decl=20minimal=E2=80=99=20structure?=,=?UTF-8?Q?=20have=20=E2=80=98tree=5Flist=E2=80=99=20in=20start=5Fdecl?=, at c-decl.c:4049 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: bonzini at gnu dot org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Date: Sat, 30 Oct 2010 13:06:00 -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 X-SW-Source: 2010-10/txt/msg02569.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D46243 Summary: [4.6 Regression] expected tree that contains =E2=80=98d= ecl minimal=E2=80=99 structure, have =E2=80=98tree_list=E2= =80=99 in start_decl, at c-decl.c:4049 Product: gcc Version: unknown Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: c AssignedTo: unassigned@gcc.gnu.org ReportedBy: bonzini@gnu.org CC: froydnj@gcc.gnu.org I'm seeing the error on the following code: void Y(Z); /* { dg-error "" "error before" } */ which is a modified version of gcc.dg/pr14963.c pr14963.c:1:1: warning: parameter names (without types) in function declara= tion [enabled by default] pr14963.c:1:1: internal compiler error: tree check: expected tree that cont= ains =E2=80=98decl minimal=E2=80=99 structure, have =E2=80=98tree_list=E2=80=99 = in start_decl, at c-decl.c:4049 Please submit a full bug report, with preprocessed source if appropriate. See for instructions.