This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: fix malloc_allocator, rfc c++ front end bug?


On Sun, Dec 05, 2004 at 12:09:51AM +0100, Paolo Carlini wrote:
> Maybe precompiled headers related? If available, are used when running the
> testsuite and you don't notice if an include is missing... Therefore 
> everything goes as-if precompiled headers were *not* available on
> alpha-linux. Is my guess correct?

Yes.  Adding -Winvalid-pch gives

cc1plus: warning: /home/rth/work/gcc/bld-head/alphaev67-unknown-linux-gnu/libstdc++-v3/include/alphaev67-unknown-linux-gnu/bits/stdc++.h.gch/O0g.gch: created and used with differing settings of '-mieee-conformant'

If I add -mieee to the command line (which is how libstdc++ itself is
built, but apparently not the testsuite), then I get

cc1plus: warning: /home/rth/work/gcc/bld-head/alphaev67-unknown-linux-gnu/libstdc++-v3/include/alphaev67-unknown-linux-gnu/bits/stdc++.h.gch/O0g.gch: not used because '__NO_INLINE__' not defined



r~


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