This is the mail archive of the gcc-patches@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: committed: Ada updates


Zack Weinberg writes:

> Okay, so sdbout_symbol needs the same treatment that dbxout_symbol
> got.  Sorry about this.  Here is a revised patch.

Except for the obvious typo

> +/* The C front end may call sdbout_symbol before sdbout_init runs.
> +   We save all such decls in this list and output them when we get
> +   to sdbout_init.  */
> +
> +static GTY(()) tree preinit_symbols;
> +statid GTY(()) bool sdbout_initialized;
	^c

this worked for me, i.e. I rebuilt cc1plus and successfully run the
testcase that crashed before.  I'll run a full bootstrap overnight.

Thanks for the quick help.

	Rainer

-----------------------------------------------------------------------------
Rainer Orth, Faculty of Technology, Bielefeld University


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