[Bug fortran/25669] LBOUND (array), as actual arg,causes fatal error.

2006-04-22 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2006-04-23 05:44 --- Fixed on trunk and 4.1 Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/25669] LBOUND (array), as actual arg,causes fatal error.

2006-04-22 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2006-04-23 05:33 --- Subject: Bug 25669 Author: pault Date: Sun Apr 23 05:33:16 2006 New Revision: 113191 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113191 Log: 2006-04-23 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25669] LBOUND (array), as actual arg,causes fatal error.

2006-04-15 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2006-04-16 03:45 --- Subject: Bug 25669 Author: pault Date: Sun Apr 16 03:45:24 2006 New Revision: 112981 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112981 Log: 2006-04-16 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/25669] LBOUND (array), as actual arg,causes fatal error.

2006-01-27 Thread paul dot richard dot thomas at cea dot fr
--- Comment #6 from paul dot richard dot thomas at cea dot fr 2006-01-27 11:04 --- (In reply to comment #5) > Confirmed (for now, unless you feel this is an exact dup of bug 18003). I think that it might well be a duplicate but cannot be sure. Paul -- http://gcc.gnu.org/bugzilla/

[Bug fortran/25669] LBOUND (array), as actual arg,causes fatal error.

2006-01-06 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2006-01-06 13:56 --- Confirmed (for now, unless you feel this is an exact dup of bug 18003). -- pinskia at gcc dot gnu dot org changed: What|Removed |Added -

[Bug fortran/25669] LBOUND (array), as actual arg,causes fatal error.

2006-01-04 Thread paul dot richard dot thomas at cea dot fr
--- Comment #4 from paul dot richard dot thomas at cea dot fr 2006-01-04 14:26 --- (In reply to comment #2) > Actually assumed sized is not the full issue, see PR 18003. You are right about this. Turn the declaration for a into an explicit full-array, rather than assumed size. I have

[Bug fortran/25669] LBOUND (array), as actual arg,causes fatal error.

2006-01-04 Thread paul dot richard dot thomas at cea dot fr
--- Comment #3 from paul dot richard dot thomas at cea dot fr 2006-01-04 14:25 --- (In reply to comment #2) > Actually assumed sized is not the full issue, see PR 18003. You are right about this. Turn the declaration for a into an explicit full-array, rather than assumed size. I have