public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug preprocessor/31182]  New: preprocessor doubles up digits in token pasting
@ 2007-03-15  3:30 dsb at boyski dot com
  2007-03-15  4:35 ` [Bug preprocessor/31182] " fang at csl dot cornell dot edu
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: dsb at boyski dot com @ 2007-03-15  3:30 UTC (permalink / raw)
  To: gcc-bugs

Very simple test case:

% cat /tmp/ff.s
#define Concat(a,b)     a##b
Concat(foo,2.2)

% cpp -P /tmp/ff.s
foo22.2

Notice that what should be "2.2" becomes "22.2". Also note that this occurs
while preprocessing assembler (-x assembler-with-cpp) code.


-- 
           Summary: preprocessor doubles up digits in token pasting
           Product: gcc
           Version: 4.1.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: preprocessor
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: dsb at boyski dot com
 GCC build triplet: i386-pc-solaris2.10
  GCC host triplet: i386-pc-solaris2.10
GCC target triplet: i386-pc-solaris2.10


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31182


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-04-25  0:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-15  3:30 [Bug preprocessor/31182] New: preprocessor doubles up digits in token pasting dsb at boyski dot com
2007-03-15  4:35 ` [Bug preprocessor/31182] " fang at csl dot cornell dot edu
2007-03-15 12:42 ` dsb at boyski dot com
2007-03-15 12:44 ` dsb at boyski dot com
2007-03-15 16:28 ` tromey at gcc dot gnu dot org
2007-03-16 12:58 ` dsb at boyski dot com
2007-04-25  0:29 ` tromey at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).