------- Comment #49 from pcarlini at suse dot de 2005-12-04 20:29 ------- (In reply to comment #48) > (In reply to comment #47) > > Any reason why libsupc++ can't include the stuff in config/ ? > > I'm interested in seeing this bug go, I'd work on it. > > I'm also interested, of course. In principle, libspuc++ can certainly do that, > but you have to investigate a bit the best way to do that, consistently with > the rest of the library.
In fact, the libsupc++ files are *already* including <bits/c++config.h>, which is all we need. The problem in eh_globals.cc (also elsewhere? An audit is in order) seems only that it's included too late. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=1773