--
What|Removed |Added
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19479
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-01 00:44
---
Fixed on mainline and branch.
--
What|Removed |Added
Status|NEW
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-01
00:43 ---
Subject: Bug 19479
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-03-01 00:43:16
Modified files:
gcc/fortran: Change
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-01
00:42 ---
Subject: Bug 19479
CVSROOT:/cvs/gcc
Module name:gcc
Branch: gcc-4_0-branch
Changes by: [EMAIL PROTECTED] 2005-03-01 00:42:11
Modified files:
gcc/testsuite : Change
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-03-01
00:41 ---
Subject: Bug 19479
CVSROOT:/cvs/gcc
Module name:gcc
Changes by: [EMAIL PROTECTED] 2005-03-01 00:41:42
Modified files:
gcc/fortran: ChangeLog simplify.c
gcc/tes
--- Additional Comments From tobi at gcc dot gnu dot org 2005-02-27 13:54
---
Patch here: http://gcc.gnu.org/ml/fortran/2005-02/msg00357.html
--
What|Removed |Added
--- Additional Comments From craig dot powers at gmail dot com 2005-02-08
21:53 ---
Further testing indicates that the bug is caused by an array in a derived type
-- the pointer is not necessary.
program test
implicit none
type test_type
integer, dimension(5) :: a
end type te
--- Additional Comments From craig dot powers at gmail dot com 2005-02-07
20:48 ---
The specific problem statement appears to be line 1799/1801 in
gfc_simplify_bound:
return gfc_copy_expr (as->upper[i-1]);
or
return gfc_copy_expr (as->lower[i-1]);
The problematic execution s
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-17
15:59 ---
Confirmed, here is the backtrace:
#0 0x00042320 in gfc_simplify_bound (array=0x1, dim=0x42304530, upper=1) at
/Users/pinskia/
src/local/gcc/gcc/fortran/simplify.c:1799
#1 0x00020300 in do_simplify (specif
--- Additional Comments From coudert at clipper dot ens dot fr 2005-01-17
12:23 ---
I see that one to (on i686-linux and sparc-solaris).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19479
10 matches
Mail list logo