[Bug c++/93140] [8/9 Regression] Segfault in cc1plus on incorrect decltype among function args
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 24 21:25:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93140
--- Comment #8 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-8 branch has been updated by Jason Merrill
<jason@gcc.gnu.org>:
https://gcc.gnu.org/g:907401f2f910847b4581daf44d02e2cf9bfad220
commit r8-10052-g907401f2f910847b4581daf44d02e2cf9bfad220
Author: Jason Merrill <jason@redhat.com>
Date: Mon Feb 24 16:22:45 2020 -0500
c++: Fix decltype of empty pack expansion of parm.
In unevaluated context, we only substitute a single PARM_DECL, not the
entire chain, but the handling of an empty pack expansion was missing that
check.
gcc/cp/ChangeLog
2020-02-24 Jason Merrill <jason@redhat.com>
PR c++/93140
* pt.c (tsubst_decl) [PARM_DECL]: Check cp_unevaluated_operand in
handling of TREE_CHAIN for empty pack.
More information about the Gcc-bugs
mailing list