http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49722
Summary: G++ doens't allow compilation with extern "C" and C99 inside Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassig...@gcc.gnu.org ReportedBy: anton.koch...@gmail.com Any gcc version. If you want use C99-standard conformant code inside extern "C" - it cant build. Option -std=c99 is ignored by g++.