From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14475 invoked by alias); 16 Nov 2011 07:31:13 -0000 Received: (qmail 14467 invoked by uid 22791); 16 Nov 2011 07:31:12 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 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; Wed, 16 Nov 2011 07:30:19 +0000 From: "cas43 at cs dot stanford.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/51154] internal compiler error: gimplification failed Date: Wed, 16 Nov 2011 08:15:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cas43 at cs dot stanford.edu 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: In-Reply-To: References: 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 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: 2011-11/txt/msg01605.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D51154 --- Comment #2 from Craig Schroeder 2011-11-= 16 07:30:12 UTC --- Created attachment 25835 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=3D25835 Another file variant causing a third diagnostic on ICE. This variant on the file produces the following diagnostic: four.cpp: In member function =E2=80=98void ADVECTION_DRIVER::Scalar_Adv= ance()=E2=80=99: four.cpp:30:33: error: =E2=80=98T=E2=80=99 was not declared in this scope four.cpp:30:35: error: =E2=80=98TV_INT=E2=80=99 was not declared in this sc= ope four.cpp:30:41: error: template argument 1 is invalid four.cpp:30:41: error: template argument 2 is invalid four.cpp:30:56: error: invalid type in declaration before =E2=80=98(=E2=80= =99 token four.cpp: In instantiation of =E2=80=98void ADVECTION_DRIVER::Scalar_Ad= vance() [with TV =3D VECTOR]=E2=80=99: four.cpp:33:16: required from here four.cpp:30:64: error: expression list treated as compound expression in initializer [-fpermissive] four.cpp: In member function =E2=80=98void ARRAY >::Resiz= e() [with T =3D float; int d =3D 1]=E2=80=99: four.cpp:21:20: internal compiler error: in create_tmp_var, at gimplify.c:4= 68 Please submit a full bug report, with preprocessed source if appropriate. See for instructions.