This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/33831] [4.3 Regression] Revision 129442 breaks libstc++ API
- From: "tbm at cyrius dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jan 2008 06:26:46 -0000
- Subject: [Bug libstdc++/33831] [4.3 Regression] Revision 129442 breaks libstc++ API
- References: <bug-33831-682@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #28 from tbm at cyrius dot com 2008-01-17 06:26 -------
(In reply to comment #21)
> Please give specifics, including what bug reports and what headers. Your
> experience is much different from my datapoint, which is Jakub building fedora
> with gcc-43. I see 8 fails 5118 packages, 7 iostream.h and 1 fstream.h.
When I last compiled the Debian archive, I saw about 65 failures out of
7000 packages. Here are the headers that were missing (this adds up to more
than 65 because some files include more than one header that's missing):
137 error: iostream.h: No such file or directory
99 error: fstream.h: No such file or directory
7 error: new.h: No such file or directory
5 error: stream.h: No such file or directory
4 error: vector.h: No such file or directory
3 error: iomanip.h: No such file or directory
2 error: algo.h: No such file or directory
2 error: list.h: No such file or directory
2 error: version.h: No such file or directory
1 error: alloc.h: No such file or directory
1 error: ext/hash_fun.h: No such file or directory
1 error: map.h: No such file or directory
1 error: pair.h: No such file or directory
1 error: set.h: No such file or directory
1 error: streambuf.h: No such file or directory
> I still see this change as substantially less impactful than most of the
> FE changes since 3.3.
I agree with that.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33831