[Bug fortran/20059] internal compiler error: Segmentation Fault - For common blocks

2005-05-04 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-04 19:31 --- *** Bug 21384 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/20059] internal compiler error: Segmentation Fault - For common blocks

2005-04-24 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-04-24 14:01 --- Fixed, sorry for the delay. -- What|Removed |Added Status|NEW

[Bug fortran/20059] internal compiler error: Segmentation Fault - For common blocks

2005-04-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-24 14:00 --- Subject: Bug 20059 CVSROOT:/cvs/gcc Module name:gcc Branch: gcc-4_0-branch Changes by: [EMAIL PROTECTED] 2005-04-24 13:59:58 Modified files: gcc/fortran: Change

[Bug fortran/20059] internal compiler error: Segmentation Fault - For common blocks

2005-04-24 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-04-24 13:51 --- Subject: Bug 20059 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-04-24 13:51:39 Modified files: gcc/fortran: ChangeLog trans-common.c gcc

[Bug fortran/20059] internal compiler error: Segmentation Fault - For common blocks

2005-04-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-20 15:08 --- *** Bug 21125 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20059

[Bug fortran/20059] internal compiler error: Segmentation Fault - For common blocks

2005-04-10 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-11 00:38 --- *** Bug 19387 has been marked as a duplicate of this bug. *** -- What|Removed |Added Bug 2005

[Bug fortran/20059] internal compiler error: Segmentation Fault - For common blocks

2005-03-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-21 02:25 --- (In reply to comment #4) > Can you try this patch, Andrew? The required padding should never overflow > 2^32. Sorry for not replying sooner, exams got in the way. But yes this fixes the problem. --

[Bug fortran/20059] internal compiler error: Segmentation Fault - For common blocks

2005-03-12 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-13 00:17 --- Can you try this patch, Andrew? The required padding should never overflow 2^32. 2005-03-13 Tobias Schl"uter <[EMAIL PROTECTED]> PR fortran/20059 * trans-common.c (translate_common): Cast

[Bug fortran/20059] internal compiler error: Segmentation Fault - For common blocks

2005-03-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-13 00:06 --- (In reply to comment #2) > Does this still segfault on powerpc? On i686 I get: > In file pr20059.f90:10 > > COMMON /CCPOOL/ RMIN,RMAX,ZMIN,ZMAX,IMIN,JMIN,IMAX,JMAX,NFLOP, & > 1 >

[Bug fortran/20059] internal compiler error: Segmentation Fault - For common blocks

2005-03-12 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-03-12 23:57 --- Does this still segfault on powerpc? On i686 I get: In file pr20059.f90:10 COMMON /CCPOOL/ RMIN,RMAX,ZMIN,ZMAX,IMIN,JMIN,IMAX,JMAX,NFLOP, & 1 Warning: Padding of 4 bytes required bef

[Bug fortran/20059] internal compiler error: Segmentation Fault - For common blocks

2005-02-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-18 18:44 --- Confirmed, but note I think this is the same as PR 19387 even though there is no ICE in that bug. -- What|Removed |Added