expr.c (expand_expr, [...]): Do not try to optimize a aggregate address which has...
authorJeffrey A Law <law@cygnus.com>
Fri, 9 Apr 1999 01:35:36 +0000 (01:35 +0000)
committerJeff Law <law@gcc.gnu.org>
Fri, 9 Apr 1999 01:35:36 +0000 (19:35 -0600)
commitefd07ca794e44bc05035e4320ce23f772639990e
tree97871af969e7493ca12efe82a3b59327cf740b4d
parentabb3f0a989ba263258704a50ca8bc5be8a35c40d
expr.c (expand_expr, [...]): Do not try to optimize a aggregate address which has VOIDmode.

        * expr.c (expand_expr, case ARRAY_REF, COMPONENT_REF, BIT_FIELD_REF):
        Do not try to optimize a aggregate address which has VOIDmode.
        Mirrors March 23 change to expand_assignment.

From-SVN: r26307
gcc/ChangeLog
gcc/expr.c