This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can't build gcc trunk on cygwin: cp/parser.c:6484: error: `pending_lang_change' undeclared (first use in this function)


Neil Booth <neil@daikokuya.co.uk> writes:

| Gabriel Dos Reis wrote:-
| 
| > Index: cp-tree.h
| > ===================================================================
| > RCS file: /cvs/gcc/gcc/gcc/cp/cp-tree.h,v
| > retrieving revision 1.788
| > diff -p -r1.788 cp-tree.h
| > *** cp-tree.h	30 Dec 2002 19:02:04 -0000	1.788
| > --- cp-tree.h	31 Dec 2002 11:57:03 -0000
| > *************** extern tree mangle_ref_init_variable    
| > *** 4427,4432 ****
| > --- 4427,4435 ----
| >   /* in dump.c */
| >   extern int cp_dump_tree                         PARAMS ((void *, tree));
| >   
| > + /* in parser.c */
| > + extern int pending_lang_change;
| > + 
| 
| Actually it's in c-lex.c.  Ugh.

This appears to correct the bootstrap breakage on x86 and PPC.  I
suspect Mark's recent patch would do what you want,

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]