This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: other/9274: [pch] Big troubles with v3
- From: Geoff Keating <geoffk at geoffk dot org>
- To: bkoz at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, geoffk at geoffk dot org, nobody at gcc dot gnu dot org, pcarlini at unitus dot it, gcc-gnats at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, pcarlini at unitus dot it, Fariborz Jahanian <fjahanian at apple dot com>
- Date: Tue, 28 Jan 2003 12:47:08 -0800
- Subject: Re: other/9274: [pch] Big troubles with v3
- References: <20030128034600.26155.qmail@sources.redhat.com>
> /mnt/hd/ahimsa/bld-x86-gcc/i686-pc-linux-gnu/libstdc++-v3/include/bits/stl_algobase.h:149: warning: inline
> function `const _Tp& std::min(const _Tp&, const _Tp&) [with _Tp = size_t]'
> used but never defined
This is a known bug, a workaround is to use -O2 (when it'll get
inlined). Fariborz is working on the fix, he's testing one now.
--
- Geoffrey Keating <geoffk@geoffk.org>