[Bug fortran/72709] New: Incorrect assignment of allocatable character array used as component of derived type

2016-07-27 Thread zmi007 at gmail dot com
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: zmi007 at gmail dot com Target Milestone: --- In the following program the assignment to character array element doesn't work programread_exp

[Bug fortran/70739] VALUE attribute interpretation in a non-interoperable procedure

2016-05-12 Thread zmi007 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70739 --- Comment #2 from zmi --- This was also my wish but I couldn't find it too and assume now as an Intel's interpretation of standard. Would be interesting to see if such interpretation confirmed by another vendors (I don't have access to actual c

[Bug fortran/70739] New: VALUE attribute interpretation in a non-interoperable procedure

2016-04-20 Thread zmi007 at gmail dot com
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: zmi007 at gmail dot com Target Milestone: --- I see difference between ifort and gfortran interpretation of a non-interoperable procedure (without BIND(C)) with VALUE attribute in dummy

[Bug fortran/70601] [OOP] ICE on procedure pointer component call

2016-04-08 Thread zmi007 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70601 --- Comment #4 from zmi --- ok, my fault) ice on allocatable type only

[Bug fortran/70601] [OOP] ICE on procedure pointer component call

2016-04-08 Thread zmi007 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70601 --- Comment #2 from zmi --- and this one? programtest use concrete_type_module implicit none type(concrete_type), allocatable :: concrete allocate(concrete) call concrete % init() call concrete % run() end program test

[Bug fortran/70601] New: [OOP] ICE on procedure pointer component call

2016-04-08 Thread zmi007 at gmail dot com
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: zmi007 at gmail dot com Target Milestone: --- I am playing around with procedure pointer components and get ICE module_gfortran_bug.f90:62:0: call concrete % run() internal compiler error: in fold_convert_loc, at

[Bug fortran/63469] Automatic reallocation of allocatable scalar length even when substring implicitly specified

2015-12-10 Thread zmi007 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63469 zmi changed: What|Removed |Added CC||zmi007 at gmail dot com --- Comment #4 from zmi

[Bug fortran/50069] FORALL fails on a character array

2015-10-11 Thread zmi007 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50069 zmi changed: What|Removed |Added CC||zmi007 at gmail dot com --- Comment #6 from zmi

[Bug fortran/44672] [F08] ALLOCATE with SOURCE and no array-spec

2015-09-29 Thread zmi007 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44672 zmi changed: What|Removed |Added CC||zmi007 at gmail dot com --- Comment #13 from zmi