From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Kosnik To: Benjamin Scherrey Cc: gcc@gcc.gnu.org, libstdc++@sources.redhat.com Subject: Re: Latest snapshot won't build with --enable-libstdcxx-v3 Date: Wed, 20 Sep 2000 10:18:00 -0000 Message-id: References: <39C8E09E.9075A490@switchco.com> X-SW-Source: 2000-09/msg00481.html > FYI - Latest CVS source still dies in libstdc++-v3/src/local.cc . I'm stuck until I > can get 2.96 going with libstdc++v3. Has anyone been successful doing this? I was > under the impression that this had/has been working. This is what I got working last night: gcc/ChangeLog 2000-09-19 Jim Wilson * config/ia64/crtbegin.asm (__dso_handle): Delete use of HAVE_GAS_HIDDEN macro. Working revision: 1.7833 gcc/cp/ChangeLog 2000-09-18 Mark Mitchell * decl.c (start_function): Robustify. Working revision: 1.2005 I'm working on a system with corrected glibc headers though, so perhaps this makes a difference (I doubt it.) FYI: In any case, I find it quite useful to archive away sources to a working gcc subdirectory. I usually update once a week, and archive the updates the bootstrap. Then I can fall back onto older gcc versions if current CVS is unusable. -benjamin