re PR middle-end/21894 (Invalid operand to binary operator with nested function)
commit455c08cb645ee4c1e64faa02e1d5e137bd66619a
authorRichard Henderson <rth@redhat.com>
Sun, 7 Aug 2005 19:01:09 +0000 (7 12:01 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 7 Aug 2005 19:01:09 +0000 (7 12:01 -0700)
tree63297c2ddb66e06eb687d562d3b0737c555b8572
parentfebfc59a9523bc59d2cf4112bb394f2ee1da83ea
re PR middle-end/21894 (Invalid operand to binary operator with nested function)

        PR 21894
        * tree-nested.c (convert_local_reference): Save and restore val_only
        around component_ref and friends.  Clear walk_subtrees by default.

From-SVN: r102832
gcc/ChangeLog
gcc/testsuite/gcc.c-torture/compile/nested-2.c [new file with mode: 0644]
gcc/tree-nested.c