[gnu.gcc.bug] GCC 1.35 can't compile itself under VMS

dan%jeremy.DEC@DECWRL.DEC.COM (Dan Frommer) (05/02/89)

When attempting to compile c-parse_tab.c using GCC 1.35 under VMS, the compiler
crashes with the following message:

%SYSTEM-F-ACCVIO, access violation, reason mask=04, virtual address=7FE2FE34,
PC=00044F71, PSL=03C00008
%TRACE-F-TRACEBACK, symbolic stack dump follows
module name     routine name                     line       rel PC    abs PC
LOCAL-ALLOC     block_alloc                       586      0000048D  00044F71
LOCAL-ALLOC     local_alloc                       306      00000294  00044AD6
TOPLEV          rest_of_compilation              1438      0000051B  0000D883
C-DECL          finish_function                  3647      00000059  0001971D
C-PARSE_TAB     yyparse                           249      000005D4  0000EF60
TOPLEV          compile_file                     1014      0000061D  0000CF27
TOPLEV          main                             1795      00000544  0000E1D8


Dan