[Bug fortran/18197] bus error on returning from a function

2005-12-31 Thread pinskia at gcc dot gnu dot org


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Target Milestone|--- |4.1.0


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197




[Bug fortran/18197] bus error on returning from a function

2005-12-17 Thread eedelman at gcc dot gnu dot org


--- Comment #11 from eedelman at gcc dot gnu dot org  2005-12-17 19:51 
---
Fixed on 4.1 and mainline.


-- 

eedelman at gcc dot gnu dot org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197



[Bug fortran/18197] bus error on returning from a function

2005-12-17 Thread eedelman at gcc dot gnu dot org


--- Comment #12 from eedelman at gcc dot gnu dot org  2005-12-17 19:55 
---
*** Bug 25262 has been marked as a duplicate of this bug. ***


-- 

eedelman at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||jpr at csc dot fi


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197



[Bug fortran/18197] bus error on returning from a function

2005-12-16 Thread eedelman at gcc dot gnu dot org


--- Comment #10 from eedelman at gcc dot gnu dot org  2005-12-16 18:54 
---
Subject: Bug 18197

Author: eedelman
Date: Fri Dec 16 18:54:33 2005
New Revision: 108667

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=108667
Log:
fortran/
2005-12-14  Erik Edelmann  [EMAIL PROTECTED]

PR fortran/18197
* resolve.c (resolve_formal_arglist): Remove code to set
the type of a function symbol from it's result symbol.


testsuite/
2005-12-14  Erik Edelmann  [EMAIL PROTECTED]

PR fortran/18197
* gfortran.dg/dummy_functions_1.f90: New.


Added:
branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/dummy_functions_1.f90
Modified:
branches/gcc-4_1-branch/gcc/fortran/ChangeLog
branches/gcc-4_1-branch/gcc/fortran/resolve.c
branches/gcc-4_1-branch/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197



[Bug fortran/18197] bus error on returning from a function

2005-12-14 Thread eedelman at gcc dot gnu dot org


--- Comment #9 from eedelman at gcc dot gnu dot org  2005-12-15 00:47 
---
Subject: Bug 18197

Author: eedelman
Date: Thu Dec 15 00:47:13 2005
New Revision: 108555

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=108555
Log:
fortran/
2005-12-14  Erik Edelmann  [EMAIL PROTECTED]

PR fortran/18197
* resolve.c (resolve_formal_arglist): Remove code to set
the type of a function symbol from it's result symbol.


testsuite/
2005-12-14  Erik Edelmann  [EMAIL PROTECTED]

PR fortran/18197
* gfortran.dg/dummy_functions_1.f90: New.



Added:
trunk/gcc/testsuite/gfortran.dg/dummy_functions_1.f90
Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/resolve.c
trunk/gcc/testsuite/ChangeLog


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197



[Bug fortran/18197] bus error on returning from a function

2005-12-13 Thread jpr at csc dot fi


--- Comment #8 from jpr at csc dot fi  2005-12-14 06:51 ---
(In reply to comment #7)
 (In reply to comment #6)
  Working on a patch.
 
 Posted a pacth here: http://gcc.gnu.org/ml/fortran/2005-12/msg00116.html
 

Is anyone considering approving (or disapproving) Eriks patch? It would also
clear PR 25262 (tested), except for the part that EXTERNAL keyword propably
should not be allowed for procedures with INTERFACE.

Regards, Juha Ruokolainen


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197



[Bug fortran/18197] bus error on returning from a function

2005-12-06 Thread eedelman at gcc dot gnu dot org


--- Comment #6 from eedelman at gcc dot gnu dot org  2005-12-06 18:03 
---
Working on a patch.


-- 

eedelman at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||eedelman at gcc dot gnu dot
   ||org
 AssignedTo|unassigned at gcc dot gnu   |eedelman at gcc dot gnu dot
   |dot org |org
 Status|NEW |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197



[Bug fortran/18197] bus error on returning from a function

2005-12-06 Thread eedelman at gcc dot gnu dot org


--- Comment #7 from eedelman at gcc dot gnu dot org  2005-12-06 19:38 
---
(In reply to comment #6)
 Working on a patch.

Posted a pacth here: http://gcc.gnu.org/ml/fortran/2005-12/msg00116.html


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197



[Bug fortran/18197] bus error on returning from a function

2005-11-07 Thread tobi at gcc dot gnu dot org


--- Comment #5 from tobi at gcc dot gnu dot org  2005-11-07 14:49 ---
While the original problem seems to have been fixed, we have a regression here:
if we comment out the line marked as this works everything compiles fine and
we get an executable that works (doesn't segfault), if we comment out the line
this doesn't instead, the compiler triggers the assertion Andrew pointed to.


-- 

tobi at gcc dot gnu dot org changed:

   What|Removed |Added

 CC||tobi at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197



[Bug fortran/18197] bus error on returning from a function

2005-10-27 Thread pinskia at gcc dot gnu dot org


--- Comment #4 from pinskia at gcc dot gnu dot org  2005-10-27 16:46 ---
We get an ICE now:
t.f90:26: internal compiler error: in gfc_trans_arrayfunc_assign, at
fortran/trans-expr.c:2632


-- 

pinskia at gcc dot gnu dot org changed:

   What|Removed |Added

   Keywords||ice-on-valid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197



[Bug fortran/18197] bus error on returning from a function

2005-04-11 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

  BugsThisDependsOn||20960


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197


[Bug fortran/18197] bus error on returning from a function

2005-04-11 Thread pinskia at gcc dot gnu dot org


-- 
Bug 18197 depends on bug 20960, which changed state.

Bug 20960 Summary: bus error for return an array
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20960

   What|Old Value   |New Value

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197


[Bug fortran/18197] bus error on returning from a function

2004-10-28 Thread niilo dot sirola at tut dot fi

--- Additional Comments From niilo dot sirola at tut dot fi  2004-10-28 12:33 
---
*** Bug 18196 has been marked as a duplicate of this bug. ***

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197


[Bug fortran/18197] bus error on returning from a function

2004-10-28 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-28 13:26 
---
Confirmed, this is a front-end issue.

-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Keywords||wrong-code
   Last reconfirmed|-00-00 00:00:00 |2004-10-28 13:26:26
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18197