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/49000] [4.6/4.7 Regression] ICE: verify_ssa failed with -O2 -g


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

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-05-18 09:29:57 UTC ---
Author: jakub
Date: Wed May 18 09:29:46 2011
New Revision: 173850

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173850
Log:
    PR tree-optimization/49000
    * tree-ssa.c (execute_update_addresses_taken): Call
    maybe_rewrite_mem_ref_base on debug stmt value.  If it couldn't
    be rewritten and decl has been marked for renaming, reset
    the debug stmt.

    * gcc.dg/pr49000.c: New test.

Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_6-branch/gcc/tree-ssa.c


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