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]
Other format: [Raw text]

[Bug c++/16347] Some cases of calling constructor with temporary object still not recognised properly


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-05 08:51 -------
because 1 is not identifer but a constant.

See PR 16056, and a couple of others which I cannot find at this point.

This is ambiguous which the standard decided that thiis declares a function rather than a variable so 
this is still invalid.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16347


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