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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2016-04-16
     Ever confirmed|0                           |1

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Confirmed from 5.3 up to trunk (7.0). With 4.9 I get the errors

pr70696.f90:2.18:

  type(event_type) :: x[*] 
                  1
Error: Derived type 'event_type' at (1) is being used before it is defined
pr70696.f90:5.4:

    event post(x[1])
    1
Error: Unclassifiable statement at (1)

Reply via email to