expr.c (store_expr): When copying a string constant into an array...
authorJeffrey A Law <law@cygnus.com>
Wed, 28 Nov 2001 22:34:07 +0000 (22:34 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 28 Nov 2001 22:34:07 +0000 (15:34 -0700)
commit35a53991ae5b9c730b6cd31a725c2a3d26ae11a7
tree60f3424f7466dd69f1fa806b184fd4f3552f641d
parentd4d73d4c5a64592706d9d58936291922e788a6d0
expr.c (store_expr): When copying a string constant into an array...

        * expr.c (store_expr): When copying a string constant into an
        array, reset the known alignment of the MEM for the section to
        be cleared to BITS_PER_UNIT.

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