[Bug fortran/82895] An internal routine used in a parallel section (OpenMP) does not get the values of thread-private variables

2017-11-10 Thread arjen.markus at deltares dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82895 --- Comment #6 from Arjen Markus --- Thanks for the explanation and the adjusted example. This is clear enough.

[Bug fortran/82895] An internal routine used in a parallel section (OpenMP) does not get the values of thread-private variables

2017-11-09 Thread arjen.markus at deltares dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82895 --- Comment #4 from Arjen Markus --- It was precisely this sort of issues that led me to write this small sample program. And I realised this morning, that indeed the host variables need to be avoided. But does: - loop_body accesses the

[Bug fortran/82895] An internal routine used in a parallel section (OpenMP) does not get the values of thread-private variables

2017-11-08 Thread arjen.markus at deltares dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82895 --- Comment #2 from Arjen Markus --- Clear, so the workaround I found actually constitutes the proper method of doing this?

[Bug fortran/82895] New: An internal routine used in a parallel section (OpenMP) does not get the values of thread-private variables

2017-11-08 Thread arjen.markus at deltares dot nl
Status: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: arjen.markus at deltares dot nl Target Milestone: --- Created attachment 42559 --> https://gcc.gnu.org/bugzi

[Bug fortran/82056] New: Automatic array can be sized via allocatable array

2017-08-31 Thread arjen.markus at deltares dot nl
Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: arjen.markus at deltares dot nl Target Milestone: --- The following program is accepted without complaints from the compiler: module chkdim implicit none contains subroutine calculate real, dimension

[Bug fortran/56667] New: Syntax error causes misleading message: Expected PARAMETER symbol in complex constant

2013-03-20 Thread arjen.markus at deltares dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56667 Bug #: 56667 Summary: Syntax error causes misleading message: Expected PARAMETER symbol in complex constant Classification: Unclassified Product: gcc Version: 4.7.1

[Bug fortran/56520] New: Syntax error causes misleading message: Invalid character in name

2013-03-04 Thread arjen.markus at deltares dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56520 Bug #: 56520 Summary: Syntax error causes misleading message: Invalid character in name Classification: Unclassified Product: gcc Version: 4.7.1 Status:

[Bug fortran/56284] New: ICE with contained routine which inappropriately compares a string and a number

2013-02-11 Thread arjen.markus at deltares dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56284 Bug #: 56284 Summary: ICE with contained routine which inappropriately compares a string and a number Classification: Unclassified Product: gcc Version: 4.7.2

[Bug fortran/56284] ICE with contained routine which inappropriately compares a string and a number

2013-02-11 Thread arjen.markus at deltares dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56284 --- Comment #1 from Arjen Markus arjen.markus at deltares dot nl 2013-02-11 09:01:29 UTC --- Correcting the mistakes still causes an ICE

[Bug fortran/53537] New: Abstract interface with import interferes with only-clause

2012-05-31 Thread arjen.markus at deltares dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53537 Bug #: 53537 Summary: Abstract interface with import interferes with only-clause Classification: Unclassified Product: gcc Version: 4.6.1 Status: UNCONFIRMED

[Bug fortran/51550] New: ICE in gfc_get_derived_type, at fortran/trans-types.c:2401

2011-12-14 Thread arjen.markus at deltares dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51550 Bug #: 51550 Summary: ICE in gfc_get_derived_type, at fortran/trans-types.c:2401 Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED

[Bug fortran/51052] New: Internal compiler error in gfc_conv_component

2011-11-09 Thread arjen.markus at deltares dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51052 Bug #: 51052 Summary: Internal compiler error in gfc_conv_component Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED Severity: normal

[Bug fortran/47728] New: Assigning an object of one type to a class variable leads to an ICE

2011-02-14 Thread arjen.markus at deltares dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47728 Summary: Assigning an object of one type to a class variable leads to an ICE Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug fortran/47730] New: ICE as a consequence of invalid source code attempting to register a type-bound procedure

2011-02-14 Thread arjen.markus at deltares dot nl
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47730 Summary: ICE as a consequence of invalid source code attempting to register a type-bound procedure Product: gcc Version: 4.6.0 Status: UNCONFIRMED Severity: normal