From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29918 invoked by alias); 10 May 2012 12:17:16 -0000 Received: (qmail 29908 invoked by uid 22791); 10 May 2012 12:17:15 -0000 X-SWARE-Spam-Status: No, hits=-3.6 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; Thu, 10 May 2012 12:17:02 +0000 From: "chesstr at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/53305] New: internal crash with variadic templates and decltype Date: Thu, 10 May 2012 12:17:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: chesstr at hotmail dot com 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 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: 2012-05/txt/msg01092.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D53305 Bug #: 53305 Summary: internal crash with variadic templates and decltype Classification: Unclassified Product: gcc Version: 4.6.3 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned@gcc.gnu.org ReportedBy: chesstr@hotmail.com Created attachment 27362 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=3D27362 simplified c++ code that crushes gcc g++ -std=3Dc++0x gcc_bug.cpp -o t gcc_bug.cpp: In member function =E2=80=98int funct::operator()(argTs ...)= =E2=80=99: gcc_bug.cpp:7:2: error: expected =E2=80=98;=E2=80=99 before =E2=80=98}=E2= =80=99 token gcc_bug.cpp:23: confused by earlier errors, bailing out in the real (and more complex) code, instead the last error message was : internal compiler error: Segmentation fault