This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Large number of C++ regressions in past couple of days
- To: Zack Weinberg <zack at wolery dot cumb dot org>
- Subject: Re: Large number of C++ regressions in past couple of days
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Sat, 15 Jul 2000 10:41:25 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <20000715103858.P21403@wolery.cumb.org>
On Sat, Jul 15, 2000 at 10:38:58AM -0700, Zack Weinberg wrote:
>
> I'm suddenly getting a huge flood of C++ regressions. See the list at
> the end. They all appear to have something to do with exception
> handling.
>
Have you enabled shared libstdc++? Are you building gcc under glibc 2?
H.J.