This is the mail archive of the gcc-patches@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: HP-UX libstdc++ patch for 64 bit mode.


> Do you still have the #define _GPPLIB_USE_LONG_LONG in os_defines.h?  I
> think if you do that things should start to work.

Yes, I left the #define in os_defines.h.  I only removed the
declarations of strtoll and strtoull.

I think the issue is include/c_std/std_cstdlib.h where the declaration
of std::strtoll is inside of "#if _GLIBCPP_USE_C99".  Do I not see
strtoll because the C compiler I used to build libstdc++ isn't C99
compliant?  I actually built a cross-compiler and used that to build
the library if that could affect things.

Steve Ellcey
sje@cup.hp.com


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