[Bug fortran/28425] Derived type initialization via a derived type is broken

2006-08-20 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-08-20 08:21 --- Subject: Bug 28425 Author: pault Date: Sun Aug 20 08:20:26 2006 New Revision: 116269 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116269 Log: 2006-08-20 Paul Thomas [EMAIL PROTECTED] PR fortran/28601

[Bug fortran/28425] Derived type initialization via a derived type is broken

2006-08-20 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-08-20 18:08 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28425] Derived type initialization via a derived type is broken

2006-08-19 Thread pault at gcc dot gnu dot org
--- Comment #4 from pault at gcc dot gnu dot org 2006-08-20 05:46 --- Subject: Bug 28425 Author: pault Date: Sun Aug 20 05:45:43 2006 New Revision: 116268 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116268 Log: 2006-08-20 Paul Thomas [EMAIL PROTECTED] PR fortran/28601

[Bug fortran/28425] Derived type initialization via a derived type is broken

2006-08-06 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2006-08-06 18:35 --- Subject: Bug number PR28425 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2006-08/msg00152.html --

[Bug fortran/28425] Derived type initialization via a derived type is broken

2006-08-04 Thread pault at gcc dot gnu dot org
--- Comment #2 from pault at gcc dot gnu dot org 2006-08-04 16:56 --- The patch for this got absorbed into the allocatable component patch - I will extricate it and post it asap since it is only indirectly associated.. Paul -- pault at gcc dot gnu dot org changed: What

[Bug fortran/28425] Derived type initialization via a derived type is broken

2006-07-18 Thread kargl at gcc dot gnu dot org
--- Comment #1 from kargl at gcc dot gnu dot org 2006-07-18 18:52 --- The parse tree looks okay to me. ASSIGN MAIN__:dat date_m(1) ASSIGN MAIN__:xx file_info(MAIN__:dat) IF ( MAIN__:xx % date % month 1) CALL _gfortran_abort () ENDIF --