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++/49722] New: G++ doens't allow compilation with extern "C" and C99 inside


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++.


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