https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123588
--- Comment #9 from Sam James <sjames at gcc dot gnu.org> --- (In reply to Victor Do Nascimento from comment #8) > (In reply to Sam James from comment #7) > > Started with r16-6133-gca8d97f8cb8d28. > > May I ask how, once you configured your clang using the `build-llvm' > attachment and got your bisection going, did you trigger the error? That is, > what program did you run the compilation for when looking for the bad commit > that caused the aforementioned error at > clang::Token::isNot(clang::tok::TokenKind)? I ran the following from https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123588#c0 once Clang is built: $ CLANG=~/data/build/llvm-project-test/bin/clang valgrind -q --exit-on-first-error=yes --error-exitcode=1 --trace-children=yes /tmp/Unified_c_media_libopus5-a15333.sh but I realise I forgot to include that .sh / the .ii on which Clang misbehaves. I'll grab that now.
