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: At last: the bool problem seems to be due to omitted dependencyfrom make check*


The problem I had in this case was that the system cc didn't like -fstats so
it failed. To me, the stdbool only seems to solve part of the problem, which
is that suddenly we are building part of the compiler with a wrong compiler.
How would this work with C++?

Tim Josling


"Joseph S. Myers" wrote:
> 
> On Sat, 1 Mar 2003, Tim Josling wrote:
> 
> > File toplev.c gets recompiled with a different size definition of bool than
> 
> I have previously suggested
> <http://gcc.gnu.org/ml/gcc/2002-09/msg00797.html> that we should avoid
> this problem simply by not using the system <stdbool.h>.
> 
> --
> Joseph S. Myers
> jsm28 at cam dot ac dot uk


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