This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/50153] hppa64-hp-hpux11.11/libstdc++-v3/include/cstdlib:106:11: error: '::abs' has not been declared
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 22 Aug 2011 23:19:45 +0000
- Subject: [Bug libstdc++/50153] hppa64-hp-hpux11.11/libstdc++-v3/include/cstdlib:106:11: error: '::abs' has not been declared
- Auto-submitted: auto-generated
- References: <bug-50153-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50153
--- Comment #5 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-08-22 23:19:45 UTC ---
Somebody knowledgeable of HPUX should see what needs to be done for that OS. I
suppose the changes figured out by Rainer & Marc for Solaris, a mix of
fixincludes + mangling changes via target hook + a bit of library work, should
be a good starting point for HPUX too:
http://gcc.gnu.org/ml/gcc-patches/2011-08/msg00833.html
http://gcc.gnu.org/ml/gcc-patches/2011-08/msg01396.html
http://gcc.gnu.org/ml/gcc-patches/2011-08/msg00835.html