inline-asm/10870: Problems with # as comment character in asm code

neil@gcc.gnu.org neil@gcc.gnu.org
Mon May 19 20:20:00 GMT 2003


Synopsis: Problems with # as comment character in asm code

State-Changed-From-To: open->closed
State-Changed-By: neil
State-Changed-When: Mon May 19 20:12:14 2003
State-Changed-Why:
    Works for me.  Or you might submit a proper bug report that is more helpful than "it doesn't work" with no testcase.
    
    monkey:neil{1}$ echo '# foo' > /tmp/foo.S
    monkey:neil{2}$ gcc-3.3 -E /tmp/foo.S
    # 1 "/tmp/foo.S"
    # 1 "<built-in>"
    # 1 "<command line>"
    # 1 "/tmp/foo.S"
    # foo

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=10870



More information about the Gcc-bugs mailing list