[llvm-bugs] [Bug 26319] New: clang does not find header in same directory in cygwin

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 26 09:27:02 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26319

            Bug ID: 26319
           Summary: clang does not find header in same directory in cygwin
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: other
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: krunt at yandex.ru
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 15721
  --> https://llvm.org/bugs/attachment.cgi?id=15721&action=edit
attached headers and cpp

doing that:

> clang++ -o 3 3.cc
In file included from 3.cc:4:
./3\1.h:2:10: fatal error: '2/x.h' file not found
#include "2/x.h"
         ^
1 error generated.

this command 
> g++ -o 3 3.cc 
succeds

> clang -v
clang version 3.5.2 (tags/RELEASE_352/final)
Target: x86_64-unknown-windows-cygnus
Thread model: posix

> g++ --version
g++ (GCC) 5.3.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160126/90f058f7/attachment.html>


More information about the llvm-bugs mailing list