Bug#871011: clang-3.8: incompatible with libstdc++-7-dev

2017-08-06 Thread Andreas Beckmann
Is there any way to use the --gcc-toolchain option to make clang-3.8 use
gcc-6?

Andreas



Bug#871011: clang-3.8: incompatible with libstdc++-7-dev

2017-08-06 Thread Andreas Beckmann
Package: clang-3.8
Version: 1:3.8.1-24
Severity: serious
Tags: sid buster
Control: block 853620 with -1

echo '#include ' | clang++-3.8 -c -x c++ -
In file included from :1:
In file included from 
/usr/bin/../lib/gcc/x86_64-linux-gnu/7.1.0/../../../../include/c++/7.1.0/cstdlib:77:
/usr/bin/../lib/gcc/x86_64-linux-gnu/7.1.0/../../../../include/c++/7.1.0/bits/std_abs.h:101:3:
 error: unknown type name '__float128'
  __float128
  ^
/usr/bin/../lib/gcc/x86_64-linux-gnu/7.1.0/../../../../include/c++/7.1.0/bits/std_abs.h:102:7:
 error: unknown type name '__float128'
  abs(__float128 __x)
  ^
2 errors generated.


Andreas