This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: g++ parser problem


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]