This is the mail archive of the gcc-bugs@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]

[Bug libstdc++/33831] [4.3 Regression] Revision 129442 breaks libstc++ API



------- 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


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