public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/62053] New: ice in remap_type_1
@ 2014-08-07 18:35 dcb314 at hotmail dot com
  2014-08-07 19:19 ` [Bug tree-optimization/62053] [4.10 Regression] ICE: in remap_type_1, at tree-inline.c:540 trippels at gcc dot gnu.org
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: dcb314 at hotmail dot com @ 2014-08-07 18:35 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62053

            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=33269&action=edit
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 ‘YGTable::YGTable(YWidget*, YTableHeader*, bool)’:
/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 <http://gcc.gnu.org/bugs.html> for instructions.

Compiler flag -std=c++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: <gcc-bugs-return-457978-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
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: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
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" <gcc-bugzilla@gcc.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: <bug-61994-4-zmkbddvuYH@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-61994-4@http.gcc.gnu.org/bugzilla/>
References: <bug-61994-4@http.gcc.gnu.org/bugzilla/>
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?ida994

--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Thu Aug  7 18:54:40 2014
New Revision: 213726

URL: https://gcc.gnu.org/viewcvs?rev!3726&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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2015-01-16  4:56 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-07 18:35 [Bug c++/62053] New: ice in remap_type_1 dcb314 at hotmail dot com
2014-08-07 19:19 ` [Bug tree-optimization/62053] [4.10 Regression] ICE: in remap_type_1, at tree-inline.c:540 trippels at gcc dot gnu.org
2014-08-08  8:05 ` rguenth at gcc dot gnu.org
2014-08-08  8:52 ` aivchenk at gmail dot com
2014-08-08  9:07 ` hubicka at gcc dot gnu.org
2014-09-09 12:24 ` [Bug tree-optimization/62053] [5 " aivchenk at gmail dot com
2014-09-19 22:52 ` hubicka at gcc dot gnu.org
2014-10-14 20:05 ` aivchenk at gmail dot com
2014-11-19 12:47 ` dcb314 at hotmail dot com
2015-01-08 22:25 ` Bernhard.Rosenkranzer at linaro dot org
2015-01-14  5:30 ` hubicka at gcc dot gnu.org
2015-01-16  4:46 ` hubicka at gcc dot gnu.org
2015-01-16  4:56 ` hubicka at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).