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] | |
All,
I'm trying to bootstrap my tr1 special functions patch in shape for people to look at it.
The compile bombs out when building the pre-compiled headers. It seems to get the O0g.gch but compile fails on O2g.gch.
Is std::tr1::copysign not available at -O2 -g but is OK at -O0 -g?
I'm going to try to reproduce this on a gcc-4.1.1 with a smaller test case.
Meanwhile, I got bessel_function.tcc to work with ::copysign
I will send out a tarball patch next after the bootstrap finishes.
BTW, this is MacOSX 10.3.9.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |