[Bug fortran/58043] [OOP] Incorrect behaviour of polymorphic array

2017-10-27 Thread marco at hulten dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58043 Marco van Hulten changed: What|Removed |Added CC||marco at hulten dot org --- Comment

[Bug fortran/52512] Cannot match namelist object name

2012-03-07 Thread marco at hulten dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52512 --- Comment #3 from Marco van Hulten marco at hulten dot org 2012-03-07 12:15:36 UTC --- This work-around of changing all entries to tracer(N:N) indeed works, in both the test case as for my original code where I found the problem

[Bug fortran/52512] New: Cannot match namelist object name

2012-03-06 Thread marco at hulten dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52512 Bug #: 52512 Summary: Cannot match namelist object name Classification: Unclassified Product: gcc Version: 4.4.6 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/46010] I/O: Namelist-reading bug

2010-11-02 Thread marco at hulten dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46010 --- Comment #14 from Marco van Hulten marco at hulten dot org 2010-11-02 20:29:17 UTC --- I succesfully compiled the trunk version and hereafter compiled and executed my test case without problems (giving the righ results). I am looking forward

[Bug fortran/46010] I/O: Namelist-reading bug

2010-10-26 Thread marco at hulten dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46010 --- Comment #10 from Marco van Hulten marco at hulten dot org 2010-10-26 09:13:28 UTC --- On Tue, 26 Oct 2010 01:37:08 + jvdelisle wrote: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46010 --- Comment #9 from Jerry DeLisle jvdelisle at gcc

[Bug fortran/46010] I/O: Namelist-reading bug

2010-10-14 Thread marco at hulten dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46010 --- Comment #5 from Marco van Hulten marco at hulten dot org 2010-10-14 18:15:59 UTC --- (In reply to comment #4) [...] The issue is really the .true. (T,true, .false., F, false). If the last item (in the namelist and in the derived type

[Bug fortran/46010] New: reading of structure

2010-10-13 Thread marco at hulten dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46010 Summary: reading of structure Product: gcc Version: 4.5.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran AssignedTo: unassig...@gcc.gnu.org