fix malloc_allocator, rfc c++ front end bug?

Richard Henderson rth@redhat.com
Sun Dec 5 00:21:00 GMT 2004


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~



More information about the Libstdc++ mailing list