--- Additional Comments From tobi at gcc dot gnu dot org 2005-06-07 10:18
---
I thought I had already ...
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From sgk at troutmask dot apl dot washington dot
edu 2005-06-07 04:06 ---
Tobi, can we close this PR?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21912
--- Additional Comments From tobi at gcc dot gnu dot org 2005-06-05 19:03
---
Fixed.
--
What|Removed |Added
Target Milestone|--- |4.0.1
http://gc
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-05
19:02 ---
Subject: Bug 21912
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-06-05 19:01:57
Modified files:
gcc/fortran: Change
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-06-05
18:03 ---
Subject: Bug 21912
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-06-05 18:03:47
Modified files:
gcc/fortran: ChangeLog trans-array.c
gcc/
--- Additional Comments From tobi at gcc dot gnu dot org 2005-06-05 13:26
---
Patch here: http://gcc.gnu.org/ml/gcc-patches/2005-06/msg00363.html
--
What|Removed |Added
--
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |tobi at gcc dot gnu dot org
|dot org |
Status|NEW
--- Additional Comments From tobi at gcc dot gnu dot org 2005-06-05 12:19
---
This patch seems to work:
2005-06-05 Tobias Schl"uter <[EMAIL PROTECTED]>
PR fortran/21912
* trans-array.c (gfc_trans_array_constructor_value): Allow for
negative steps in array constru
--- Additional Comments From tobi at gcc dot gnu dot org 2005-06-05 11:11
---
>From the .original-dump, the loop where the array constructor is built:
i = *n;
while (1)
{
if (i > 1) goto L.1; else (void) 0;
^ this is wrong
(*atmp.0.data)[offs
--- Additional Comments From tobi at gcc dot gnu dot org 2005-06-05 10:58
---
Slightly reduced testcase:
[EMAIL PROTECTED] tests]$ cat pr21912.f90
program main
call foo(5)
end program main
subroutine foo(n)
implicit none
integer :: n, i
integer :: k(5)
k = (/(i,i=n,1,-1)/)
p
--
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever Confirmed||1
Last reconfirmed|-00-00 00:00:00 |2005-06-
11 matches
Mail list logo