c++/88
James Dennett
jdennett@acm.org
Tue May 8 19:56:00 GMT 2001
The following reply was made to PR c++/88; it has been noted by GNATS.
From: James Dennett <jdennett@acm.org>
To: martin@loewis.home.cs.tu-berlin.de, rosbacke@nada.kth.se,
gcc-gnats@gcc.gnu.org, nobody@gcc.gnu.org
Cc:
Subject: Re: c++/88
Date: Wed, 09 May 2001 03:51:34 +0100
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=88&database=gcc
This is still a problem in gcc 3.0 prerelease; it appears that
gcc interprets the line as if it were
Camera2 Hvec(0.0, 0.0, 0.0);
(i.e., construction of a Camera2 named Hvec) instead of as
the construction of a temporary Camera2 object from a
temporary Hvec object. Comeau C++ accepts the code.
-- James Dennett <jdennett@gcc.gnu.org>
More information about the Gcc-prs
mailing list