[Bug driver/30460] asm_debug is not initialized in gcc.c

2007-01-13 Thread rschiele at gmail dot com
--- 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

[Bug driver/30460] asm_debug is not initialized in gcc.c

2007-01-13 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug driver/30460] asm_debug is not initialized in gcc.c

2007-01-13 Thread rschiele at uni-mannheim dot 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. --