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

* [Bug tree-optimization/62053] [4.10 Regression] ICE: in remap_type_1, at tree-inline.c:540
  2014-08-07 18:35 [Bug c++/62053] New: ice in remap_type_1 dcb314 at hotmail dot com
@ 2014-08-07 19:19 ` trippels at gcc dot gnu.org
  2014-08-08  8:05 ` rguenth at gcc dot gnu.org
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: trippels at gcc dot gnu.org @ 2014-08-07 19:19 UTC (permalink / raw)
  To: gcc-bugs

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

Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
            Version|4.9.2                       |4.10.0
   Last reconfirmed|                            |2014-08-07
          Component|c++                         |tree-optimization
                 CC|                            |hubicka at gcc dot gnu.org,
                   |                            |trippels at gcc dot gnu.org
     Ever confirmed|0                           |1
            Summary|ice in remap_type_1         |[4.10 Regression] ICE: in
                   |                            |remap_type_1, at
                   |                            |tree-inline.c:540
   Target Milestone|---                         |4.10.0

--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
markus@x4 tmp % cat bug154.cc
typedef int GType;
class YGTable
{
  YGTable () { GType a[m_fn1 ()]; }
  int m_fn1 ();
};

markus@x4 tmp % g++ bug154.cc
bug154.cc: In constructor ‘YGTable::YGTable()’:
bug154.cc:4:35: internal compiler error: in remap_type_1, at tree-inline.c:540
   YGTable () { GType a[m_fn1 ()]; }
                                   ^
0xbf5552 remap_type_1
        ../../gcc/gcc/tree-inline.c:540
0xbf56c2 remap_type(tree_node*, copy_body_data*)
        ../../gcc/gcc/tree-inline.c:577
0xbf42fb remap_decl(tree_node*, copy_body_data*)
        ../../gcc/gcc/tree-inline.c:369
0xbf58ff remap_decls
        ../../gcc/gcc/tree-inline.c:628
0xbf73f0 remap_block
        ../../gcc/gcc/tree-inline.c:689
0xbf80e6 copy_bind_expr
        ../../gcc/gcc/tree-inline.c:760
0xbf80e6 copy_tree_body_r(tree_node**, int*, void*)
        ../../gcc/gcc/tree-inline.c:1070
0xdeb41d walk_tree_1(tree_node**, tree_node* (*)(tree_node**, int*, void*),
void*, hash_set<tree_node*, default_hashset_traits>*, tree_node*
(*)(tree_node**, int*, tree_node* (*)(tree_node**, int*, void*), void*,
hash_set<tree_node*, default_hashset_traits>*))
        ../../gcc/gcc/tree.c:10935
0x717e1a clone_body
        ../../gcc/gcc/cp/optimize.c:101
0x717e1a maybe_clone_body(tree_node*)
        ../../gcc/gcc/cp/optimize.c:642
0x6dd213 expand_or_defer_fn_1(tree_node*)
        ../../gcc/gcc/cp/semantics.c:4031
0x6dd788 expand_or_defer_fn(tree_node*)
        ../../gcc/gcc/cp/semantics.c:4054
0x676cda cp_parser_function_definition_after_declarator
        ../../gcc/gcc/cp/parser.c:23174
0x67eed0 cp_parser_late_parsing_for_member
        ../../gcc/gcc/cp/parser.c:23849
0x658a16 cp_parser_class_specifier_1
        ../../gcc/gcc/cp/parser.c:19745
0x65a770 cp_parser_class_specifier
        ../../gcc/gcc/cp/parser.c:19771
0x65a770 cp_parser_type_specifier
        ../../gcc/gcc/cp/parser.c:14522
0x672fb0 cp_parser_decl_specifier_seq
        ../../gcc/gcc/cp/parser.c:11763
0x678bd9 cp_parser_simple_declaration
        ../../gcc/gcc/cp/parser.c:11353
0x65c9b3 cp_parser_block_declaration
        ../../gcc/gcc/cp/parser.c:11302
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.

