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: [PATCH] PR 30460: asm_debug is not initialized in gcc.c


On Sat, Jan 13, 2007 at 09:17:10PM -0500, Andrew Pinski wrote:
> You should read init_spec in gcc.c:
> 
>   /* Initialize here, not in definition.  The IRIX 6 O32 cc sometimes chokes
>      on ?: in file-scope variable initializations.  */
>   asm_debug = ASM_DEBUG_SPEC;

Does that make any sense?  I mean _all_ the other variables are initialized in
definition thus this compiler should have the same problem with them.  Right?

Anyone available that has this compiler and can check?

Robert

-- 
Robert Schiele
Dipl.-Wirtsch.informatiker	mailto:rschiele@gmail.com

"Quidquid latine dictum sit, altum sonatur."

Attachment: pgp00000.pgp
Description: PGP signature


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