trans.c (gfc_build_array_ref): Use STRIP_TYPE_NOPS to eliminate NON_LVALUE_EXPR nodes...
authorRoger Sayle <roger@eyesopen.com>
Fri, 2 Feb 2007 21:16:23 +0000 (21:16 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Fri, 2 Feb 2007 21:16:23 +0000 (21:16 +0000)
commit31120e8f8b62f5696b8deecca829e20764498b30
treee668d64309d90b73277a4e52ead3158896e53fe3
parent093253be0670270440ce8f0b8a22bdd3856913b7
trans.c (gfc_build_array_ref): Use STRIP_TYPE_NOPS to eliminate NON_LVALUE_EXPR nodes and useless type conversions.

* trans.c (gfc_build_array_ref): Use STRIP_TYPE_NOPS to eliminate
NON_LVALUE_EXPR nodes and useless type conversions.

From-SVN: r121522
gcc/fortran/ChangeLog
gcc/fortran/trans.c