[Bug bootstrap/10256] gcc-3.2.2 can't build it's libjava
tromey at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Aug 6 05:13:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10256
------- Additional Comments From tromey at gcc dot gnu dot org 2003-08-06 05:13 -------
See #7611 and #6005.
I think this was fixed here:
2002-08-21 Tom Tromey <tromey@redhat.com>
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.
I think this went in after 3.2.
Usually the workaround is to build without optimization,
but surprisingly in this case there is no optimization.
More information about the Gcc-bugs
mailing list