From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25739 invoked by alias); 1 Jul 2014 18:47:16 -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 25621 invoked by uid 55); 1 Jul 2014 18:47:04 -0000 From: "ppluzhnikov at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/58704] [c++11] ICE initializing array member of template class Date: Tue, 01 Jul 2014 18: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.0 X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: ppluzhnikov at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.10.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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-07/txt/msg00052.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58704 --- Comment #8 from ppluzhnikov at gcc dot gnu.org --- Author: ppluzhnikov Date: Tue Jul 1 18:46:26 2014 New Revision: 212207 URL: https://gcc.gnu.org/viewcvs?rev=212207&root=gcc&view=rev Log: Backport r210653 from mainline: gcc/teststuite/ChangeLog: 2014-07-01 Paul Pluzhnikov PR c++/58753 PR c++/58930 PR c++/58704 Backported from mainline 2014-05-20 Paolo Carlini * g++.dg/cpp0x/nsdmi-template11.C: New. * g++.dg/cpp0x/nsdmi-template12.C: Likewise. * g++.dg/cpp0x/nsdmi-template13.C: Likewise. gcc/cp/ChangeLog: 2014-07-01 Paul Pluzhnikov PR c++/58753 PR c++/58930 PR c++/58704 Backported from mainline 2014-05-20 Paolo Carlini * typeck2.c (digest_nsdmi_init): New. * parser.c (cp_parser_late_parse_one_default_arg): Use it. * init.c (get_nsdmi): Likewise. * cp-tree.h (digest_nsdmi_init): Declare. Added: branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-template11.C branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-template12.C branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/nsdmi-template13.C Modified: branches/gcc-4_9-branch/gcc/cp/ChangeLog branches/gcc-4_9-branch/gcc/cp/cp-tree.h branches/gcc-4_9-branch/gcc/cp/init.c branches/gcc-4_9-branch/gcc/cp/parser.c branches/gcc-4_9-branch/gcc/cp/typeck2.c branches/gcc-4_9-branch/gcc/testsuite/ChangeLog