[Bug fortran/38852] UBOUND fails for negative stride triplets

2009-01-25 Thread pault at gcc dot gnu dot org
--- Comment #7 from pault at gcc dot gnu dot org 2009-01-25 21:08 --- Created an attachment (id=17182) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17182&action=view) A provisional patch for the PR It take back what I said previously:-) The attached bootstraps and regtests OK.

[Bug fortran/38852] UBOUND fails for negative stride triplets

2009-01-25 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2009-01-25 18:21 --- (In reply to comment #5) > (In reply to comment #4) > > (In reply to comment #3) > > >In the latter case, it is non-empty if ubound > lbound only. Comparing > > ubound and lbound according to the stride to check f

[Bug fortran/38852] UBOUND fails for negative stride triplets

2009-01-22 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2009-01-22 12:39 --- (In reply to comment #4) > (In reply to comment #3) >In the latter case, it is non-empty if ubound > lbound only. Comparing > ubound and lbound according to the stride to check for zero-sized arrays > doesn't make

[Bug fortran/38852] UBOUND fails for negative stride triplets

2009-01-20 Thread mikael at gcc dot gnu dot org
--- Comment #4 from mikael at gcc dot gnu dot org 2009-01-20 22:29 --- (In reply to comment #3) > DLA => DDA(2:3, 1:3:2, 5:4:-1, NF2, NF5:NF2:MF2) > > The descriptor built for DLA has negative strides for dimension >= 3. > This makes ubound fail. > Forget this DLA => DDA(2:3, 1:3:2,

[Bug fortran/38852] UBOUND fails for negative stride triplets

2009-01-19 Thread mikael at gcc dot gnu dot org
--- Comment #3 from mikael at gcc dot gnu dot org 2009-01-19 18:48 --- DLA => DDA(2:3, 1:3:2, 5:4:-1, NF2, NF5:NF2:MF2) The descriptor built for DLA has negative strides for dimension >= 3. This makes ubound fail. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38852

[Bug fortran/38852] UBOUND fails for negative stride triplets

2009-01-14 Thread jv244 at cam dot ac dot uk
-- jv244 at cam dot ac dot uk changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last reconfirmed

[Bug fortran/38852] UBOUND fails for negative stride triplets

2009-01-14 Thread jv244 at cam dot ac dot uk
--- Comment #2 from jv244 at cam dot ac dot uk 2009-01-15 05:56 --- looks like this always failed ? -- jv244 at cam dot ac dot uk changed: What|Removed |Added OtherBugsDep

[Bug fortran/38852] UBOUND fails for negative stride triplets

2009-01-14 Thread dominiq at lps dot ens dot fr
--- Comment #1 from dominiq at lps dot ens dot fr 2009-01-14 22:08 --- Confirmed on i686-apple-darwin9/trunk, it also fails with gfortran 4.2.3 and 4.3.3. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38852