bug-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GCC 3.0, printf and macros.


From: Gabriel Dos Reis
Subject: Re: GCC 3.0, printf and macros.
Date: 16 Jul 2001 11:18:27 +0200

address@hidden (Helmut Zeisel) writes:

| It seems that GCC implements "printf" as macro,

This is not a GCC-specific problem.  GCC merely uses the C-library
fournished by your system.

| nm.c and info.c have an #ifdef between the parameters of printf,
| which is not allowed for macro parameters.
| A workaround is easy (just put the #ifdef
| around the printf), but either the printf-implementation of GCC 3.0 or
| the
| respective sources should be changed.

On what basis? 

-- Gaby



reply via email to

[Prev in Thread] Current Thread [Next in Thread]