On Wed, 20 Dec 2023 15:31:15 +0100 Tobias Burnus wrote: > Another rebase is required because of: > > 1 out of 22 hunks FAILED -- saving rejects to file > gcc/cp/parser.cc.rej 1 out of 4 hunks FAILED -- saving rejects to > file gcc/cp/pt.cc.rej > > but those patch-apply fails look trivial to fix. > > And during build, I see: > gcc/cp/decl2.cc:643:20: error: ‘build_non_dependent_expr’ was not > declared in this scope; did you mean ‘fold_non_dependent_expr’? > When commenting those, even more build issues show up: > > ../../repos/gcc/gcc/cp/pt.cc:20493:20: error: ‘tsubst_copy’ was not > declared in this scope; did you mean ‘tsubst_scope’? 20493 | Here's a rebased/retested version which fixes those bits (I haven't adjusted the libgomp.texi bit you noted yet, though). How does this look now? Thanks, Julian