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



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



           What    |Removed                     |Added

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

             Status|UNCONFIRMED                 |NEW

   Last reconfirmed|                            |2013-04-12

                 CC|                            |bur...@net-b.de

            Summary|ICE on dummy argument child |[4.8/4.9 Regression ]ICE on

                   |class with coarray inside   |dummy argument child class

                   |parent                      |with coarray inside parent

     Ever Confirmed|0                           |1



--- Comment #1 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2013-04-12 
07:30:39 UTC ---

Revision 190841 (2012-08-31) gives the following errors



pr56929.f90:9.21:



    class(child) this

                     1   

Error: Component '_def_init' at (1) with coarray component shall be a

nonpointer, nonallocatable scalar

pr56929.f90:9.21:



    class(child) this

                     1   

Error: Variable 'dst' at (1) is INTENT(OUT) and can thus not be an allocatable

coarray or have coarray components

pr56929.f90:9.21:



    class(child) this

                     1   

Error: Component '_def_init' at (1) with coarray component shall be a

nonpointer, nonallocatable scalar



Revision 190924 (2012-09-04) gives the ICE. The cause may be r190869.

Reply via email to