diff options
author | Richard Guenther <rguenther@suse.de> | 2009-11-28 19:11:22 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2009-11-28 19:11:22 +0000 |
commit | f1c19648079168df5e3bf8ab7cee3a15f9203dc4 (patch) | |
tree | 94b97fb1416e57dbc696388eb5687ca3e1482c24 /gcc/ChangeLog | |
parent | c750c208706d56fb9b3b8e2badf44ec4b7f37058 (diff) | |
download | gcc-f1c19648079168df5e3bf8ab7cee3a15f9203dc4.zip gcc-f1c19648079168df5e3bf8ab7cee3a15f9203dc4.tar.gz gcc-f1c19648079168df5e3bf8ab7cee3a15f9203dc4.tar.bz2 |
re PR middle-end/42183 (internal compiler error: verify_stmts failed)
2009-11-28 Richard Guenther <rguenther@suse.de>
PR tree-optimization/42183
* tree-nrv.c (tree_nrv): Bail out if the RESULT_DECL has its
address taken. Merge the addressable state of the NRV
variable and the result instead of copying it.
* g++.dg/torture/pr42183.C: New testcase.
From-SVN: r154728
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 14101e6..e68cf95 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2009-11-28 Richard Guenther <rguenther@suse.de> + + PR tree-optimization/42183 + * tree-nrv.c (tree_nrv): Bail out if the RESULT_DECL has its + address taken. Merge the addressable state of the NRV + variable and the result instead of copying it. + 2009-11-28 Jakub Jelinek <jakub@redhat.com> * matrix-reorg.c (analyze_matrix_allocation_site): Remove unused |