[Bug fortran/32129] ICE: Procedure call with array-section-actual to scalar dummy

2007-12-09 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2007-12-09 09:17 --- Subject: Bug 32129 Author: pault Date: Sun Dec 9 09:17:24 2007 New Revision: 130719 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=130719 Log: 2007-12-09 Paul Thomas [EMAIL PROTECTED] PR

[Bug fortran/32129] ICE: Procedure call with array-section-actual to scalar dummy

2007-12-09 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2007-12-09 09:19 --- Fixed on trunk Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/32129] ICE: Procedure call with array-section-actual to scalar dummy

2007-12-08 Thread dominiq at lps dot ens dot fr
--- Comment #7 from dominiq at lps dot ens dot fr 2007-12-08 20:45 --- Now works as advertized without regression on i686-apple-darwin9. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32129

[Bug fortran/32129] ICE: Procedure call with array-section-actual to scalar dummy

2007-12-07 Thread pault at gcc dot gnu dot org
--- Comment #5 from pault at gcc dot gnu dot org 2007-12-07 11:48 --- Created an attachment (id=14707) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14707action=view) Fix for the PR This is just regtesting but I think that it will be OK. Note that this expression type was getting

[Bug fortran/32129] ICE: Procedure call with array-section-actual to scalar dummy

2007-12-07 Thread pault at gcc dot gnu dot org
--- Comment #6 from pault at gcc dot gnu dot org 2007-12-07 13:46 --- (In reply to comment #5) This is just regtesting but I think that it will be OK. Famous last words! It regresses in elemental_subroutine_2.f90. It should all be fixable witout much effort, though. Paul --

[Bug fortran/32129] ICE: Procedure call with array-section-actual to scalar dummy

2007-11-21 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-11-21 13:51 --- I think this is valid code. The reduced testcase is: $ cat y.f90 program testCode implicit none type vec real, dimension(1) :: coords end type integer :: i real, dimension(1,1), parameter :: vy =

[Bug fortran/32129] ICE: Procedure call with array-section-actual to scalar dummy

2007-10-20 Thread jvdelisle at gcc dot gnu dot org
--- Comment #3 from jvdelisle at gcc dot gnu dot org 2007-10-21 03:29 --- The original test case here no longer gives an ICE. The case on Comment #2 does ICE pr32129-a.f90: In function ‘MAIN__’: pr32129-a.f90:11: internal compiler error: in gfc_trans_call, at fortran/trans-stmt.c:320

[Bug fortran/32129] ICE: Procedure call with array-section-actual to scalar dummy

2007-06-01 Thread mikael dot morin at tele2 dot fr
--- Comment #2 from mikael dot morin at tele2 dot fr 2007-06-02 00:06 --- Here is an other test case. program testCode implicit none type vec real, dimension(3) :: coords end type integer, parameter :: n = 5 integer :: i real,

[Bug fortran/32129] ICE: Procedure call with array-section-actual to scalar dummy

2007-05-31 Thread fxcoudert at gcc dot gnu dot org
-- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Last

[Bug fortran/32129] ICE: Procedure call with array-section-actual to scalar dummy

2007-05-28 Thread burnus at gcc dot gnu dot org
--- Comment #1 from burnus at gcc dot gnu dot org 2007-05-28 18:13 --- Some debugging shows: resolve_call calls resolve_actual_arglist, which fails. resolve_call propagates the failure to resolve_where, which does not check for errors. In resolve_actual_arglist it fails here: