[Bug fortran/60780] Equivalence statements in nested modules results in fast growing duplicate statements in module files

2015-03-10 Thread russelldub at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60780 --- Comment #8 from russelldub at gmail dot com --- May be the patch should be submitted to fort...@gcc.gnu.org (for next stage1). I'd be happy if this could be resolved. Should I submit or someone with more clout among the gfortran

[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-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 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 those

[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/40958] module files too large

2014-10-13 Thread russelldub at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40958 --- Comment #18 from russelldub at gmail dot com --- Created attachment 33703 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=33703action=edit Proposed patch to fix module equivalence duplicates Here is a proposed fix for the problem related

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

2014-10-13 Thread russelldub at gmail dot com
: fortran Assignee: unassigned at gcc dot gnu.org Reporter: russelldub at gmail dot com Consider the following cray_ptr_issue1.f90: MODULE PTR_MOD IMPLICIT NONE REAL :: ptee1(*) POINTER (ptr1, ptee1) END MODULE PTR_MOD PROGRAM MAIN USE PTR_MOD IMPLICIT NONE WRITE

[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/60780] Equivalence statements in nested modules results in fast growing duplicate statements in module files

2014-10-07 Thread russelldub at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60780 --- Comment #3 from russelldub at gmail dot com --- Any hope for movement on this? I've made some attempts at diagnosing the issue, but not sure why equivalences behave differently than other statements in the modules.

[Bug fortran/60780] Equivalence statements in nested modules results in fast growing duplicate statements in module files

2014-10-07 Thread russelldub at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60780 --- Comment #4 from russelldub at gmail dot com --- Any hope for movement on this? I've made some attempts at diagnosing the issue, but not sure why equivalences behave differently than other statements in the modules.

[Bug fortran/60780] New: Equivalence statements in nested modules results in fast growing duplicate statements in module files

2014-04-07 Thread russelldub at gmail dot com
: UNCONFIRMED Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: russelldub at gmail dot com Created attachment 32558 -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=32558action=edit Code to reproduce issue

[Bug fortran/60780] Equivalence statements in nested modules results in fast growing duplicate statements in module files

2014-04-07 Thread russelldub at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60780 --- Comment #1 from russelldub at gmail dot com --- Equivalence statements in equivalence statements Should read Equivalence statements in modules. Apologies.