summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2017-11-28 14:03:37 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2017-11-28 14:03:37 +0100
commit5a198ba9d35f95a0bc407934ac8de58c6875fd9b (patch)
treea0263d2a6c82f0ef132ab22175ef94d3be22e5e8 /gcc/dbxout.c
parentd725717165707b49ee2484e462bbb7fbd278b919 (diff)
re PR debug/81307 (g++.dg/debug/debug9.C -gstabs FAILs)
PR debug/81307 * dbxout.c (dbx_block_with_cold_children): Fix function comment. From-SVN: r255198
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index 89f2d1f0cd4..6976388315e 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -3724,8 +3724,8 @@ dbx_output_rbrac (const char *label,
dbxout_stab_value_label (label);
}
-/* Return true is at least one block among BLOCK, its children or siblings
- which has TREE_USED, TREE_ASM_WRITTEN and BLOCK_IN_COLD_SECTION_P
+/* Return true if at least one block among BLOCK, its children or siblings
+ has TREE_USED, TREE_ASM_WRITTEN and BLOCK_IN_COLD_SECTION_P
set. If there is none, clear TREE_USED bit on such blocks. */
static bool