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 c++/50363] internal compiler error: verify_gimple failed


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

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-09-27 08:53:15 UTC ---
Author: rguenth
Date: Tue Sep 27 08:53:08 2011
New Revision: 179247

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179247
Log:
2011-09-27  Richard Guenther  <rguenther@suse.de>

    PR tree-optimization/50363
    * tree-ssa-pre.c (create_expression_by_pieces): Handle
    pointer conversions in POINTER_PLUS_EXPRs properly.

    * gcc.dg/torture/pr50363.c: New testcase.

Added:
    trunk/gcc/testsuite/gcc.dg/torture/pr50363.c
Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/tree-ssa-pre.c


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