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

Reply via email to