git blame points to r212111.
>From gcc-bugs-return-457986-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Aug 07 19:22:10 2014
Return-Path: <gcc-bugs-return-457986-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 11061 invoked by alias); 7 Aug 2014 19:22:10 -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 11030 invoked by uid 48); 7 Aug 2014 19:22:06 -0000
From: "spatel at rotateright dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/62054] fabsf uses constant pool and andps (x86-64) - use pabsd instead?
Date: Thu, 07 Aug 2014 19:22:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: spatel at rotateright dot com
X-Bugzilla-Status: RESOLVED
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_status resolution
Message-ID: <bug-62054-4-lOadkyeDs5@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-62054-4@http.gcc.gnu.org/bugzilla/>
References: <bug-62054-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/msg00483.txt.bz2
Content-length: 473

https://gcc.gnu.org/bugzilla/show_bug.cgi?idb054

Sanjay Patel <spatel at rotateright dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |INVALID

--- Comment #2 from Sanjay Patel <spatel at rotateright dot com> ---
Ah, sorry for the noise. I misunderstood pabsd.


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

* [Bug tree-optimization/62053] [4.10 Regression] ICE: in remap_type_1, at tree-inline.c:540
  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
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: rguenth at gcc dot gnu.org @ 2014-08-08  8:05 UTC (permalink / raw)
  To: gcc-bugs

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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P3                          |P1


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

* [Bug tree-optimization/62053] [4.10 Regression] ICE: in remap_type_1, at tree-inline.c:540
  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
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: aivchenk at gmail dot com @ 2014-08-08  8:52 UTC (permalink / raw)
  To: gcc-bugs

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

Alexander Ivchenko <aivchenk at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aivchenk at gmail dot com

--- Comment #2 from Alexander Ivchenko <aivchenk at gmail dot com> ---
Stuck on the same error when building Android.


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

* [Bug tree-optimization/62053] [4.10 Regression] ICE: in remap_type_1, at tree-inline.c:540
  2014-08-07 18:35 [Bug c++/62053] New: ice in remap_type_1 dcb314 at hotmail dot com
                   ` (2 preceding siblings ...)
  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
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: hubicka at gcc dot gnu.org @ 2014-08-08  9:07 UTC (permalink / raw)
  To: gcc-bugs

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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |hubicka at gcc dot gnu.org


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

* [Bug tree-optimization/62053] [5 Regression] ICE: in remap_type_1, at tree-inline.c:540
  2014-08-07 18:35 [Bug c++/62053] New: ice in remap_type_1 dcb314 at hotmail dot com
                   ` (3 preceding siblings ...)
  2014-08-08  9:07 ` hubicka at gcc dot gnu.org
@ 2014-09-09 12:24 ` aivchenk at gmail dot com
  2014-09-19 22:52 ` hubicka at gcc dot gnu.org
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: aivchenk at gmail dot com @ 2014-09-09 12:24 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from Alexander Ivchenko <aivchenk at gmail dot com> ---
Jan, by any chance, do you have any progress on that? May be we should revert
the patch until the proper fix?


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

* [Bug tree-optimization/62053] [5 Regression] ICE: in remap_type_1, at tree-inline.c:540
  2014-08-07 18:35 [Bug c++/62053] New: ice in remap_type_1 dcb314 at hotmail dot com
                   ` (4 preceding siblings ...)
  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
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: hubicka at gcc dot gnu.org @ 2014-09-19 22:52 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #4 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
I am looking into it now...


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

