This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC 4.0 RC2 Available



On 19/04/2005, at 6:24 AM, Andrew Haley wrote:


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.

This patch works for me.


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.

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]