From: mlkessle AT cip DOT physik DOT uni-wuerzburg DOT de (Manuel Kessler) Newsgroups: comp.os.msdos.djgpp Subject: GASP GPF's Date: 7 Oct 1996 15:06:33 GMT Organization: CipPool der Physikalischen Institute, Uni Wuerzburg Lines: 62 Message-ID: <53b69p$u4d@winx03.informatik.uni-wuerzburg.de> NNTP-Posting-Host: wpax07.physik.uni-wuerzburg.de Summary: GASP sometimes crashes in macros being expanded Keywords: GASP, GPF To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi, is there anybody out there really using GASP, the Gnu ASsembler Preprocessor? Sometimes when i try to preprocess my .gas files to .s files i get a GPF when it comes to first macro being expanded. I tracked my rather longish source file to the minimal file i can imagine to reproduce the error: >.MACRO DOTEST result > movl $\result, %eax >.ENDM > >.TEXT > DOTEST 1 > >.END The output is then: < .TEXT <