[Bug fortran/25071] dummy argument larger than actual argument

2017-09-29 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 Dominique d'Humieres changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/25071] dummy argument larger than actual argument

2017-09-29 Thread dominiq at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #27 from dominiq at gcc dot gnu.org --- Author: dominiq Date: Fri Sep 29 13:19:21 2017 New Revision: 253287 URL: https://gcc.gnu.org/viewcvs?rev=253287&root=gcc&view=rev Log: 2017-09-29 Dominique d'Humieres PR fortran/2507

[Bug fortran/25071] dummy argument larger than actual argument

2017-09-29 Thread dominiq at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #26 from dominiq at gcc dot gnu.org --- Author: dominiq Date: Fri Sep 29 13:15:26 2017 New Revision: 253286 URL: https://gcc.gnu.org/viewcvs?rev=253286&root=gcc&view=rev Log: 2017-09-29 Dominique d'Humieres PR fortran/2507

[Bug fortran/25071] dummy argument larger than actual argument

2017-09-28 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #25 from Dominique d'Humieres --- Patch at https://gcc.gnu.org/ml/fortran/2017-09/msg00126.html.

[Bug fortran/25071] dummy argument larger than actual argument

2017-09-24 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 Dominique d'Humieres changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |dominiq at lps dot ens.fr

[Bug fortran/25071] dummy argument larger than actual argument

2017-09-20 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #23 from Dominique d'Humieres --- > On the current trunk, the patch produces one failure: > > FAIL: gfortran.dg/warn_argument_mismatch_1.f90 -O (test for excess errors) > > Another problem is that it removes the warning for -std=le

[Bug fortran/25071] dummy argument larger than actual argument

2017-09-19 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 janus at gcc dot gnu.org changed: What|Removed |Added Assignee|janus at gcc dot gnu.org |unassigned at gcc dot g

[Bug fortran/25071] dummy argument larger than actual argument

2017-09-18 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #21 from Dominique d'Humieres --- > Please do if you can, after testing on trunk. I can do it if Janus unassign himself.

[Bug fortran/25071] dummy argument larger than actual argument

2016-11-11 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 Jerry DeLisle changed: What|Removed |Added CC||jvdelisle at gcc dot gnu.org --- Comment

[Bug fortran/25071] dummy argument larger than actual argument

2016-11-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #19 from Dominique d'Humieres --- > Any opinions on this? So far 2 for, 0 against. May be the patch can be committed?

[Bug fortran/25071] dummy argument larger than actual argument

2016-01-31 Thread jb at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #18 from Janne Blomqvist --- (In reply to janus from comment #16) > Any opinions on this? +1

[Bug fortran/25071] dummy argument larger than actual argument

2016-01-30 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #17 from Dominique d'Humieres --- > Any opinions on this? It's fine for me.

[Bug fortran/25071] dummy argument larger than actual argument

2016-01-30 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 janus at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |janus at gcc dot gnu.org

[Bug fortran/25071] dummy argument larger than actual argument

2016-01-25 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 Dominique d'Humieres changed: What|Removed |Added Status|REOPENED|NEW --- Comment #15 from Dominiqu

[Bug fortran/25071] dummy argument larger than actual argument

2016-01-25 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #14 from janus at gcc dot gnu.org --- Legacy code like the one in comment #11 should be allowed with -std=legacy only (if at all).

[Bug fortran/25071] dummy argument larger than actual argument

2016-01-25 Thread janus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #13 from janus at gcc dot gnu.org --- (In reply to Dominique d'Humieres from comment #12) > AFAICT everything is fixed, but for > comment 7 preferring an error instead of the warning. Since warnings can be > turned into errors with -We

[Bug fortran/25071] dummy argument larger than actual argument

2015-09-05 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #12 from Dominique d'Humieres --- No activity for more than four years. AFAICT everything is fixed, but for comment 7 preferring an error instead of the warning. Since warnings can be turned into errors with -Werror, I don't think thi

[Bug fortran/25071] dummy argument larger than actual argument

2011-01-27 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #11 from Joost VandeVondele 2011-01-27 13:22:49 UTC --- I actually vaguely recall why this should be a warning, and not be checked for at runtime. This is for legacy codes using real :: a(1) instead of real :: a(*). Something like SU

[Bug fortran/25071] dummy argument larger than actual argument

2011-01-27 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #10 from Tobias Burnus 2011-01-27 09:16:47 UTC --- (In reply to comment #7) > Sorry for being 'a bit' late with comments, but IMHO this should be an error > and not just a warning, because > > 2) Other compilers reject it (so we can't

[Bug fortran/25071] dummy argument larger than actual argument

2011-01-25 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #9 from Tobias Burnus 2011-01-25 12:41:11 UTC --- (In reply to comment #8) > actually, I think this is a kind of error that should be caught at run-time > with -fcheck=arguments (not to say bounds). I guess that's not so easy to > imp

[Bug fortran/25071] dummy argument larger than actual argument

2011-01-25 Thread Joost.VandeVondele at pci dot uzh.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 --- Comment #8 from Joost VandeVondele 2011-01-25 12:12:59 UTC --- (In reply to comment #7) > Reopening.. actually, I think this is a kind of error that should be caught at run-time with -fcheck=arguments (not to say bounds). I guess that's not

[Bug fortran/25071] dummy argument larger than actual argument

2011-01-25 Thread jb at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071 Janne Blomqvist changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug fortran/25071] dummy argument larger than actual argument

2007-07-24 Thread burnus at gcc dot gnu dot org
--- Comment #6 from burnus at gcc dot gnu dot org 2007-07-24 09:42 --- I believe this is fixed by PR30940. The first example gives: Warnung: Actual argument contains too few elements for dummy argument 'i' (4/6) at (1) The second example: Warnung: Character length of actual argument sh

[Bug fortran/25071] dummy argument larger than actual argument

2007-05-04 Thread burnus at gcc dot gnu dot org
--- Comment #5 from burnus at gcc dot gnu dot org 2007-05-04 08:55 --- Note: Only the string length problem is fixed; the array storage extend still needs to be fixed. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25071

[Bug fortran/25071] dummy argument larger than actual argument

2007-05-04 Thread burnus at gcc dot gnu dot org
--- Comment #4 from burnus at gcc dot gnu dot org 2007-05-04 08:54 --- Subject: Bug 25071 Author: burnus Date: Fri May 4 07:54:06 2007 New Revision: 124411 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124411 Log: 2007-05-04 Tobias Burnus <[EMAIL PROTECTED]> PR fort

[Bug fortran/25071] dummy argument larger than actual argument

2007-05-03 Thread patchapp at dberlin dot org
--- Comment #3 from patchapp at dberlin dot org 2007-05-03 20:50 --- Subject: Bug number PR25071 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-05/msg00186.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/25071] dummy argument larger than actual argument

2007-04-19 Thread burnus at gcc dot gnu dot org
--- Comment #2 from burnus at gcc dot gnu dot org 2007-04-19 16:16 --- Analogously for character lengths: program test character(len=10) :: x call foo(x) write(*,*) 'X=',x contains subroutine foo(y) character(len=20) ::

[Bug fortran/25071] dummy argument larger than actual argument

2005-11-26 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2005-11-26 19:48 --- ## g95 ## In file foo.f90:2 CALL TST(I) 1 Error: Array argument at (1) is smaller than the dummy size ## Intel ## fortcom: Error: foo.f90, line 2: The storage extent of the dummy argument exceeds that o