[Bug c++/65811] [6 Regression] ice in vague_linkage_p

mpolacek at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Apr 20 12:01:00 GMT 2015


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

--- Comment #3 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
struct foo { int i; };

static void fn1 ();
inline void
fn1 ()
{
  static struct foo a[1];
}



More information about the Gcc-bugs mailing list