This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH/gfortran] Partial fix for PR fortran/20879
- From: Paul Brook <paul at codesourcery dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: Steve Kargl <sgk at troutmask dot apl dot washington dot edu>,fortran at gcc dot gnu dot org
- Date: Sun, 24 Apr 2005 15:17:01 +0100
- Subject: Re: [PATCH/gfortran] Partial fix for PR fortran/20879
- Organization: CodeSourcery
- References: <20050424035657.GA90957@troutmask.apl.washington.edu>
On Sunday 24 April 2005 04:56, Steve Kargl wrote:
> 2005-04-23 Steven G. Kargl <kargls@comcast.net>
>
> * check.c (gfc_check_ichar): New function
> * intrinsic.h: Declare it.
> * intrinsic.c (add_functions): Use it.
>
> 2005-04-23 Steven G. Kargl <kargls@comcast.net>
>
> * gfortran.dg/PR20879.f90: New test.
No. Segfaults on the following testcase:
character(len=1) :: c(2)
i = ichar(c(1))