Geoffrey Keating writes:
> Mark Mitchell <mark@codesourcery.com> writes:
>
> > RC2 is available here:
> >
> > ftp://gcc.gnu.org/pub/gcc/prerelease-4.0.0-20050417/
> >
> > As before, I'd very much appreciate it if people would test these bits
> > on primary and secondary platforms, post test results with the
> > contrib/test_summary script, and send me a message saying whether or
> > not there are any regressions, together with a pointer to the results.
>
> Bad news, I'm afraid.
It's a bug in dbxout. A field is marked as DECL_IGNORED_P, but
dbxout_type_fields() still tries to access it.
Andrew.
2005-04-19 Andrew Haley <aph@redhat.com>
* dbxout.c (dbxout_type_fields): Check DECL_IGNORED_P before
looking at a field's bitpos.