This is the mail archive of the gcc-bugs@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]

bug in gcc/fixincl/fixincl.c


Hi

in /gcc/gcc/fixincl/fixincl.c is bug which causes segfault vhen fixinc
is executed with '-v' -
on line 408 (in run_compiles called from do_version(line 192))
'pz_machine' is accesed, but do_version is called on line 216, BEFORE
pz_machine is set(on line 232) which leads to sigfault when
bootstrapping.

bye
Jan Dvorak

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