[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-20 Thread pault at gcc dot gnu dot org
--- Comment #11 from pault at gcc dot gnu dot org 2006-08-20 08:21 --- Subject: Bug 28735 Author: pault Date: Sun Aug 20 08:20:26 2006 New Revision: 116269 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116269 Log: 2006-08-20 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-20 Thread pault at gcc dot gnu dot org
--- Comment #12 from pault at gcc dot gnu dot org 2006-08-20 17:45 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-19 Thread pault at gcc dot gnu dot org
--- Comment #10 from pault at gcc dot gnu dot org 2006-08-20 05:46 --- Subject: Bug 28735 Author: pault Date: Sun Aug 20 05:45:43 2006 New Revision: 116268 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=116268 Log: 2006-08-20 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-17 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-08-17 14:57 --- (In reply to comment #6) OK I understand it now. The PRIVATE declaration prevents references to 'a' and 'b' from being resolved, when USEing dummybdy_comm, because it suppresses the symtree. This is demonstrated by

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-17 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-08-17 15:03 --- Sorry, meant to accept this on the last reply. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-17 Thread patchapp at dberlin dot org
--- Comment #9 from patchapp at dberlin dot org 2006-08-18 05:30 --- Subject: Bug number PR28735 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/2006-08/msg00635.html --

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-16 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2006-08-16 22:00 --- Andrews, The proposed fix is a good start but I am going to go at this one carefully - the ICE goes away if the PRIVATE in dummybdy_com is removed; I want to find out why this is first. Paul --

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-15 Thread adsspamtrap01 at yahoo dot com
--- Comment #1 from adsspamtrap01 at yahoo dot com 2006-08-15 18:35 --- Err, nix the use bdy_comm line. Sample fortran code should read: subroutine sub( myint ) use domdec return end -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28735

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-08-15 18:50 --- Can you provide the source that generated the module? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28735

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-15 Thread adsspamtrap01 at yahoo dot com
--- Comment #3 from adsspamtrap01 at yahoo dot com 2006-08-15 21:52 --- (In reply to comment #2) Can you provide the source that generated the module? Sorry, no. It is from the COAMPS project (http://www.nrlmry.navy.mil/coamps-web/web/home). Source for the project is available

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-15 Thread adsspamtrap01 at yahoo dot com
--- Comment #4 from adsspamtrap01 at yahoo dot com 2006-08-15 22:24 --- (In reply to comment #2) Can you provide the source that generated the module? (In reply to comment #2) Can you provide the source that generated the module? OK, I've put together some sample .F files that

[Bug fortran/28735] Crash in resolve.c - related to contents of .mod

2006-08-15 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-08-15 23:01 --- Confirmed on 20060621's mainline. Backtrace: #0 0x0808cbfa in resolve_ref (expr=0x872a438) at /home/apinski/src/gcc-fsf/local/trunk/gcc/fortran/resolve.c:2409 #1 0x0808d63c in gfc_resolve_expr (e=0x872a438)