------- Additional Comments From pinskia at gcc dot gnu dot org  2005-04-06 
15:31 -------
The following expression does not do what you think it does:
    S s(A(i));

It declares a function which returns S as the type and takes an A which is 
named i.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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

Reply via email to