For PR java/6005 and PR java/7611:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Aug 2002 00:42:40 +0000 (00:42 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 22 Aug 2002 00:42:40 +0000 (00:42 +0000)
commitd50b22afcdae7245cbef3749e85f2cce581d47f4
treeab953fd73d6634557761e02e3e308f4b315d6dc6
parent8531f242aa7ca71d1aa333f56c747f5b106781e1
For PR java/6005 and PR java/7611:
* fold-const.c (fold_truthop): Use can_use_bit_fields_p.
(fold): Likewise.
* langhooks.c (lhd_can_use_bit_fields_p): New function.
* langhooks-def.h (lhd_can_use_bit_fields_p): Declare.
(LANG_HOOKS_CAN_USE_BIT_FIELDS_P): New define.
(LANG_HOOKS_INITIALIZER): Use it.
* langhooks.h (struct lang_hooks) [can_use_bit_fields_p]: New
field.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56498 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/fold-const.c
gcc/langhooks-def.h
gcc/langhooks.c
gcc/langhooks.h