This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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];
}


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]