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: Unreviewed patches for 3.2


Richard Henderson writes:

> On Thu, Jul 04, 2002 at 02:10:28AM +0200, Rainer Orth wrote:
> > 	* gcc/gcc.c (asm_debug): Move initialization ...
> > 	(init_spec): ... here.
> 
> Ah, didn't see this patch earlier.  Yes, this one's ok.

You couldn't: I only discovered that my previous patch was broken after
sending the reminder ;-(

Btw., what about the other unreviewed patch in that message:

	http://gcc.gnu.org/ml/gcc-patches/2002-06/msg01455.html

Ok for mainline, too?

> Please add a comment at the point of runtime allocation
> concerning the broken bootstrap compiler.

It's there already:

+  /* Initialize here, not in definition.  The IRIX 6 O32 cc sometimes chokes
+     on ?: in file-scope variable initializations.  */
+  asm_debug = ASM_DEBUG_SPEC;

	Rainer


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