On Tue, Dec 16, 2025 at 08:06:02AM +0800, Gerald Pfeifer wrote:
> On Fri, 12 Dec 2025, Jakub Jelinek wrote:
> > Here is the C++ FE counterpart of that.
> >
> > 2025-12-12 Jakub Jelinek <[email protected]>
> >
> > * parser.cc (cp_parser_omp_clause_reduction): Provide fixit hints
> > for -Wdeprecated-openmp diagnostics.
>
> 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.
Jakub