[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#292961: g++-3.3: g++ -- vastly uninformative error message



tags 292961 + upstream
tags 292961 + fixed-upstream
retitle 292961 [fixed in 3.4] g++-3.3: vastly uninformative error message
thanks

Greg Kochanski <gpk@kochanski.org> writes:

> OK. Here is a condensed version.
>
> $ g++ -c bug.c
> bug.c: In function `void c_area(const xform_split&, const box&, const
> box&)':
> bug.c:31: error: parse error before `,' token
> $

g++ 3.4 says:

test.cc: In function `void c_area(const xform_split&, const box&, const box&)':
test.cc:33: error: `inverse' undeclared (first use this function)
test.cc:33: error: (Each undeclared identifier is reported only once for each function it appears in.)

Which seems like an acceptable error message. Unfortunately, it is
rather likely that this gets fixed in 3.3, too.

-- 
	Falk



Reply to: