[Bug debug/51517] [4.5/4.6/4.7 Regression] Wrong debug information for pointers with negative strides.

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Dec 15 11:09:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51517

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-12-15 11:05:42 UTC ---
Author: jakub
Date: Thu Dec 15 11:05:37 2011
New Revision: 182362

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=182362
Log:
    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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/fortran/ChangeLog
    trunk/gcc/fortran/trans-decl.c
    trunk/gcc/tree-ssa-coalesce.c



More information about the Gcc-bugs mailing list