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

--- Comment #4 from Paolo Carlini <paolo.carlini at oracle dot com> ---
This also crashes the compiler, in a different way:

  void b() {
    struct c {
      int d struct d e;
    };
  }

Reply via email to