This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/33328] sys_nerr declaration assumed to be in errno.h
- From: "bkoz at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jan 2009 23:05:02 -0000
- Subject: [Bug libstdc++/33328] sys_nerr declaration assumed to be in errno.h
- References: <bug-33328-4066@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from bkoz at gcc dot gnu dot org 2009-01-08 23:05 -------
Fixed on trunk since:
2008-05-16 Benjamin Kosnik <bkoz@redhat.com>
* include/std/system_error: Align to current draft specifications.
* src/system_error.cc: Same.
* src/functexcept.cc: Adjust for corrected system_error construction.
* include/std/ostream: Adjust error_code inserter.
* acinclude.m4 (GLIBCXX_CHECK_SYSTEM_ERROR): Remove sys_nerr test.
* config/abi/pre/gnu.ver: Add new exports.
...
And as system_error support was pulled from 4.3.x, this bug can't have been in
4.3.0.
This seems to have been reported against 4.4.x after 4.3.0 was released, or
early 4_3-branch pre-release.
In any case, fixed.
--
bkoz at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |INVALID
Target Milestone|--- |4.4.0
Version|4.3.0 |4.4.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33328