This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: g++ parser problem
- From: Paolo Carlini <pcarlini at suse dot de>
- To: Robert Schweikert <Robert dot Schweikert at abaqus dot com>
- Cc: gcc-dev-lst <gcc at gcc dot gnu dot org>
- Date: Mon, 19 Jan 2004 19:20:00 +0100
- Subject: Re: g++ parser problem
- References: <1074535620.9026.93.camel@cheetah.hks.com>
Robert Schweikert wrote:
#include <new>
using namespace std;
int main ()
{
throw(std::bad_alloc());
}
Weird!
In any case, the problem doesn't affect the prereleases of
gcc-3.4 (which includes a new hand-crafted parser).
This kind of issue is unlikely to be fixed in 3.3.x.
Paolo.