u for your fast answer. It will help me for my development.
Bye.
Bruno.
-Message d'origine-
De : Dave Korn [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 30 mars 2006 15:14
À : GALLEGGIANTI Bruno; gcc@gcc.gnu.org
Objet : RE: undefined declaration in pre-processed generated C file
On
GALLEGGIANTI Bruno wrote:-
> typedef __builtin_va_list __gnu_va_list;
>
> My problem is that __builtin_va_list is never declared/defined in the
> pre-processed file. I've no warning about that (-Wall option)
>
> Following this behaviour, I have 3 questions:
>
> 1) How does gcc compiler resolve
On 30 March 2006 13:52, GALLEGGIANTI Bruno wrote:
> typedef __builtin_va_list __gnu_va_list;
>
> My problem is that __builtin_va_list is never declared/defined in the
> pre-processed file. I've no warning about that (-Wall option)
>
> Following this behaviour, I have 3 questions:
>
> 1) How doe
Hi,
My name is Bruno Galleggianti and I am working for the CEA, a French
Research centre.
I use gcc 3.3.2 and I work on generated pre-processed C files.
In example, I'm using classic 'helloworld' source file.
In this file, I include header and this header file includes
header file.
In the ge