This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH/gfortran] Partial fix for PR fortran/20879


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))


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]