public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* clang++ broken by recent GCC update
@ 2013-07-04 12:47 Václav Zeman
  2013-07-04 17:34 ` Ryan Johnson
  2013-07-05 15:29 ` jojelino
  0 siblings, 2 replies; 5+ messages in thread
From: Václav Zeman @ 2013-07-04 12:47 UTC (permalink / raw)
  To: cygwin

Hi.

The C++ part of Clang package (I have not tested the C part) is broken
after update of GCC to 4.7.3. It cannot find standard C++ headers:

clang version 3.1 (branches/release_31)
Target: i386-pc-cygwin
Thread model: posix
 "/usr/bin/clang" -cc1 -triple i386-pc-cygwin -S -disable-free
-disable-llvm-verifier -main-file-name test.cxx -mrelocation-model
static -mdisable-fp-elim -mconstructor-aliases -target-cpu pentium4
-target-linker-version 2.22.52.20120326 -momit-leaf-frame-pointer -v
-coverage-file /tmp/test-gcecaS.s -resource-dir
/usr/bin/../lib/clang/3.1 -fmodule-cache-path
/var/tmp/clang-module-cache -fdeprecated-macro
-fno-dwarf-directory-asm -fdebug-compilation-dir /cygdrive/c/stuff
-ferror-limit 19 -fmessage-length 120 -mstackrealign
-fno-use-cxa-atexit -fgnu-runtime -fobjc-runtime-has-arc
-fobjc-runtime-has-weak -fobjc-fragile-abi -fcxx-exceptions
-fexceptions -fdiagnostics-show-option -fcolor-diagnostics -o
/tmp/test-gcecaS.s -x c++ test.cxx
clang -cc1 version 3.1 based upon LLVM 3.1 default target i386-pc-cygwin
ignoring nonexistent directory "/usr/lib/gcc/i686-pc-cygwin/4.5.3/include/c++"
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-cygwin/4.5.3/include/c++/i686-pc-cygwin"
ignoring nonexistent directory
"/usr/lib/gcc/i686-pc-cygwin/4.5.3/include/c++/backward"
ignoring nonexistent directory "/usr/lib/gcc/i686-pc-cygwin/4.5.3/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/local/include
 /usr/bin/../lib/clang/3.1/include
 /usr/include
 /usr/include/w32api
End of search list.
test.cxx:1:10: fatal error: 'cstdio' file not found
#include <cstdio>
         ^
1 error generated.

--
VZ

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-12-10 14:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-04 12:47 clang++ broken by recent GCC update Václav Zeman
2013-07-04 17:34 ` Ryan Johnson
2013-07-05 15:29 ` jojelino
2013-07-05 17:36   ` jojelino
2013-12-10 14:05   ` RJVB

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).