mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
check_out_of_consteval_use: add comments
This commit is contained in:
@@ -8142,7 +8142,9 @@ check_out_of_consteval_use (tree expr, bool complain/*=true*/)
|
||||
/* Don't walk INIT_EXPRs, because we'd emit bogus errors about
|
||||
member initializers. */
|
||||
|| TREE_CODE (t) == INIT_EXPR
|
||||
/* Don't walk BIND_EXPR_VARS. */
|
||||
|| TREE_CODE (t) == BIND_EXPR
|
||||
/* And don't recurse on DECL_EXPRs. */
|
||||
|| TREE_CODE (t) == DECL_EXPR)
|
||||
{
|
||||
*walk_subtrees = false;
|
||||
|
||||
Reference in New Issue
Block a user