re PR tree-optimization/70602 (wrong code at -O1 and above on x86_64-linux-gnu in...
authorJakub Jelinek <jakub@redhat.com>
Tue, 12 Apr 2016 09:08:43 +0000 (11:08 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Tue, 12 Apr 2016 09:08:43 +0000 (11:08 +0200)
commit4e0eea7560fdb90cbe3ee20eadbac0325d6e4e31
treef33bf21edaeecb4d83030d5faf1e9251b1c88548
parent21f3a2369bb56501115221846f63f54a035233bc
re PR tree-optimization/70602 (wrong code at -O1 and above on x86_64-linux-gnu in 32-bit mode (and at -Os only in 64-bit mode))

PR tree-optimization/70602
* tree-sra.c (generate_subtree_copies): Don't write anything into
constant pool decls.

* gcc.c-torture/execute/pr70602.c: New test.

From-SVN: r234895
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/pr70602.c [new file with mode: 0644]
gcc/tree-sra.c