Another GNU as parser problem
Reported by Pierre Muller | July 5th, 2011 @ 04:55 PM | in 1.3.0
New GNU as compilation problem:
File test.c
.globl _Ld23
_Ld23:
.ascii "/*\000"
End of test.s
e:\pas\trunk\fpcsrc\packages\fcl-fpcunit>yasm -a x86 -p gas
-f win32 -o test.o t
est.s
test.s:3: error: unexpected end of file in string
test.s:3: warning: end of file in comment
It seems that yasm still recognizes "/*"
Tested with git repository yasm 1.1.99.HEAD
as a comment start, but it should not
as this is part of the ascii string.
Comments and changes to this ticket
-

Peter Johnson July 9th, 2011 @ 07:27 AM
- → Assigned user set to Peter Johnson
- → Milestone set to 1.2.0
-

Peter Johnson October 31st, 2011 @ 05:27 AM
- → Milestone changed from 1.2.0 to 1.3.0
Bump to 1.3.0, which will incorporate a full rewrite of the gas parser.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
The Yasm Modular Assembler Project