re PR debug/81307 (g++.dg/debug/debug9.C -gstabs FAILs)
authorJakub Jelinek <jakub@redhat.com>
Tue, 28 Nov 2017 13:03:37 +0000 (14:03 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 28 Nov 2017 13:03:37 +0000 (14:03 +0100)
PR debug/81307
* dbxout.c (dbx_block_with_cold_children): Fix function comment.

From-SVN: r255198

gcc/ChangeLog
gcc/dbxout.c

index e83d8d239b6cd858dcb3ed0559ac12ff89db16ed..820a3dcae37bccf7d4a3a7b626cdf7bc59fec8e6 100644 (file)
@@ -1,3 +1,8 @@
+2017-11-28  Jakub Jelinek  <jakub@redhat.com>
+
+       PR debug/81307
+       * dbxout.c (dbx_block_with_cold_children): Fix function comment.
+
 2017-11-28  Richard Biener  <rguenther@suse.de>
 
        PR middle-end/83141
index 89f2d1f0cd4ace29e8c882acd2d320c7bc3f14dd..6976388315e42237b568ab88d48ee205811fdded 100644 (file)
@@ -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