From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26309 invoked by alias); 18 Dec 2001 19:51:20 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 26276 invoked by uid 61); 18 Dec 2001 19:51:19 -0000 Date: Tue, 18 Dec 2001 11:51:00 -0000 Message-ID: <20011218195119.26275.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, martin@loewis.home.cs.tu-berlin.de, nobody@gcc.gnu.org, rosbacke@nada.kth.se From: nathan@gcc.gnu.org Reply-To: nathan@gcc.gnu.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, martin@loewis.home.cs.tu-berlin.de, nobody@gcc.gnu.org, rosbacke@nada.kth.se, gcc-gnats@gcc.gnu.org X-Mailer: gnatsweb 2.9.3 Subject: Re: c++/88: [parser] ctor/var ambiguity X-SW-Source: 2001-12/txt/msg00965.txt.bz2 List-Id: 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