On Fri, Jan 03, 2014 at 11:24:53AM +0100, Richard Biener wrote:
> works just fine for me but shows
> 
>   int (*<T391>) () f;                                                         
>   
>   int _4;                                                                     
>   
>                                                                               
>   
>   <bb 2>:                                                                     
>   
>   f_1 = foo;                                                                  
>   
>   _4 = f_1 (0, 0);
> 
> so I suppose the fntype is not NULL but int (*)().

Sure, I said TYPE_ARG_TYPES is NULL, which is the () there.

        Jakub

Reply via email to