[Bug target/79630] ICE in make_decl_rtl, at varasm.c:1311

aivchenk at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed May 17 12:48:00 GMT 2017


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

aivchenk at gcc dot gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |aivchenk at gcc dot gnu.org
         Resolution|---                         |DUPLICATE

--- Comment #1 from aivchenk at gcc dot gnu.org ---
All of the mentioned testcases are reduced to this:

> cat nested-func-9.c 
foo_n;
fn1() {
  struct {
    int a[foo_n]
  } fn2() {
  }
  fn2();
}
> cat pr8081.c 
a;
main() {
  typedef struct { char val[a] } block;
  block retframe_block() {}
  retframe_block();
}
> cat pr66817.c
a;
main() {
  typedef struct { char val[a] } block;
  block retframe_block() {}
  retframe_block();
}

which is essentially pr77383

*** This bug has been marked as a duplicate of bug 77383 ***


More information about the Gcc-bugs mailing list