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

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

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

--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> ---
Between revisions 194897 (2013-01-04: no error) and 195140 (2013-01-14),
gfortran has started to emit the following error for the original test:

pr51945.f90:14.16:

  type(t) :: y = t2() ! Invalid
                1
Error: Can't convert TYPE(t2) to TYPE(t) at (1)

If the type-declaration line 'type(my_t) :: a' is uncommented, the errors
appear once for r194897, but twice for r195140.

Reply via email to