[Bug c/77946] -Wimplicit-fallthrough=1 ICE: tree check: expected tree that contains ‘decl with visibility’ structure, have ‘label_decl’

trippels at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Oct 12 07:35:00 GMT 2016


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

--- Comment #2 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #1)
> Try -save-temps with -C or -CC ?

Thanks, that works.

int a;
void fn1() {
  static int *b[] = {[0] = &&LD_IND_B, 0};
  goto *b[a]; /*    */
LD_IND_B: /*   */;
}


More information about the Gcc-bugs mailing list