re PR tree-optimization/33136 (wrong code due to alias with allocation in loop)
commit93f238cea15b50c7e069c8b909102bb5b5202e6f
authorJakub Jelinek <jakub@redhat.com>
Mon, 15 Oct 2007 18:29:54 +0000 (15 20:29 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Mon, 15 Oct 2007 18:29:54 +0000 (15 20:29 +0200)
tree5055893c6fdc01eadea5452c37ad27230ad97805
parent3afcaaf4e901387d270aabcce1966a82a5b680d6
re PR tree-optimization/33136 (wrong code due to alias with allocation in loop)

PR tree-optimization/33136
* opts.c (decode_options): Don't enable flag_ipa_type_escape.

* gcc.c-torture/execute/20070824-1.c: New test.
* gcc.dg/pr33136-1.c: New test.
* gcc.dg/pr33136-2.c: New test.
* gcc.dg/pr33136-3.c: New test.

From-SVN: r129366
gcc/ChangeLog
gcc/opts.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20070824-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/pr33136-1.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/pr33136-2.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/pr33136-3.c [new file with mode: 0644]