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

--- Comment #2 from David Binderman <dcb314 at hotmail dot com> ---
Reduced C++ source code is

class a {
  virtual void c() {}
} extern b;
a b;

Flag -g1 required.

Reply via email to