PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323
bird at bainet dot com changed:
What|Removed |Added
CC
PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED]
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=323
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
Your message dated 12 Aug 2003 10:30:21 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#205050: cpp-3.3: does not stringify macros
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is n
This may actually be desired effect since stringification works within
macros, but not in the files raw.
C.
--
Chris Collins <[EMAIL PROTECTED]>
Advanced Networks Research Group
Package: cpp-3.3
Version: 1:3.3.1-0pre0
Severity: important
Given the following sample:
---BEGIN---
#define FOO 42
"foo" #FOO "blah"
---END---
A correct cpp should output the last line as:
"foo" "23" "blah"
However, GNU cpp is producing:
"blah" #23 "foo"
Refer to the gcc cpp documtation:
5 matches
Mail list logo