This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Can't build gcc cvs HEAD on cygwin: libjava/prims.cc:145: error:overloaded function with no contextual type information
Gabriel Dos Reis wrote:
Andreas Tobler <toa@pop.agri.ch> writes:
| Gerald Pfeifer wrote:
|
| > On Sun, 16 Nov 2003, Giovanni Bajo wrote:
| >
| >>>Given that this patch apparently was not properly tested at all,
| >>
| >>This is a bit extreme. I cleanstrapped the patch in a tree which
| >>had --enable-languages=c,c++, so I didn't notice libgcj was not being build.
|
| Personally I'd welcome if a core cp change happens that it should be a
| must to bootstrap a complete gcc (except ada, g77 ?)
| Libgcj contains a large part of c++. It's a good way to see if your
| change is safe or if we uncover another problem.
A bootstrap exercises more the C front-end than the C++ front-end.
What I mean with a complete bootstrap is building at least c,c++,java
WITH the runtimelibs. (libgcj)
What might be valuable is enabling java when testing a C++ change.
(given the time it takes to build Java, I don't know how much changes
people will do in a day...).
Now that most people can do shared library builds, it does not take that
longer.
Andreas