[Bug fortran/45092] [4.6 Regression] ICE in output_constructor_regular_field, at varasm.c:5016

2010-08-03 Thread burnus at gcc dot gnu dot org
--- Comment #9 from burnus at gcc dot gnu dot org 2010-08-03 14:35 --- Mark as duplicate of PR 44857 as it is seemingly the same. As bonus, I might have a patch. *** This bug has been marked as a duplicate of 44857 *** -- burnus at gcc dot gnu dot org changed: What|

[Bug fortran/45092] [4.6 Regression] ICE in output_constructor_regular_field, at varasm.c:5016

2010-07-27 Thread hjl dot tools at gmail dot com
--- Comment #8 from hjl dot tools at gmail dot com 2010-07-27 13:33 --- It is caused by revision 158253: http://gcc.gnu.org/ml/gcc-cvs/2010-04/msg00357.html -- hjl dot tools at gmail dot com changed: What|Removed |Added ---

[Bug fortran/45092] [4.6 Regression] ICE in output_constructor_regular_field, at varasm.c:5016

2010-07-26 Thread kargl at gcc dot gnu dot org
--- Comment #7 from kargl at gcc dot gnu dot org 2010-07-27 06:15 --- (In reply to comment #5) > From the error location it looks like a duplicate of PR 44857. > Yes, I think you're right. I've reduced it further in comment #6. The code compiles if the array constructor is changed.

[Bug fortran/45092] [4.6 Regression] ICE in output_constructor_regular_field, at varasm.c:5016

2010-07-26 Thread kargl at gcc dot gnu dot org
--- Comment #6 from kargl at gcc dot gnu dot org 2010-07-27 06:11 --- Here's an even shorter testcase. MODULE FunctionTypes IMPLICIT NONE integer, parameter :: OpconNameLength = 4 TYPE, PUBLIC :: TTermDefinition CHARACTER (OpconNameLength) :: termName(2) END TYPE TTer

[Bug fortran/45092] [4.6 Regression] ICE in output_constructor_regular_field, at varasm.c:5016

2010-07-26 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2010-07-27 06:08 --- >From the error location it looks like a duplicate of PR 44857. -- burnus at gcc dot gnu dot org changed: What|Removed |Added ---