[Bug fortran/40629] Host association problem

2009-12-13 Thread pault at gcc dot gnu dot org
--- 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 -

[Bug fortran/40629] Host association problem

2009-12-13 Thread burnus at gcc dot gnu dot org
--- 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

[Bug fortran/40629] Host association problem

2009-07-09 Thread pault at gcc dot gnu dot org
--- 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

[Bug fortran/40629] Host association problem

2009-07-08 Thread pault at gcc dot gnu dot org
--- 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

[Bug fortran/40629] Host association problem

2009-07-08 Thread pault at gcc dot gnu dot org
--- 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

[Bug fortran/40629] Host association problem

2009-07-03 Thread burnus at gcc dot gnu dot org
--- 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

[Bug fortran/40629] Host association problem

2009-07-03 Thread dominiq at lps dot ens dot fr
--- 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