re PR c++/26671 (Missing "warning: reference to local variable returned")
authorJason Merrill <jason@redhat.com>
Wed, 6 Sep 2006 05:25:29 +0000 (01:25 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Wed, 6 Sep 2006 05:25:29 +0000 (01:25 -0400)
commita1a9524971df4d4991760ccb1189049f067c7e80
treefb1503c26b7e4fe433739ebe1815160abee96c53
parent2635450a7f327411ac8293eb35cf5cf4083f9cfb
re PR c++/26671 (Missing "warning: reference to local variable returned")

        PR c++/26671
        * typeck.c (maybe_warn_about_returning_address_of_local): Look
        through COMPONENT_REF and ARRAY_REF.

From-SVN: r116714
gcc/cp/ChangeLog
gcc/cp/typeck.c
gcc/testsuite/g++.dg/warn/return-reference2.C [new file with mode: 0644]