expr.c (store_constructor): If a field is non addressable and the target is a MEM...
authorGraham Stott <grahams@redhat.com>
Thu, 23 Nov 2000 20:15:36 +0000 (20:15 +0000)
committerGraham Stott <grahams@gcc.gnu.org>
Thu, 23 Nov 2000 20:15:36 +0000 (20:15 +0000)
commit963a2a84a43944cc439ac9a6955333f9e2a3f289
treebdd8754acec1cef658e924d91de6211b38ed0d93
parentf9b697bfa12e6916716d10c0c842ff2007dae213
expr.c (store_constructor): If a field is non addressable and the target is a MEM use MEM_ALIAS_SET...

* expr.c (store_constructor): If a field is non addressable and
the target is a MEM use MEM_ALIAS_SET otherwise use get_alias_set.

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