------- Comment #1 from burnus at gcc dot gnu dot org  2009-05-07 08:07 -------
In the standard:

   R602 variable  is  designator
                  or  expr
   C602 (R602) expr shall be a reference to a function that has a pointer
               result."

Which can then be used in assignment statements:

   R732 assignment-stmt  is  variable = expr

   If the variable is a pointer, it shall be associated with a definable
   target such that the type, type parameters, and shape of the target
   and expr conform.


-- 

burnus at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2009-05-07 08:07:58
               date|                            |


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

Reply via email to