From 43d8a6c79fd61bd8ac341bd8600af1711349f88d Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Sat, 31 Oct 1998 13:44:44 -0700 Subject: [PATCH] c-common.c (c_get_alias_set): Allow all type-punning through unions. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * 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 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ec27b5ae9fc0..5aa60d25f1ac 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. -- 2.47.3