]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR tree-optimization/49651 (nested lambdas and -O3 produced incorrect integer...
authorRichard Guenther <rguenther@suse.de>
Thu, 14 Jul 2011 14:53:30 +0000 (14:53 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Thu, 14 Jul 2011 14:53:30 +0000 (14:53 +0000)
commit1a5d20a4e01472c30e360f94b33373f1ab8e2354
tree334b0e2f5c2ac0f46d98e0984a48323ca8f7287f
parent5fbcc0ed20ecdfd980106ac22607c5baed60d234
re PR tree-optimization/49651 (nested lambdas and -O3 produced incorrect integer variable increments)

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.

From-SVN: r176274
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/pr49651.c [new file with mode: 0644]
gcc/tree-ssa-structalias.c