[LLVMbugs] [Bug 4290] New: err_implicit_decl_requires_stdio too strict to make autoconf work.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Jun 1 06:16:15 PDT 2009


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

           Summary: err_implicit_decl_requires_stdio too strict to make
                    autoconf work.
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Semantic Analyzer
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: ed at 80386.nl
                CC: llvmbugs at cs.uiuc.edu
            Blocks: 3696


The following code doesn't build with Clang:

char vfprintf();

test.c:1:6: error: implicit declaration of 'vfprintf' requires inclusion of the
header <stdio.h>

This means that autoconf is unable to detect it properly and apps miscompile.


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



More information about the llvm-bugs mailing list