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]

Re: linux-2.1.60/i586,glibc-2.0.5c,egcs-971114 snapshot :)


> 
>   In message <Pine.LNX.3.96.971114180852.16600A-100000@sigil.computersupportcentre.com>you write:
>   > and:
>   > 	What's the proper way to test egcs?  (make check?)
> make check
> 
>   > 	How does one make a cross-compiler?
>   > 		(first few attempts failed ....)
> Same, however you need many more pieces to get meaningful results (cross
> assembler, linker, libraries & a simulator).
> 
> 
>   > ../streambuf.h:394: warning: invalid type `void *' for default argument to ios *'
>   > In file included from ./../tests/hounddog.cc:25:
>   > ../iostream.h:50: warning: invalid type `void *' for default argument to `ostream *'
>   > ../iostream.h:123: warning: invalid type `void *' for default argument to `ostream *'
>   > ../iostream.h:230: warning: invalid type `void *' for default argument to `ostream *'
> Hmmm, I thought we had fixed this problem several snapshots ago.
> 
> Jason, HJ any thoughts?
> 

I think it may be NULL defined in the kernel source. Jason has defined
NULL in _G_config.h. But glibc uses its own _G_config.h. Ulrich may
be glibc should do the same. Should it be in glibc 2.0.6?


-- 
H.J. Lu (hjl@gnu.ai.mit.edu)


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