diff options
author | Mark Mitchell <mark@markmitchell.com> | 1998-10-31 13:44:44 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-10-31 13:44:44 -0700 |
commit | 43d8a6c79fd61bd8ac341bd8600af1711349f88d (patch) | |
tree | 704d908bc50d635d1bfe3763e07a18d9f1690c16 /gcc | |
parent | abf0be7c6549c7a718958263463a044df7d6f923 (diff) | |
download | gcc-43d8a6c79fd61bd8ac341bd8600af1711349f88d.zip gcc-43d8a6c79fd61bd8ac341bd8600af1711349f88d.tar.gz gcc-43d8a6c79fd61bd8ac341bd8600af1711349f88d.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ec27b5a..5aa60d2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Sat Oct 31 21:42:39 1998 Mark Mitchell <mark@markmitchell.com> + + * 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 <jpr@jpr.com> * fixinc.sco: Paramaterize #include_next values. |