[Bug fortran/16939] Pointers not passed as subroutine arguments

2005-06-05 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.1 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16939

[Bug fortran/16939] Pointers not passed as subroutine arguments

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 16939 depends on bug 17193, which changed state. Bug 17193 Summary: [meta-bug] Pointer arguments not working correctly http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17193 What|Old Value |New Value ---

[Bug fortran/16939] Pointers not passed as subroutine arguments

2005-06-05 Thread pault at gcc dot gnu dot org
-- Bug 16939 depends on bug 17192, which changed state. Bug 17192 Summary: Functions returning character pointer via argument are broken http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17192 What|Old Value |New Value

[Bug fortran/16939] Pointers not passed as subroutine arguments

2005-06-05 Thread pault at gcc dot gnu dot org
--- Additional Comments From pault at gcc dot gnu dot org 2005-06-05 22:42 --- Fixed in 4.0 and 4.1 -- What|Removed |Added Status|NEW |RE

[Bug fortran/16939] Pointers not passed as subroutine arguments

2005-06-05 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-05 08:59 --- Subject: Bug 16939 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-06-05 08:59:18 Modified files: gcc/fortran: Change

[Bug fortran/16939] Pointers not passed as subroutine arguments

2005-05-29 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-05-29 16:02 --- Subject: Bug 16939 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-05-29 16:02:11 Modified files: gcc/fortran: trans-array.c trans-expr.c Log mess

[Bug fortran/16939] Pointers not passed as subroutine arguments

2005-05-09 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-05-09 16:08 --- Subject: Re: Pointers not passed as subroutine arguments The following fixes PR16939 and regtests. I'll do a full synchronisatio, bootstrap and regtest before posting it on the lists: Best regards Paul

[Bug fortran/16939] Pointers not passed as subroutine arguments

2005-05-09 Thread paulthomas2 at wanadoo dot fr
--- Additional Comments From paulthomas2 at wanadoo dot fr 2005-05-09 16:06 --- That's right Tobi The patch that fixes this bug and regtests is: Index: trans-expr.c === RCS file: /cvsroot/gcc/gcc/gcc/fortran/trans-expr.c,v

[Bug fortran/16939] Pointers not passed as subroutine arguments

2005-05-09 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-05-09 13:40 --- What is wrong is this from the .t02.original dump: create (temp_ptr, _temp_ptr) { char[1:15] * new_item; { void * * ptr.0; ptr.0 = (void * *) &new_item; _gfortran_allocate (ptr.0, 15, 0); }

[Bug fortran/16939] Pointers not passed as subroutine arguments

2005-04-06 Thread paulthomas2 at wanadoo dot fr
t gnu dot org" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 06, 2005 8:37 PM Subject: [Bug fortran/16939] Pointers not passed as subroutine arguments > > --- Additional Comments From pinskia at gcc dot gnu dot org > 2005-04-06 18:37 --- &g

[Bug fortran/16939] Pointers not passed as subroutine arguments

2005-04-06 Thread paulthomas2 at wanadoo dot fr
sday, April 06, 2005 8:37 PM Subject: [Bug fortran/16939] Pointers not passed as subroutine arguments > > --- Additional Comments From pinskia at gcc dot gnu dot org > 2005-04-06 18:37 --- > This looks to me (a non fortran person) a duplicate of bug 17192. &g

[Bug fortran/16939] Pointers not passed as subroutine arguments

2005-04-06 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-06 18:37 --- This looks to me (a non fortran person) a duplicate of bug 17192. -- What|Removed |Added Bu