c-common.c (c_get_alias_set): Allow all type-punning through unions.
authorMark Mitchell <mark@markmitchell.com>
Sat, 31 Oct 1998 20:44:44 +0000 (13:44 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 31 Oct 1998 20:44:44 +0000 (13:44 -0700)
commit43d8a6c79fd61bd8ac341bd8600af1711349f88d
tree704d908bc50d635d1bfe3763e07a18d9f1690c16
parentabf0be7c6549c7a718958263463a044df7d6f923
c-common.c (c_get_alias_set): Allow all type-punning through unions.


        * c-common.c (c_get_alias_set): Allow all type-punning through
        unions.  Don't get confused about the type of a bit-field, despite
        the antics of build_modify_expr.

From-SVN: r23480
gcc/ChangeLog