--- Comment #3 from tkoenig at gcc dot gnu dot org 2006-02-25 14:26 ---
*** Bug 26182 has been marked as a duplicate of this bug. ***
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #1 from tkoenig at gcc dot gnu dot org 2006-02-25 14:26 ---
*** This bug has been marked as a duplicate of 20935 ***
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from tkoenig at gcc dot gnu dot org 2006-02-26 19:21 ---
After Tobi's fix for the regression the original patch introduced,
this now works on trunk.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |
--- Comment #3 from tkoenig at gcc dot gnu dot org 2006-03-03 16:18 ---
Subject: Bug 25031
Author: tkoenig
Date: Fri Mar 3 16:18:46 2006
New Revision: 111677
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111677
Log:
2006-03-03 Thomas Koenig <[EMAIL PROTECTED]&g
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-03-04 22:21 ---
Subject: Bug 25075
Author: tkoenig
Date: Sat Mar 4 22:21:52 2006
New Revision: 111718
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111718
Log:
2006-03-04 Thomas Koenig <[EMAIL PROTECTED]&g
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-03-04 22:21 ---
Subject: Bug 25045
Author: tkoenig
Date: Sat Mar 4 22:21:52 2006
New Revision: 111718
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111718
Log:
2006-03-04 Thomas Koenig <[EMAIL PROTECTED]&g
--- Comment #6 from tkoenig at gcc dot gnu dot org 2006-03-05 18:35 ---
Fixed on 4.1 as well.
Closing.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from tkoenig at gcc dot gnu dot org 2006-03-05 18:36 ---
Fixed on 4.1 as well.
Closing.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-03-05 20:03 ---
Subject: Bug 23092
Author: tkoenig
Date: Sun Mar 5 20:03:08 2006
New Revision: 111742
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=111742
Log:
2006-03-05 Thomas Koenig <[EMAIL PROTECTED]&g
--- Comment #6 from tkoenig at gcc dot gnu dot org 2006-03-05 20:03 ---
Fixed on 4.1.
Closing.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from tkoenig at gcc dot gnu dot org 2006-03-07 22:33 ---
Created an attachment (id=10987)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10987&action=view)
partial patch
This is a partial proof-of-concept patch that only deals
with minloc. The test should be
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-03-10 23:07 ---
Created an attachment (id=11019)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11019&action=view)
More complete patch
Here's a more complete patch, which should do the Right Thing.
--
tkoeni
--- Comment #20 from tkoenig at gcc dot gnu dot org 2006-03-13 17:53
---
I'll take this, implementing the simplistic approach
(generating an error for >2GB record sizes). This should
keep the complexity down.
--
tkoenig at gcc dot gnu dot org changed:
What
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P3
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tkoenig at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26735
--- Comment #3 from tkoenig at gcc dot gnu dot org 2006-03-17 21:12 ---
Following the discussion on comp.lang.fortran on this subject,
I'm tempted to mark this WONTFIX. This feature can cause
a lot of headaches to implement and is of questionable
semantics.
Any objec
--- Comment #1 from tkoenig at gcc dot gnu dot org 2006-03-20 19:33 ---
Same for reshape, as noted on the mailing list.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from tkoenig at gcc dot gnu dot org 2006-03-20 20:13 ---
The way to solve is is to add transpose_r_10.c and reshape_r_10.c
to libgfortran's Makefile.am, then regenerating (which I am always a
little afraid of :-) and modifying the front end to call the 'r
--- Comment #7 from tkoenig at gcc dot gnu dot org 2006-03-20 21:56 ---
Subject: Bug 20935
Author: tkoenig
Date: Mon Mar 20 21:56:00 2006
New Revision: 112230
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112230
Log:
2006-03-20 Thomas Koenig <[EMAIL PROTECTED]&g
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
AssignedTo|unassigned at gcc dot gnu |tkoenig at gcc dot gnu dot
|dot org
--- Comment #22 from tkoenig at gcc dot gnu dot org 2006-03-22 19:09
---
Subject: Bug 19303
Author: tkoenig
Date: Wed Mar 22 19:09:11 2006
New Revision: 112290
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112290
Log:
2006-03-22 Thomas Koenig <[EMAIL PROTECTED]&g
--- Comment #3 from tkoenig at gcc dot gnu dot org 2006-03-22 20:06 ---
Created an attachment (id=11099)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=11099&action=view)
patch
This patch adds the appropriate _r10 versions.
It also includes the reversal of automake to 1.9.3
--- Comment #4 from tkoenig at gcc dot gnu dot org 2006-03-23 18:36 ---
There is a problem with the current solution on trunk.
When we do
allocate (a(10))
allocate (a(20),stat=i)
the size information is changed, but the size of the array is not.
--
http://gcc.gnu.org
--- Comment #4 from tkoenig at gcc dot gnu dot org 2006-03-25 21:15 ---
Subject: Bug 26769
Author: tkoenig
Date: Sat Mar 25 21:15:48 2006
New Revision: 112381
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112381
Log:
2006-03-25 Thomas Koenig <[EMAIL PROTECTED]&g
--- Comment #2 from tkoenig at gcc dot gnu dot org 2006-03-25 21:31 ---
Subject: Bug 26735
Author: tkoenig
Date: Sat Mar 25 21:31:48 2006
New Revision: 112382
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112382
Log:
2006-03-25 Thomas Koenig <[EMAIL PROTECTED]&g
--- Comment #3 from tkoenig at gcc dot gnu dot org 2006-03-25 21:53 ---
Fixed on trunk.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
Summary
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-03-25 21:54 ---
Fixed on trunk.
There is general agreement that reshape and transpose should also have
their corresponding real types, so let's keep this bug open as a reminder.
--
http://gcc.gnu.org/bugzilla/show_bug.c
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-03-25 22:01 ---
Reduced test case:
program main
logical, dimension(2) :: mask1, mask2
mask2 = logical(mask1)
end program main
Unless I miss something, the logical is a no-op.
--
tkoenig at gcc dot gnu dot org changed
--- Comment #4 from tkoenig at gcc dot gnu dot org 2006-03-25 22:21 ---
As agreed on the mailing list, I'm closing this as WONTFIX.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-03-27 20:05 ---
Subject: Bug 25378
Author: tkoenig
Date: Mon Mar 27 20:05:24 2006
New Revision: 112425
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112425
Log:
2006-03-27 Thomas Koenig <[EMAIL PROTECTED]&g
--- Comment #8 from tkoenig at gcc dot gnu dot org 2006-03-27 20:05 ---
Subject: Bug 20935
Author: tkoenig
Date: Mon Mar 27 20:05:24 2006
New Revision: 112425
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112425
Log:
2006-03-27 Thomas Koenig <[EMAIL PROTECTED]&g
--- Comment #9 from tkoenig at gcc dot gnu dot org 2006-03-29 19:29 ---
Fixed on 4.1. Closing.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20935
--- Comment #10 from tkoenig at gcc dot gnu dot org 2006-03-29 19:30
---
Really closing.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #6 from tkoenig at gcc dot gnu dot org 2006-03-29 19:31 ---
Fixed on 4.1. Closing.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-03-30 16:30 ---
Subject: Bug 25031
Author: tkoenig
Date: Thu Mar 30 16:30:26 2006
New Revision: 112539
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112539
Log:
2006-03-30 Thomas Koenig <[EMAIL PROTECTED]&g
--- Comment #23 from tkoenig at gcc dot gnu dot org 2006-03-31 21:13
---
Subject: Bug 19303
Author: tkoenig
Date: Fri Mar 31 21:13:46 2006
New Revision: 112590
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112590
Log:
PR fortran/19303
Backport from
--- Comment #24 from tkoenig at gcc dot gnu dot org 2006-03-31 21:24
---
Fixed on 4.1. Closing.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #5 from tkoenig at gcc dot gnu dot org 2006-04-01 20:08 ---
Subject: Bug 26735
Author: tkoenig
Date: Sat Apr 1 20:08:39 2006
New Revision: 112609
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112609
Log:
2006-04-01 Thomas Koenig <[EMAIL PROTECTED]&g
--- Comment #6 from tkoenig at gcc dot gnu dot org 2006-04-01 20:09 ---
Also fixed on 4.1. Closing.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #2 from tkoenig at gcc dot gnu dot org 2006-04-02 18:41 ---
The test case also exposes a problem with the way that
the result is stored.
Look at this:
$ cat matmul.f90
program main
implicit none
real(8) :: a(2,9), b(9,7), c(2,7)
integer :: i, j
a = 1.d0
b = 2.d0
--- Comment #3 from tkoenig at gcc dot gnu dot org 2006-04-02 19:21 ---
(In reply to comment #2)
> The test case also exposes a problem with the way that
> the result is stored.
Actually, it doesn't. Storing the result is OK, clearing beforehand isn't.
--
ht
--- Comment #6 from tkoenig at gcc dot gnu dot org 2006-04-08 17:05 ---
Subject: Bug 25031
Author: tkoenig
Date: Sat Apr 8 17:05:52 2006
New Revision: 112783
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112783
Log:
2006-04-08 Thomas Koenig <[EMAIL PROTECTED]&g
--- Comment #7 from tkoenig at gcc dot gnu dot org 2006-04-08 17:06 ---
Fixed on 4.1. Closing.
--
tkoenig at gcc dot gnu dot org changed:
What|Removed |Added
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-04-19
18:51 ---
descriptor.offset (in the front end) aka descriptor->base
in the library is currently useless.
Look at this:
$ cat offset.f90
program main
real :: a(2,2)
real, allocatable :: b(:,:)
real, poin
ses memory corruption
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tkoenig at gcc dot gnu dot org
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tkoenig at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21127
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-04-23
18:09 ---
> I think you copy/pasted the wrong "working" testcase.
Yes, I did :-(
Here is a corrected version.
$ gfortran reshape-0.f90
$ ./a.out
Aborted
$ cat reshape-0.f90
! { dg-do run }
! Thi
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-04-23
18:26 ---
(In reply to comment #2)
> Or, alternatively, we could call reshape_generic. Which of course would be
> evil
> from a performance standpoitn :-)
Actually, that's what we are doing for a lot
--
What|Removed |Added
Known to fail||4.0.0
Known to work||4.1.0
Summary|usring nested reshape |[4
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-04-28
08:07 ---
In 4.1, this is now a runtime error:
$ cat maxloc-2.f90
integer, dimension(0:1,0:1) :: n
integer, dimension(1) :: i
n = reshape((/1, 2, 3, 4/), shape(n))
i = maxloc(n)
print *,i
end program
ion: 4.1.0
Status: UNCONFIRMED
Keywords: ice-on-valid-code
Severity: normal
Priority: P2
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tkoenig at gcc dot gnu dot org
CC: gcc-b
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-04-29
07:29 ---
Fixed in 4.1, should be merged with 4.0
--
What|Removed |Added
Known to fail
Priority: P2
Component: tree-optimization
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tkoenig at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21278
tsuite failures
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tkoenig at gcc dot gnu dot org
CC: gcc-
ReportedBy: tkoenig at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21333
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-02
11:58 ---
Filling allocated memory with garbage is even more fun,
this causes around 3000 testsuite failures.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21324
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-02
14:29 ---
Created an attachment (id=8801)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8801&action=view)
Proposed patch
--
What|Removed
--
What|Removed |Added
Known to fail||4.0.0
Known to work||4.1.0
Summary|eoshift segfaults when |[4
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-03
06:52 ---
Patch here:
http://gcc.gnu.org/ml/fortran/2005-05/msg00016.html
--
What|Removed |Added
--
Bug 19292 depends on bug 20224, which changed state.
Bug 20224 Summary: gfortran - flags error on strange, but correct f66 program
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20224
What|Old Value |New Value
---
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-03
07:04 ---
Resolving as WONTFIX, as agreed. There realy isn't a good reason
to support this.
Thomas
--
What|Removed |
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-03
08:23 ---
Patch here:
http://gcc.gnu.org/ml/fortran/2005-04/msg00716.html
--
What|Removed |Added
correctly
Product: gcc
Version: 4.1.0
Status: UNCONFIRMED
Keywords: wrong-code
Severity: normal
Priority: P2
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tkoenig at gcc dot gnu
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-03
19:45 ---
Patch committed to 4.0.1. Fixed.
--
What|Removed |Added
Status|NEW
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-03
19:46 ---
Patch committed to 4.0.1. Fixed.
--
What|Removed |Added
Status|NEW
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-03
19:47 ---
Patch committed to 4.0.1. Fixed.
--
What|Removed |Added
Status|NEW
--
Bug 19292 depends on bug 20092, which changed state.
Bug 20092 Summary: [4.0 only] console input doesn't deal correctly with CR
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20092
What|Old Value |New Value
--
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-03
19:47 ---
Patch committed to 4.0.1. Fixed.
--
What|Removed |Added
Status|NEW
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-03
19:48 ---
Patch committed to 4.0.1. Fixed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20661
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-03
19:49 ---
Patch committed to 4.0.1. Fixed.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17992
--
Bug 19292 depends on bug 20108, which changed state.
Bug 20108 Summary: [4.0 only] incorrect run time error on formatted read
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20108
What|Old Value |New Value
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-03
19:49 ---
Patch committed to 4.0.1. Fixed.
--
What|Removed |Added
Status|NEW
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-03
19:51 ---
Patch committed to 4.0.1. Fixed.
--
What|Removed |Added
Status|NEW
--
Bug 20661 depends on bug 19568, which changed state.
Bug 19568 Summary: [4.0 only] incorrect formatted read
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19568
What|Old Value |New Value
--
--
Bug 19595 depends on bug 19568, which changed state.
Bug 19568 Summary: [4.0 only] incorrect formatted read
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19568
What|Old Value |New Value
--
--
Bug 19595 depends on bug 20661, which changed state.
Bug 20661 Summary: [4.0 only] End of record not detected
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20661
What|Old Value |New Value
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-03
19:51 ---
Patch committed to 4.0.1. Fixed.
--
What|Removed |Added
Status|NEW
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-03
19:51 ---
Patch committed to 4.0.1. Fixed.
--
What|Removed |Added
Status|NEW
--
Bug 19292 depends on bug 17992, which changed state.
Bug 17992 Summary: [4.0 only] reading empty line does not return 0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17992
What|Old Value |New Value
--
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-03
19:52 ---
Patch committed to 4.0.1. Fixed.
--
What|Removed |Added
Status|NEW
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-06
07:30 ---
Fixed in 4.1, still needs to be applied to 4.0.
--
What|Removed |Added
AssignedTo
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-07
19:49 ---
Fixed in the 4.0 branch. Closing.
--
What|Removed |Added
Status|NEW
Version: 4.1.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: enhancement
Priority: P2
Component: libfortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tkoenig at gcc dot gnu dot org
CC:
NCONFIRMED
Keywords: missed-optimization
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tkoenig at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.or
--
What|Removed |Added
Severity|normal |enhancement
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21470
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-12
19:12 ---
Fixed in mainline and 4.0.
--
What|Removed |Added
Status|ASSIGNED
ostic
Severity: normal
Priority: P2
Component: fortran
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: tkoenig at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21565
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-17
13:25 ---
For ia-64, this can be exposed with prctl:
$ gfortran packtest.f90
$ prctl --unaligned=signal gdb ./a.out
GNU gdb Red Hat Linux (6.1post-1.20040607.52rh)
Copyright 2004 Free Software Foundation, Inc.
GDB
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-17
13:32 ---
(In reply to comment #3)
> The bug is that gfortran apparently does not support printing of namelists. I
> don't know if this is in the fortran standard or not, but it is a very common
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-19
22:10 ---
Fixed on mainline and 4.0.
There are still some reshape bugs in 4.0 which are not specific to
complex numbers, and whose fixes need to be backported.
--
What|Removed
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-19
22:22 ---
(In reply to comment #3)
> I have no idea why it would only fail at -O0 though, the .original dump on
> i586-linux looks fine, and there's nothing strongly system specific in it.
This may b
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-20
22:52 ---
Fixed in 4.0.
--
What|Removed |Added
Status|NEW
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-21
20:29 ---
Fixed in 4.0.
--
What|Removed |Added
Status|NEW
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-21
20:30 ---
Fixed in 4.0.
--
What|Removed |Added
Status|NEW
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-21
20:31 ---
Fixed in 4.0.
--
What|Removed |Added
Status|NEW
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-21
20:34 ---
Fixed in 4.0.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18495
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-21
20:34 ---
Fixed.
--
What|Removed |Added
Status|NEW |RESOLVED
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-23
16:00 ---
Looks like there is another memory allocation issue:
$ cat unpack.f90
program main
real, dimension(5) :: a
a = (/(real(i),i=1,5)/)
print *, unpack(a(:), a(:)>0, 0.)
end
$ gfortran unpack.
2.1&r2=1.5.12.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/reshape_i8.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.5.12.1&r2=1.5.12.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/generated/sum_c4.c.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-23
20:05 ---
Fixed in 4.0. Closing.
--
What|Removed |Added
Status|ASSIGNED
--- Additional Comments From tkoenig at gcc dot gnu dot org 2005-05-23
20:10 ---
According to a discussion on the fortran mailing
list, some initial work seems to have been done:
http://gcc.gnu.org/ml/fortran/2005-04/msg00071.html
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id
1301 - 1400 of 1518 matches
Mail list logo