https://gcc.gnu.org/bugzilla/show_bug.cgi?id=125188
Patrick Palka <ppalka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ppalka at gcc dot gnu.org
Keywords| |easyhack
--- Comment #1 from Patrick Palka <ppalka at gcc dot gnu.org> ---
Seems we aren't preserving the extra pair of parenthesis of ... = (X) in the
AST, which makes a difference for decltype(auto) deduction. force_paren_expr
should be returning a PAREN_EXPR here.