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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2013-12-18
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed with trunk at r206033. However my patched tree gives

pr59547.f90:23.23:

    integer, dimension( this%get_num() ) :: array
                       1
Error: Function 'this' at (1) must be PURE
pr59547.f90:23.23:

    integer, dimension( this%get_num() ) :: array
                       1
Error: Function 'this' at (1) must be PURE
pr59547.f90:23.23:

    integer, dimension( this%get_num() ) :: array
                       1
Error: Function 'this' at (1) must be PURE

and this time I think I know where to look (I need a little bit of time to
search the patches I have applied and to recover bootstrap on darwin).

Reply via email to