This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/43077] VTA issues caused by SSA expand



------- Comment #13 from matz at gcc dot gnu dot org  2010-02-23 16:42 -------
Subject: Bug 43077

Author: matz
Date: Tue Feb 23 16:41:52 2010
New Revision: 157009

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157009
Log:
        PR debug/43077
        * cfgexpand (expand_debug_expr): Expand TERed ssa names in place.
        (expand_gimple_basic_block): Generate and use debug temps if there
        are debug uses left after the last real use of TERed ssa names.
        Unlink debug immediate uses when they are expanded.

testsuite/
        PR debug/43077
        * gcc.dg/guality/pr43077-1.c: New test.

Added:
    trunk/gcc/testsuite/gcc.dg/guality/pr43077-1.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cfgexpand.c
    trunk/gcc/testsuite/ChangeLog


-- 


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]