re PR debug/51517 (Wrong debug information for pointers with negative strides.)
authorJakub Jelinek <jakub@gcc.gnu.org>
Thu, 15 Dec 2011 11:05:37 +0000 (12:05 +0100)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 15 Dec 2011 11:05:37 +0000 (12:05 +0100)
commit0c1e1df880daa8c6093fcc907687303877f3bfe6
tree6fbd9a6aa48415447b30bec3514caed5364d5d37
parentb3908fcc0def5f1d0318bd826d889e557ed4dee0
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
gcc/ChangeLog
gcc/fortran/ChangeLog
gcc/fortran/trans-decl.c
gcc/tree-ssa-coalesce.c