On Tue, 16 Dec 2025, Jakub Jelinek wrote: >> I am now seeing >> >> /scratch/tmp/gerald/GCC-HEAD/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') >> 43087 | cp_token *next = UNKNOWN_LOCATION; >> | ^ ~~~~~~~~~~~~~~~~ >> >> on x86_64-unknown-freebsd13.5. >> >> Bootstrap compiler is FreeBSD clang version 19.1.7. > r16-6120 PR123128 should have fixed that.
You're right. Sorry for not realizing this before reporting the issue. (The fun of failures stacked on top of others...) Gerald
