[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

2018-05-13 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 kargl at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P4 Status|WAITING

[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

2018-05-13 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 --- Comment #14 from kargl at gcc dot gnu.org --- Author: kargl Date: Sun May 13 17:18:05 2018 New Revision: 260213 URL: https://gcc.gnu.org/viewcvs?rev=260213=gcc=rev Log: 2018-05-13 Steven G. Kargl PR

[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

2018-03-13 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

2014-12-07 Thread russelldub at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 --- Comment #11 from russelldub at gmail dot com --- Nasty answer: what did you do to fix it? I RTFM and saw at https://gcc.gnu.org/onlinedocs/gfortran/Cray-pointers.html#Cray-pointers That's a tad bit harsh. I don't recall Russell

[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

2014-12-07 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch changed: What|Removed |Added CC|

[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

2014-12-06 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 --- Comment #9 from Dominique d'Humieres dominiq at lps dot ens.fr --- Not sure what correct etiquette is for checking on bug status, but this has been sitting for close to two months now, so I thought I would poke my head in again. Nasty

[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

2014-12-06 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 --- Comment #10 from Steve Kargl sgk at troutmask dot apl.washington.edu --- On Sat, Dec 06, 2014 at 04:38:53PM +, dominiq at lps dot ens.fr wrote: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 --- Comment #9 from Dominique

[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

2014-12-03 Thread russelldub at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 --- Comment #8 from russelldub at gmail dot com --- Not sure what correct etiquette is for checking on bug status, but this has been sitting for close to two months now, so I thought I would poke my head in again.

[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

2014-10-15 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 Dominique d'Humieres dominiq at lps dot ens.fr changed: What|Removed |Added Status|UNCONFIRMED |WAITING

[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

2014-10-15 Thread russelldub at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 --- Comment #7 from russelldub at gmail dot com --- (In reply to Dominique d'Humieres from comment #6) AFAICT the ICE with REAL :: ptee1(10) has been fixed for gfortran 4.9.1 and above (also for 4.8.4). I can't easily test with either of

[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

2014-10-14 Thread russelldub at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 --- Comment #4 from russelldub at gmail dot com --- With ifort, are you compiling with whatever flag enforces standards conformance. I need to go hunting through the standard to see if assumed size arrays are allowed in the declaration

[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

2014-10-14 Thread russelldub at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 --- Comment #5 from russelldub at gmail dot com --- With ifort, are you compiling with whatever flag enforces standards conformance. I need to go hunting through the standard to see if assumed size arrays are allowed in the declaration

[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

2014-10-13 Thread kargl at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

2014-10-13 Thread russelldub at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 --- Comment #2 from russelldub at gmail dot com --- (In reply to kargl from comment #1) (In reply to russelldub from comment #0) Consider the following cray_ptr_issue1.f90: MODULE PTR_MOD IMPLICIT NONE REAL :: ptee1(*) POINTER

[Bug fortran/63529] Bad error and ICE with Cray Pointers in Modules

2014-10-13 Thread sgk at troutmask dot apl.washington.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 --- Comment #3 from Steve Kargl sgk at troutmask dot apl.washington.edu --- On Tue, Oct 14, 2014 at 12:49:52AM +, russelldub at gmail dot com wrote: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63529 --- Comment #2 from russelldub at