[Bug fortran/52843] Unexpected rejection of pure recursive function

2012-10-24 Thread quantheory at gmail dot com


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



Sean Santos quantheory at gmail dot com changed:



   What|Removed |Added



 CC||quantheory at gmail dot com



--- Comment #3 from Sean Santos quantheory at gmail dot com 2012-10-24 
20:59:54 UTC ---

I see that the bug fix for this is on the trunk, but not on the 4.7 branch. I

was confused because I was still experiencing this bug in a 4.7.3 prerelease,

until I realized that the fix was committed after 4.7 was split off.


[Bug fortran/52843] Unexpected rejection of pure recursive function

2012-05-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52843

--- Comment #1 from Tobias Burnus burnus at gcc dot gnu.org 2012-05-12 
09:54:00 UTC ---
Author: burnus
Date: Sat May 12 09:53:53 2012
New Revision: 187427

URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=187427
Log:
2012-05-12  Tobias Burnus  bur...@net-b.de

PR fortran/49110
PR fortran/52843
* resolve.c (resolve_fl_procedure): Don't regard
character(len=:) as character(*) in the diagnostic.

2012-05-12  Tobias Burnus  bur...@net-b.de

PR fortran/49110
PR fortran/52843
* gfortran.dg/deferred_type_param_5.f90: New.


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


[Bug fortran/52843] Unexpected rejection of pure recursive function

2012-05-12 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52843

Tobias Burnus burnus at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED

--- Comment #2 from Tobias Burnus burnus at gcc dot gnu.org 2012-05-12 
09:56:45 UTC ---
FIXED on the trunk.

Thanks for the bugreport and sorry for the delay.