aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/parser.c
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-11-19 15:29:35 +0100
committerMartin Liska <mliska@suse.cz>2021-11-19 15:29:35 +0100
commit79e9f721d1a6f370ce0534745baeeb5a56da948e (patch)
tree9574ee4ccceae4c412c0771e3106422c7c1a0a0e /gcc/cp/parser.c
parentc7381debe4c5dd7878338f38db98face1cfa6f90 (diff)
downloadgcc-79e9f721d1a6f370ce0534745baeeb5a56da948e.zip
gcc-79e9f721d1a6f370ce0534745baeeb5a56da948e.tar.gz
gcc-79e9f721d1a6f370ce0534745baeeb5a56da948e.tar.bz2
Revert "Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS."
This reverts commit 206b22d021d94adbaa79e1d443c87415254b15de.
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r--gcc/cp/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c
index 65f0f11..aa7f0e4 100644
--- a/gcc/cp/parser.c
+++ b/gcc/cp/parser.c
@@ -11698,7 +11698,7 @@ cp_parser_lambda_body (cp_parser* parser, tree lambda_expr)
static void
add_debug_begin_stmt (location_t loc)
{
- if (!debug_nonbind_markers_p)
+ if (!MAY_HAVE_DEBUG_MARKER_STMTS)
return;
if (DECL_DECLARED_CONCEPT_P (current_function_decl))
/* A concept is never expanded normally. */