aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2011-12-15 12:05:37 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2011-12-15 12:05:37 +0100
commit0c1e1df880daa8c6093fcc907687303877f3bfe6 (patch)
tree6fbd9a6aa48415447b30bec3514caed5364d5d37 /gcc/ChangeLog
parentb3908fcc0def5f1d0318bd826d889e557ed4dee0 (diff)
downloadgcc-0c1e1df880daa8c6093fcc907687303877f3bfe6.zip
gcc-0c1e1df880daa8c6093fcc907687303877f3bfe6.tar.gz
gcc-0c1e1df880daa8c6093fcc907687303877f3bfe6.tar.bz2
re PR debug/51517 (Wrong debug information for pointers with negative strides.)
PR debug/51517 * trans-decl.c (gfc_get_symbol_decl): Don't set DECL_INITAL on span. (gfc_trans_deferred_vars): Instead add its runtime initialization here. * tree-ssa-coalesce.c (coalesce_ssa_name): For !optimize, test !DECL_IGNORED_P instead of !DECL_ARTIFICIAL. From-SVN: r182362
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 5dfad7b..40c9646 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-15 Jakub Jelinek <jakub@redhat.com>
+
+ PR debug/51517
+ * tree-ssa-coalesce.c (coalesce_ssa_name): For !optimize, test
+ !DECL_IGNORED_P instead of !DECL_ARTIFICIAL.
+
2012-12-15 Richard Guenther <rguenther@suse.de>
Revert