From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32594 invoked by alias); 7 Aug 2014 18:35:31 -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 32402 invoked by uid 48); 7 Aug 2014 18:35:26 -0000 From: "dcb314 at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/62053] New: ice in remap_type_1 Date: Thu, 07 Aug 2014 18:35: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.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dcb314 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-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter attachments.created 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-08/txt/msg00471.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D62053 Bug ID: 62053 Summary: ice in remap_type_1 Product: gcc Version: 4.9.2 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: dcb314 at hotmail dot com Created attachment 33269 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D33269&action=3Dedit gzipped C++ source code For the attached code, compiled by gcc trunk dated 20140806, the following crash messge is produced /home/dcb/rpmbuild/BUILD/libyui-gtk-libyui-gtk-master-2.44.5/src/YGTreeView= .cc: In constructor =E2=80=98YGTable::YGTable(YWidget*, YTableHeader*, bool)=E2= =80=99: /home/dcb/rpmbuild/BUILD/libyui-gtk-libyui-gtk-master-2.44.5/src/YGTreeView= .cc:380:2: internal compiler error: in remap_type_1, at tree-inline.c:540 } ^ 0xcffb69 remap_type_1 ../../src/trunk/gcc/tree-inline.c:540 ... Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report. See for instructions. Compiler flag -std=3Dc++0x required. >>From gcc-bugs-return-457978-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Aug 07 18:55:18 2014 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 17824 invoked by alias); 7 Aug 2014 18:55:17 -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 17353 invoked by uid 55); 7 Aug 2014 18:55:13 -0000 From: "jason at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/61994] [4.9 Regression] constexpr vector array ICE Date: Thu, 07 Aug 2014 18:55: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: jason at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: jason at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.9.2 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-08/txt/msg00474.txt.bz2 Content-length: 547 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61994 --- Comment #3 from Jason Merrill --- Author: jason Date: Thu Aug 7 18:54:40 2014 New Revision: 213726 URL: https://gcc.gnu.org/viewcvs?rev=213726&root=gcc&view=rev Log: PR c++/61994 * init.c (build_vec_init): Leave atype an ARRAY_TYPE if we're just returning an INIT_EXPR. Added: branches/gcc-4_9-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array7.C Modified: branches/gcc-4_9-branch/gcc/cp/ChangeLog branches/gcc-4_9-branch/gcc/cp/init.c