--- Comment #3 from rschiele at gmail dot com 2007-01-14 02:21 ---
Andrew, it does not help to initialize in init_spec() because init_spec() is
only called when there is _no_ spec file found.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30460
--- Comment #2 from pinskia at gcc dot gnu dot org 2007-01-14 02:10 ---
actually asm_debug is initialized in init_spec, with the following comment:
/* Initialize here, not in definition. The IRIX 6 O32 cc sometimes chokes
on ?: in file-scope variable initializations. */
asm_de
--- Comment #1 from rschiele at uni-mannheim dot de 2007-01-14 01:56
---
Created an attachment (id=12903)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12903&action=view)
Fix for the problem.
BTW: This is also true for 4.2.x and 4.1.x. I have not looked into older
releases.
--