[Bug fortran/18899] [gfortran] ubound wrongly calculated for passed array

2005-09-13 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-09-13 08:07 --- Subject: Bug 18899 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-09-13 08:07:16 Modified files: gcc/testsuite : ChangeLog gcc/fortran:

[Bug fortran/18899] [gfortran] ubound wrongly calculated for passed array

2005-09-13 Thread rsandifo at gcc dot gnu dot org
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-09-13 08:08 --- Patch applied to mainline. -- What|Removed |Added Status|ASSIGNED

[Bug fortran/18899] [gfortran] ubound wrongly calculated for passed array

2005-09-13 Thread rsandifo at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|4.1.1 |4.1.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18899

[Bug fortran/18899] [gfortran] ubound wrongly calculated for passed array

2005-09-12 Thread rsandifo at gcc dot gnu dot org
--- Additional Comments From rsandifo at gcc dot gnu dot org 2005-09-12 08:51 --- About to post a patch. -- What|Removed |Added AssignedTo|unassigned at gcc dot gnu

[Bug fortran/18899] [gfortran] ubound wrongly calculated for passed array

2005-09-10 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-09-10 14:56 --- If I replace the declaration of a in foo with, integer :: a(0:1) then the test does pass. So this seems to be a problem with assumed shape arrays. --

[Bug fortran/18899] [gfortran] ubound wrongly calculated for passed array

2005-03-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-20 15:00 --- I get this now: Fail! lbound = 1, ubound = 2 Which is only partly more correct but still wrong. -- What|Removed |Added

[Bug fortran/18899] [gfortran] ubound wrongly calculated for passed array

2004-12-19 Thread steven at gcc dot gnu dot org
-- What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed||1 Keywords|