This is the mail archive of the gcc-bugs@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]

Re: 2.95: nested constructors seem to cause unwarranted error inthis situation.


On Fri, 6 Aug 1999, Martin v. Loewis wrote:
> Thanks for your bug report. This is a known bug; g++ gets confused
> whether this is could be a function declaration. To work around, say
> 
>    C c((B(A(1))), B(A(2)) );
> [...]
> P.S. It looks like this should get on the known-bugs-list.

Agreed, yes. Would you mind contributing one or two paragraphs? ;-)

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


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