[Bug fortran/19479] UBOUND causes ICE

2005-02-28 Thread tobi at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19479

[Bug fortran/19479] UBOUND causes ICE

2005-02-28 Thread tobi at gcc dot gnu dot org
--- 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

[Bug fortran/19479] UBOUND causes ICE

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug fortran/19479] UBOUND causes ICE

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug fortran/19479] UBOUND causes ICE

2005-02-28 Thread cvs-commit at gcc dot gnu dot org
--- 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

[Bug fortran/19479] UBOUND causes ICE

2005-02-27 Thread tobi at gcc dot gnu dot org
--- 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

[Bug fortran/19479] UBOUND causes ICE

2005-02-08 Thread craig dot powers at gmail dot com
--- 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

[Bug fortran/19479] UBOUND causes ICE

2005-02-07 Thread craig dot powers at gmail dot com
--- 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

[Bug fortran/19479] UBOUND causes ICE

2005-01-17 Thread pinskia at gcc dot gnu dot org
--- 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

[Bug fortran/19479] UBOUND causes ICE

2005-01-17 Thread coudert at clipper dot ens dot fr
--- 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