This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/10256] gcc-3.2.2 can't build it's libjava
- From: "tromey at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 6 Aug 2003 05:13:23 -0000
- Subject: [Bug bootstrap/10256] gcc-3.2.2 can't build it's libjava
- References: <20030328183600.10256.norbert_wolff@t-online.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
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.