[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2018-02-12 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35299 kargl at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2018-02-12 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35299 --- Comment #14 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Feb 12 18:26:44 2018 New Revision: 257597 URL: https://gcc.gnu.org/viewcvs?rev=257597=gcc=rev Log: 2018-02-12 Francois-Xavier Coudert PR

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2018-02-12 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35299 --- Comment #13 from kargl at gcc dot gnu.org --- Author: kargl Date: Mon Feb 12 18:08:02 2018 New Revision: 257594 URL: https://gcc.gnu.org/viewcvs?rev=257594=gcc=rev Log: 2018-02-12 Francois-Xavier Coudert PR

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2018-02-11 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35299 --- Comment #12 from kargl at gcc dot gnu.org --- Author: kargl Date: Sun Feb 11 19:07:55 2018 New Revision: 257568 URL: https://gcc.gnu.org/viewcvs?rev=257568=gcc=rev Log: Commit ChangeLog entries forgotten in r257566. 2018-02-11

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2018-02-11 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35299 --- Comment #11 from kargl at gcc dot gnu.org --- Author: kargl Date: Sun Feb 11 18:55:31 2018 New Revision: 257566 URL: https://gcc.gnu.org/viewcvs?rev=257566=gcc=rev Log: 2018-02-11 Francois-Xavier Coudert PR

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2008-08-08 Thread jv244 at cam dot ac dot uk
--- Comment #9 from jv244 at cam dot ac dot uk 2008-08-08 21:06 --- what is the 'rejects-valid' testcase here? apart from ifort, all compilers I can access right now reject the program in the initial comment. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35299

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2008-08-08 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #10 from sgk at troutmask dot apl dot washington dot edu 2008-08-08 23:46 --- Subject: Re: scope of variables in statement function do not acquire rank from host On Fri, Aug 08, 2008 at 09:06:37PM -, jv244 at cam dot ac dot uk wrote: --- Comment #9 from jv244

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2008-02-29 Thread fxcoudert at gcc dot gnu dot org
--- Comment #2 from fxcoudert at gcc dot gnu dot org 2008-02-29 17:53 --- I disagree. In Fortran 2003 12.5.4, C1263/R1238 says The function-name and each dummy-arg-name shall be specified, explicitly or implicitly, to be scalar.. Intel accepts it, but IBM, g95 and (most importantly)

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2008-02-29 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #3 from sgk at troutmask dot apl dot washington dot edu 2008-02-29 20:15 --- Subject: Re: scope of variables in statement function do not acquire rank from host On Fri, Feb 29, 2008 at 05:53:40PM -, fxcoudert at gcc dot gnu dot org wrote: I disagree. In Fortran 2003

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2008-02-29 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #5 from sgk at troutmask dot apl dot washington dot edu 2008-02-29 20:41 --- Subject: Re: scope of variables in statement function do not acquire rank from host On Fri, Feb 29, 2008 at 08:23:16PM -, fxcoudert at gcc dot gnu dot org wrote: (In reply to comment #3)

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2008-02-29 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2008-02-29 20:23 --- (In reply to comment #3) The dummy arguments have a scope of the statement function. Each dummy argument has the same type and type parameters as the entity of the same name in the scoping unit

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2008-02-29 Thread fxcoudert at gcc dot gnu dot org
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2008-02-29 22:55 --- I've thought about it more, and it's probably going to be tricky to solve: after we have matched the formal arglist, we need to fill the namespace with replacement symbols for all the dummy args (stripping them

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2008-02-29 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #7 from sgk at troutmask dot apl dot washington dot edu 2008-02-29 23:05 --- Subject: Re: scope of variables in statement function do not acquire rank from host On Fri, Feb 29, 2008 at 10:55:31PM -, fxcoudert at gcc dot gnu dot org wrote: --- Comment #6 from fxcoudert

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2008-02-29 Thread sgk at troutmask dot apl dot washington dot edu
--- Comment #8 from sgk at troutmask dot apl dot washington dot edu 2008-02-29 23:52 --- Subject: Re: scope of variables in statement function do not acquire rank from host Don't worry, I share your confusion (when I read the standard). :) I think the passage you quote applies

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2008-02-23 Thread tkoenig at gcc dot gnu dot org
--- Comment #1 from tkoenig at gcc dot gnu dot org 2008-02-23 20:22 --- Confirmed. -- tkoenig at gcc dot gnu dot org changed: What|Removed |Added CC|

[Bug fortran/35299] scope of variables in statement function do not acquire rank from host

2008-02-22 Thread kargl at gcc dot gnu dot org
-- kargl at gcc dot gnu dot org changed: What|Removed |Added Known to fail||4.2.3 4.4.0 Priority|P3 |P5