https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123128
--- Comment #1 from David Binderman <dcb314 at hotmail dot com> --- Seems to go wrong with stock Fedora clang: working.2 $ grep error: mk.out clang++: error: unsupported option '-print-multi-os-directory' clang++: error: no input files ../../trunk/gcc/cp/parser.cc:43087:17: error: cannot initialize a variable of type 'cp_token *' with an rvalue of type 'location_t' (aka 'unsigned long') working.2 $ clang --version clang version 20.1.8 (Fedora 20.1.8-4.fc42) Target: x86_64-redhat-linux-gnu Thread model: posix InstalledDir: /usr/bin Configuration file: /etc/clang/x86_64-redhat-linux-gnu-clang.cfg working.2 $
