[Bug fortran/29098] allocation of a pointer to a derived type crashes

2006-11-06 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-11-06 17:18 --- Subject: Bug 29098 Author: pault Date: Mon Nov 6 17:18:03 2006 New Revision: 118522 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118522 Log: 2006-11-06 Paul Thomas <[EMAIL PROTECTED]> PR fortran

[Bug fortran/29098] allocation of a pointer to a derived type crashes

2006-10-03 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-10-04 04:49 --- Fixed on trunk Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug fortran/29098] allocation of a pointer to a derived type crashes

2006-10-03 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2006-10-04 04:48 --- Subject: Bug 29098 Author: pault Date: Wed Oct 4 04:48:35 2006 New Revision: 117424 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117424 Log: 2006-10-04 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/29098] allocation of a pointer to a derived type crashes

2006-09-17 Thread patchapp at dberlin dot org
--- Comment #4 from patchapp at dberlin dot org 2006-09-17 11:30 --- Subject: Bug number PR29098 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-09/msg00671.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/29098] allocation of a pointer to a derived type crashes

2006-09-16 Thread pault at gcc dot gnu dot org
--- Comment #3 from pault at gcc dot gnu dot org 2006-09-16 19:57 --- See list for choice of fixes. I will submit my favourite tomorrow. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug fortran/29098] allocation of a pointer to a derived type crashes

2006-09-15 Thread paul dot richard dot thomas at cea dot fr
--- Comment #2 from paul dot richard dot thomas at cea dot fr 2006-09-15 14:16 --- Created an attachment (id=12276) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12276&action=view) A fix for the problem The handling of default initializers can never have been quite right. The mom

[Bug fortran/29098] allocation of a pointer to a derived type crashes

2006-09-15 Thread paul dot richard dot thomas at cea dot fr
--- Comment #1 from paul dot richard dot thomas at cea dot fr 2006-09-15 13:12 --- Olav, Thanks for the contribution: TYPE BLOCK INTEGER, DIMENSION(:), POINTER :: R => NULL(),C => NULL() TYPE(BAS), POINTER, DIMENSION(:) :: NO => NULL () END TYPE BLOCK gives you a w