>Category:       preprocessor
>Synopsis:       cpp0 -std=gnu99 rejects # comments
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Class:          rejects-legal
>Submitter-Id:   net
>Originator:     Marcus Brinkmann
>Release:        gcc (GCC) 3.2 (20020809) Debian prerelease
>Environment:
i386-gnu
>Description:
The bug only appears with -std=gnu99.

The preprocessor rejects # comments on a line of their own
when compiling assembler code.
>How-To-Repeat:
$ echo "# foo" | cpp -lang-asm -std=gnu99
# 1 "<stdin>"
# 1 "<built-in>"
# 1 "<command line>"
# 1 "<stdin>"
<stdin>:1:3: invalid preprocessing directive #foo
>Fix:

>Unformatted:


_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to