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/49651] [4.4/4.5/4.6/4.7 Regression] nested lambdas and -O3 produced incorrect integer variable increments


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

--- Comment #12 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-07-14 14:56:30 UTC ---
Author: rguenth
Date: Thu Jul 14 14:56:27 2011
New Revision: 176275

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

    PR tree-optimization/49651
    * tree-ssa-structalias.c (get_constraint_for_1): Properly
    handle dereferences with subvariables.

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

Added:
    branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr49651.c
Modified:
    branches/gcc-4_6-branch/gcc/ChangeLog
    branches/gcc-4_6-branch/gcc/testsuite/ChangeLog
    branches/gcc-4_6-branch/gcc/tree-ssa-structalias.c


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