http://llvm.org/bugs/show_bug.cgi?id=6991

           Summary: extern "C" typedef ....
           Product: clang
           Version: trunk
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]


In file included from core/editline/src/TTermManip.cxx:12:
core/editline/src/TTermManip.h:19:12: error: cannot combine with previous
      'extern' declaration specifier
extern "C" typedef int (*PutcFunc_t)(int);
           ^

This construct is flagged as an error while it is accepted by all other know
C++ compilers.

Cheers, Fons.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to