This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]