This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/49722] New: G++ doens't allow compilation with extern "C" and C99 inside
- From: "anton.kochkov at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 12 Jul 2011 19:39:28 +0000
- Subject: [Bug c++/49722] New: G++ doens't allow compilation with extern "C" and C99 inside
- Auto-submitted: auto-generated
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: unassigned@gcc.gnu.org
ReportedBy: anton.kochkov@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++.