--- 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|
--- 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
---
--- 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.
--- 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
--- 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
---