aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-08-19 13:50:11 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2008-08-19 13:50:11 +0200
commit6157a1313a08463103b544ec8c6c3107b9bd2925 (patch)
tree73a68592fd38362b5b635ceec9006bde1f7e8b58 /gcc/ChangeLog
parentec3fe889935eb9c9dedffe23d203489a6133aa1e (diff)
re PR debug/37156 (Hang with -g -O2 (or higher) (discovered with malloc.c in sqlite3))
PR debug/37156 * pretty-print.c (pp_base_format): Deal with recursive BLOCK trees. * tree.c (block_nonartificial_location): Likewise. * error.c (cp_print_error_function): Deal with recursive BLOCK trees. * gcc.dg/pr37156.c: New test. From-SVN: r139231
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1264aeef572..80a0a87c6fa 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-19 Jakub Jelinek <jakub@redhat.com>
+
+ PR debug/37156
+ * pretty-print.c (pp_base_format): Deal with recursive BLOCK trees.
+ * tree.c (block_nonartificial_location): Likewise.
+
2008-08-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
* real.c (spu_single_format): New variable.