[Bug fortran/30875] Equivalence of derived types with (same) default initializer

2007-06-11 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2007-06-11 22:39 --- Subject: Bug 30875 Author: pault Date: Mon Jun 11 22:39:21 2007 New Revision: 125628 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=125628 Log: 2007-06-12 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/30875] Equivalence of derived types with (same) default initializer

2007-06-11 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-06-11 22:42 --- Fixed on trunk Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/30875] Equivalence of derived types with (same) default initializer

2007-05-07 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2007-05-07 09:45 --- This will be fixed at the same time as PR29786. This, in its turn, is awaiting the fix for PR18769, where Brooks is wading through the necessary gcc modifications. Paul -- pault at gcc dot gnu dot org changed:

[Bug fortran/30875] Equivalence of derived types with (same) default initializer

2007-03-17 Thread brooks at gcc dot gnu dot org
--- Comment #2 from brooks at gcc dot gnu dot org 2007-03-17 23:39 --- At the end of 14.6.3.3, Default initialization may be specified for a storage unit that is storage associated provided the objects or subobjects supplying the default initialization are of the same type and type

[Bug fortran/30875] Equivalence of derived types with (same) default initializer

2007-02-20 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-02-20 16:39 --- EQUIVALENCE(a1,a2) 1 Error: Derived type variable 'a1' at (1) with default initializer cannot be an EQUIVALENCE object ffv.f90:11.17: EQUIVALENCE(a1,a2) 1 Error: Initialized objects 'a1'