Path: utzoo!utgpu!watmath!uunet!bu-cs!bloom-beacon!tut.cis.ohio-state.edu!DECWRL.DEC.COM!dan%jeremy.DEC From: dan%jeremy.DEC@DECWRL.DEC.COM (Dan Frommer) Newsgroups: gnu.gcc.bug Subject: GCC 1.35 can't compile itself under VMS Message-ID: <8905011036.AA19510@decwrl.dec.com> Date: 1 May 89 17:35:00 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 17 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