This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]