[Bug fortran/83153] New: Possible run time error in derived type io example - 2

2017-11-25 Thread ian at rhymneyconsulting dot co.uk
Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: ian at rhymneyconsulting dot co.uk Target Milestone: --- I get a similar error with the following sample code. Here is the derived type module. # module ch3702_person_module implicit none type

[Bug fortran/83152] New: Possible run time error in derived type i/o

2017-11-25 Thread ian at rhymneyconsulting dot co.uk
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: ian at rhymneyconsulting dot co.uk Target Milestone: --- I get the following run time error with a dtio example that I believe to be correct. Here is the derived type module. # module ch3701_person_module implicit

[Bug fortran/82375] New: PDT error

2017-09-30 Thread ian at rhymneyconsulting dot co.uk
at gcc dot gnu.org Reporter: ian at rhymneyconsulting dot co.uk Target Milestone: --- Created attachment 42267 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42267&action=edit these are the three source files. the main program and two included module files. I believe t

[Bug fortran/81411] New: intrinsic polymorphic assignment run time error

2017-07-12 Thread ian at rhymneyconsulting dot co.uk
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: ian at rhymneyconsulting dot co.uk Target Milestone: --- Created attachment 41731 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41731&action=edit This is the total set of files. I get the following error

[Bug fortran/81296] New: derived type I/o problem

2017-07-03 Thread ian at rhymneyconsulting dot co.uk
Assignee: unassigned at gcc dot gnu.org Reporter: ian at rhymneyconsulting dot co.uk Target Milestone: --- Created attachment 41668 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41668&action=edit source file showing error at run time I believe the following program to be s

[Bug c++/61788] New: use of x[nr][nc] as array parameter passing mechanism in mixed language programming

2014-07-12 Thread ian at rhymneyconsulting dot co.uk
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: ian at rhymneyconsulting dot co.uk I am writing a suite of mixed language program examples (Fortran calling C, C calling Fortran, and C++ calling Fortran) and have hit a