[LLVMbugs] [Bug 3464] New: clang doesn't search current directory for -include

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Feb 2 15:20:16 PST 2009


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

           Summary: clang doesn't search current directory for -include
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: preprocessor
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: daniel at zuster.org
                CC: llvmbugs at cs.uiuc.edu


--
ddunbar at lordcrumb:tmp$ touch a.h
ddunbar at lordcrumb:tmp$ gcc -fsyntax-only -include a.h -x c /dev/null
ddunbar at lordcrumb:tmp$ xcc -fsyntax-only -include a.h -x c /dev/null
<predefines>:93:10: error: 'a.h' file not found
#include "a.h"
         ^
1 diagnostic generated.
--


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