Bug ID 1149128
Summary clang++: fatal error: 'new' file not found
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Basesystem
Assignee bnc-team-screening@forge.provo.novell.com
Reporter martin.liska@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

It's probably a recent regression:

$ cat /tmp/x.cc
#include <new>

$ clang++ -c /tmp/x.cc
/tmp/x.cc:1:10: fatal error: 'new' file not found
#include <new>
         ^~~~~
1 error generated.


You are receiving this mail because: