Comment 9 for bug 1915640

Revision history for this message
In , Alexander Lelyakin (alexander-lelyakin) wrote :

I write a shell script to try to compile c++ system headers in random order:
Results so far:

Shortest sequences up to internal compiler error:
-----
type_traits
thread
-----
clocale
barrier
-----

Longest sequence is:
-----
stop_token
ccomplex
version
cassert
csetjmp
condition_variable
shared_mutex
csignal
map
cstdalign
bitset
scoped_allocator
codecvt
barrier
span
mutex
optional
ctgmath
cstdio
typeindex
cctype
cwctype
cfloat
iosfwd
iostream
----

Anyway there is no way to compile all system headers :(