[Bug fortran/37626] ICE for automatic deallocation of character result variable

2008-09-25 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2008-09-25 16:20 --- Subject: Bug 37626 Author: burnus Date: Thu Sep 25 16:18:45 2008 New Revision: 140667 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140667 Log: 2008-09-25 Tobias Burnus [EMAIL PROTECTED] PR

[Bug fortran/37626] ICE for automatic deallocation of character result variable

2008-09-25 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2008-09-25 16:21 --- FIXED on the trunk (4.4.0) and on the 4.3 branch. Thanks for the bug report! -- burnus at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/37626] ICE for automatic deallocation of character result variable

2008-09-24 Thread burnus at gcc dot gnu dot org
--- Comment #3 from burnus at gcc dot gnu dot org 2008-09-24 07:02 --- Subject: Bug 37626 Author: burnus Date: Wed Sep 24 07:01:18 2008 New Revision: 140624 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=140624 Log: 2008-09-24 Tobias Burnus [EMAIL PROTECTED] PR

[Bug fortran/37626] ICE for automatic deallocation of character result variable

2008-09-23 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2008-09-23 19:43 --- It fails for the following assert: gfc_conv_descriptor_data_get (tree desc) { tree field, type, t; type = TREE_TYPE (desc); gcc_assert (GFC_DESCRIPTOR_TYPE_P (type)); Reduced test case: function unique_A