[Bug fortran/42122] [F03] -fdump-tree-original shows wrong static decl for functions with procptr argument

dominiq at lps dot ens.fr gcc-bugzilla@gcc.gnu.org
Sun Mar 4 14:18:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=42122

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #3 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
With gcc 4.8 up to trunk (8.0) the dump is

setpointer (void (*<T4bb>) () * p)
{

}


MAIN__ ()
{
  static void setpointer (void (*<T4bb>) ());


}

Is this eight-year old PR fixed or not?


More information about the Gcc-bugs mailing list