PR debug/39086
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Mar 2009 05:01:30 +0000 (05:01 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Mar 2009 05:01:30 +0000 (05:01 +0000)
commit93ef915404bbfdce27f48aa2019259cde2b5fe60
tree04676e346137008a23915b8a6560a1db577b4ccd
parent4878f58780f07ee1d9508d6287454b12c86d6d3f
    PR debug/39086
        * tree-nrv.c (tree_nrv): Don't do this optimization if the front
        end already did.  Notice GIMPLE_CALL modifications of the result.
        Don't copy debug information from an ignored decl or a decl from
        another function.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144772 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/opt/nrv15.C [new file with mode: 0644]
gcc/tree-nrv.c