--- Comment #7 from pault at gcc dot gnu dot org 2009-12-14 05:20 ---
(In reply to comment #6)
> Paul what is the status of this PR? I see a commit as last comment. Is this
> fixed? Is something missing?
>
>From everything that I can see, it is fixed. Thanks for the reminder.
Paul
-
--- Comment #6 from burnus at gcc dot gnu dot org 2009-12-13 22:05 ---
Paul what is the status of this PR? I see a commit as last comment. Is this
fixed? Is something missing?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40629
--- Comment #5 from pault at gcc dot gnu dot org 2009-07-09 16:49 ---
Subject: Bug 40629
Author: pault
Date: Thu Jul 9 16:48:50 2009
New Revision: 149422
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=149422
Log:
2008-07-09 Paul Thomas
PR fortran/40629
* res
--- Comment #4 from pault at gcc dot gnu dot org 2009-07-08 19:05 ---
(In reply to comment #3)
> Created an attachment (id=18157)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18157&action=view) [edit]
> Fix for bug - not regtested yet
>
> This handles host_assoc_function_*.f90 co
--- Comment #3 from pault at gcc dot gnu dot org 2009-07-08 13:22 ---
Created an attachment (id=18157)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=18157&action=view)
Fix for bug - not regtested yet
This handles host_assoc_function_*.f90 correctly but is not yet regtested.
The t
--- Comment #2 from burnus at gcc dot gnu dot org 2009-07-03 10:13 ---
Confirmed. One first gets the error message from gfc_get_sym_tree (already been
host associated), followed by the segfault, which happens at
==12785== Use of uninitialised value of size 8
==12785==at 0x500F17: gfc
--- Comment #1 from dominiq at lps dot ens dot fr 2009-07-03 08:18 ---
Confirmed on i686-apple-darwin9. More precisely, I get:
pr40629.f90:12.10:
END MODULE
1
Error: Symbol 'x' at (1) has already been host associated
f951: internal compiler error: Bus error
--
http://gcc