c++/88: [parser] ctor/var ambiguity
nathan@gcc.gnu.org
nathan@gcc.gnu.org
Tue Dec 18 12:36:00 GMT 2001
Old Synopsis: GCC do not honor casting when calling constructors from constructors
New Synopsis: [parser] ctor/var ambiguity
State-Changed-From-To: analyzed->suspended
State-Changed-By: nathan
State-Changed-When: Tue Dec 18 11:51:18 2001
State-Changed-Why:
This is a parsing problem, to g++ this looks like
a declaration of local variable Hvec of type Camera2
initialized with (0, 0, 0), but with an extra pair of
parentheses. That extra pair of parentheses are not allowed
by the grammer. Anyway suspended until the new parser
gets merged.[p
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=88
More information about the Gcc-bugs
mailing list