c-common.c (c_get_alias_set): Allow all type-punning through unions.
authorMark Mitchell <mark@markmitchell.com>
Sat, 31 Oct 1998 20:44:46 +0000 (13:44 -0700)
committerJeff Law <law@gcc.gnu.org>
Sat, 31 Oct 1998 20:44:46 +0000 (13:44 -0700)
commit08bc243195a8a6128f8aab28676cded5d7afd055
tree86c2bd76ff3b4b065432438c38694e48e5a6b8f5
parent43d8a6c79fd61bd8ac341bd8600af1711349f88d
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: r23481
gcc/c-common.c