RE: undefined declaration in pre-processed generated C file

2006-03-30 Thread GALLEGGIANTI Bruno
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

Re: undefined declaration in pre-processed generated C file

2006-03-30 Thread Neil Booth
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

RE: undefined declaration in pre-processed generated C file

2006-03-30 Thread Dave Korn
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