From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3841 invoked by alias); 18 Oct 2014 04:46:22 -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 Received: (qmail 3828 invoked by uid 48); 18 Oct 2014 04:46:18 -0000 From: "jaredhoberock at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/63584] New: ICE in strip_typedefs, at cp/tree.c:1326 Date: Sat, 18 Oct 2014 04:46: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-Version: 4.9.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jaredhoberock at gmail 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-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-10/txt/msg01419.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D63584 Bug ID: 63584 Summary: ICE in strip_typedefs, at cp/tree.c:1326 Product: gcc Version: 4.9.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: jaredhoberock at gmail dot com The attached preprocessed source produces the following compiler error mess= age: $ g++ -std=3Dc++11 -pthread preprocessed_repro.cpp=20 =E2=80=98 In file included from test_nested_executor.cpp:3:0: in strip_typedefs, at cp/tree.c:1326 auto inner_lambda =3D inner_lambda_gcc49_workaround{outer_idx, outer_shared_ref}; =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20 ^ Please submit a full bug report, with preprocessed source if appropriate. See for instructions. Preprocessed source stored into /tmp/ccSYvoB9.out file, please attach this = to your bugreport. I believe this is a regression because g++4.8.2-19ubuntu1 compiles the same code which executes as expected. System details: $ g++ --version ; echo ; uname -a ; echo ; cat /etc/lsb-release=20 g++ (Ubuntu 4.9.1-3ubuntu2~14.04.1) 4.9.1 Copyright (C) 2014 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Linux jhoberock-dt-fixme 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:= 08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux DISTRIB_ID=3DUbuntu DISTRIB_RELEASE=3D14.04 DISTRIB_CODENAME=3Dtrusty DISTRIB_DESCRIPTION=3D"Ubuntu 14.04.1 LTS" >>From gcc-bugs-return-464399-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Sat Oct 18 04:47:31 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 4832 invoked by alias); 18 Oct 2014 04:47:30 -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 Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 4808 invoked by uid 48); 18 Oct 2014 04:47:27 -0000 From: "jaredhoberock at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/63584] ICE in strip_typedefs, at cp/tree.c:1326 Date: Sat, 18 Oct 2014 04:47: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-Version: 4.9.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jaredhoberock at gmail 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-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2014-10/txt/msg01420.txt.bz2 Content-length: 242 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63584 --- Comment #1 from jaredhoberock at gmail dot com --- Created attachment 33753 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33753&action=edit preprocessed output of ICE reproducer