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



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



           What    |Removed                     |Added

----------------------------------------------------------------------------

             Status|UNCONFIRMED                 |NEW

   Last reconfirmed|                            |2013-05-01

            Summary|ICE (segfault) in           |[4.7/4.8/4.9 Regression]

                   |check_extended_derived_type |ICE (segfault) in

                   |                            |check_extended_derived_type

     Ever Confirmed|0                           |1



--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2013-05-01 
16:54:17 UTC ---

Revision 181424 gives the following errors



pr57129.f90:2.8:



  type t

        1

Error: PROCEDURE attribute of 't' conflicts with DERIVED attribute at (1)

pr57129.f90:3.5:



  end type t

     1

Error: Expecting END SUBROUTINE statement at (1)

pr57129.f90:4.18:



  type, extends(t) :: t2

                  1

Error: 't' in EXTENDS expression at (1) is not a derived type

pr57129.f90:5.5:



  end type t2

     1

Error: Expecting END SUBROUTINE statement at (1)



revision 181425 gives the ICE.

Reply via email to