https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119489
Jason Merrill <jason at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jason at gcc dot gnu.org
--- Comment #3 from Jason Merrill <jason at gcc dot gnu.org> ---
(In reply to Sam James from comment #2)
> Fixed the dump issue. Not sure what to do about the volatile C++26 complaint.
You could add -Wno-volatile to the dg-options or use dg-prune-output to remove
that line from the output.