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 tree-optimization/34138] [4.3 Regression] verify_ssa failed (found real variable when subvariables should have appeared)



------- Comment #11 from rguenth at gcc dot gnu dot org  2007-12-05 21:45 -------
Subject: Bug 34138

Author: rguenth
Date: Wed Dec  5 21:45:15 2007
New Revision: 130632

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130632
Log:
2007-12-05  Richard Guenther  <rguenther@suse.de>

        PR tree-optimization/34138
        * tree-ssa-forwprop.c (tree_ssa_forward_propagate_single_use_vars):
        Do not forward propagate addresses if that changes volatileness of
        the pointed-to type.

        * gcc.c-torture/compile/pr34138.c: New testcase.

Added:
    trunk/gcc/testsuite/gcc.c-torture/compile/pr34138.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-forwprop.c


-- 


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


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