[Bug tree-optimization/62053] [5 Regression] ICE: in remap_type_1, at tree-inline.c:540

Bernhard.Rosenkranzer at linaro dot org gcc-bugzilla@gcc.gnu.org
Thu Jan 8 22:25:00 GMT 2015


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];
}


More information about the Gcc-bugs mailing list