From: Mark Mitchell Date: Sat, 31 Oct 1998 20:44:44 +0000 (-0700) Subject: c-common.c (c_get_alias_set): Allow all type-punning through unions. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=43d8a6c79fd61bd8ac341bd8600af1711349f88d;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ec27b5ae9fc..5aa60d25f1a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Sat Oct 31 21:42:39 1998 Mark Mitchell + + * 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. + Sat Oct 31 22:35:29 1998 Jean-Pierre Radley * fixinc.sco: Paramaterize #include_next values.