This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Unresolved Check Error
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: bemis <bemis at iol dot unh dot edu>
- Cc: phil at jaj dot com, mcleary at iol dot unh dot edu, libstdc++ at gcc dot gnu dot org, clp at iol dot unh dot edu
- Date: Wed, 4 Sep 2002 09:10:11 -0500
- Subject: Re: Unresolved Check Error
- Organization: Red Hat / Chicago
- References: <3D6A7548.4000008@iol.unh.edu><20020826144454.A31049@disaster.jaj.com><3D75FDB6.B0646914@iol.unh.edu>
If you compile with -E, which will show you the pre-processed input,
you'll be able to see what the deal is. There are currently unresolved
issues with libstdc++ and some parts of C99 support.
Gaby and I are working on a better solution for these issues.
This FAIL is not a big deal, as has been expressed repeatedly in
the past. In fact, it used to be XFAILED.
-benjamin