* [Bug tree-optimization/62053] [5 Regression] ICE: in remap_type_1, at tree-inline.c:540
  2014-08-07 18:35 [Bug c++/62053] New: ice in remap_type_1 dcb314 at hotmail dot com
                   ` (5 preceding siblings ...)
  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
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: aivchenk at gmail dot com @ 2014-10-14 20:05 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Alexander Ivchenko <aivchenk at gmail dot com> ---
The patch fixed the issue for me, thanks!


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

* [Bug tree-optimization/62053] [5 Regression] ICE: in remap_type_1, at tree-inline.c:540
  2014-08-07 18:35 [Bug c++/62053] New: ice in remap_type_1 dcb314 at hotmail dot com
                   ` (6 preceding siblings ...)
  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
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: dcb314 at hotmail dot com @ 2014-11-19 12:47 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #8 from David Binderman <dcb314 at hotmail dot com> ---
(In reply to Alexander Ivchenko from comment #7)
> The patch fixed the issue for me, thanks!

This bug has been unresolved for over three months now.

Time for some more testing of the patch ?


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

* [Bug tree-optimization/62053] [5 Regression] ICE: in remap_type_1, at tree-inline.c:540
  2014-08-07 18:35 [Bug c++/62053] New: ice in remap_type_1 dcb314 at hotmail dot com
                   ` (7 preceding siblings ...)
  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
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Bernhard.Rosenkranzer at linaro dot org @ 2015-01-08 22:25 UTC (permalink / raw)
  To: gcc-bugs

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

Bernhard Rosenkränzer <Bernhard.Rosenkranzer at linaro dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Bernhard.Rosenkranzer@linar
                   |                            |o.org

--- Comment #10 from Bernhard Rosenkränzer <Bernhard.Rosenkranzer at linaro dot org> ---
Another test case for what is very likely the same problem:

typedef char A;

class B {
public:
    B();
};

B::B() {
  int a = 0;
  A b[a];
}
>From gcc-bugs-return-472538-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Jan 08 22:33:03 2015
Return-Path: <gcc-bugs-return-472538-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 26013 invoked by alias); 8 Jan 2015 22:33:00 -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 25952 invoked by uid 48); 8 Jan 2015 22:32:52 -0000
From: "joel at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug target/64377] nios2 compile error in options-save.c
Date: Thu, 08 Jan 2015 22:33:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: target
X-Bugzilla-Version: 5.0
X-Bugzilla-Keywords: build
X-Bugzilla-Severity: normal
X-Bugzilla-Who: joel at gcc dot gnu.org
X-Bugzilla-Status: NEW
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:
Message-ID: <bug-64377-4-CUyM4tEANz@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-64377-4@http.gcc.gnu.org/bugzilla/>
References: <bug-64377-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: 2015-01/txt/msg00532.txt.bz2
Content-length: 357

https://gcc.gnu.org/bugzilla/show_bug.cgi?idd377

--- Comment #6 from Joel Sherrill <joel at gcc dot gnu.org> ---
(In reply to Sandra Loosemore from comment #5)
> I think complete failure to build GCC for nios2 target due to
> target-inspecific changes is a serious regression that needs to be addressed
> for GCC 5 release.  Can we up the priority?

+1


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

* [Bug tree-optimization/62053] [5 Regression] ICE: in remap_type_1, at tree-inline.c:540
  2014-08-07 18:35 [Bug c++/62053] New: ice in remap_type_1 dcb314 at hotmail dot com
                   ` (8 preceding siblings ...)
  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
  11 siblings, 0 replies; 13+ messages in thread
From: hubicka at gcc dot gnu.org @ 2015-01-14  5:30 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #11 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Patch posted as https://gcc.gnu.org/ml/gcc-patches/2014-12/msg01202.html


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

* [Bug tree-optimization/62053] [5 Regression] ICE: in remap_type_1, at tree-inline.c:540
  2014-08-07 18:35 [Bug c++/62053] New: ice in remap_type_1 dcb314 at hotmail dot com
                   ` (9 preceding siblings ...)
  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
  11 siblings, 0 replies; 13+ messages in thread
From: hubicka at gcc dot gnu.org @ 2015-01-16  4:46 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #12 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Fri Jan 16 04:45:53 2015
New Revision: 219705

URL: https://gcc.gnu.org/viewcvs?rev=219705&root=gcc&view=rev
Log:

    PR tree-optimization/62053
    * tree.c (build_cplus_array_type): Layout type after variants are set.

Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/tree.c


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

* [Bug tree-optimization/62053] [5 Regression] ICE: in remap_type_1, at tree-inline.c:540
  2014-08-07 18:35 [Bug c++/62053] New: ice in remap_type_1 dcb314 at hotmail dot com
                   ` (10 preceding siblings ...)
  2015-01-16  4:46 ` hubicka at gcc dot gnu.org
@ 2015-01-16  4:56 ` hubicka at gcc dot gnu.org
  11 siblings, 0 replies; 13+ messages in thread
From: hubicka at gcc dot gnu.org @ 2015-01-16  4:56 UTC (permalink / raw)
  To: gcc-bugs

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

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #13 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
fixed.


^ 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).