[Bug fortran/67894] bounds of assumed-rank dummy argument not equal to actual argument

2015-10-09 Thread john.donners at surfsara dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67894 --- Comment #6 from John Donners --- I did have a look at the gcc code to see if I could change this, but I don't know where to start. I did see the tests for the assumed rank bounds and I could help to change those.

[Bug fortran/67894] bounds of assumed-rank dummy argument not equal to actual argument

2015-10-09 Thread john.donners at surfsara dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67894 --- Comment #4 from John Donners --- I think that you meant an assumed-shape array with real,dimension(:,:,:) :: a The assumed-shape array is described in section 5.5.8.3 of the draft standard and it explicitly says that the lower bound is 1,

[Bug fortran/67894] bounds of assumed-rank dummy argument not equal to actual argument

2015-10-09 Thread john.donners at surfsara dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67894 --- Comment #2 from John Donners --- Hello Dominique, thank you for your reaction. Yes, I should have added the output and my expectation. I expected to see the following: Actual argument, allocatable, lbound= 3 10

[Bug fortran/67894] New: bounds of assumed-rank dummy argument not equal to actual argument

2015-10-08 Thread john.donners at surfsara dot nl
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: john.donners at surfsara dot nl Target Milestone: --- the draft Fortran 2015 standard reads: An actual argument of any rank may correspond to an assumed-rank dummy argument. The

[Bug fortran/63922] Compiler error with OpenMP, default(none) and an integer parameter array

2015-01-05 Thread john.donners at surfsara dot nl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63922 John Donners changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug fortran/63922] New: Compiler error with OpenMP, default(none) and an integer parameter array

2014-11-17 Thread john.donners at surfsara dot nl
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: john.donners at surfsara dot nl the following test code produces a compiler error: $ cat test.f90 program omp implicit none integer i,region integer,parameter::l=4 integer