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, libgfortran] PR44953 FAIL: gfortran.dg/char4_iunit_1.f03 * execution test


Jerry DeLisle wrote:
> The failures were due to some sloppy pointer use and I missed a few of
> the functions in write.c during initial implementation. The attached
> patch cleans this all up. New test cases are not needed.
> Passed regression testing on IBM Power 5 running Linux and
> Dominique reports success with the original test cases. Also
> regression tested on x86-64-linux-gnu.
>
> OK for trunk?

OK. Thanks for the patch!

Is PR 37077 now actually fixed or are there any other wide-char related
bugs?* If not, what's next on your agenda (besides white-space fixes)?

Tobias

(* Some FE+libcpp issue is that using wide chars in the source file does
not work work. In principle, a (e.g.) UTF-8 wide char in .f90 should
work for 4_'...' but it currently does not.  As this works for C/C++, one
should check what one does there. Cf. -finput-charset (c-family/c-opts.c,
OPT_finput_charset_), -fexec-charset and -fwide-exec-charset. gfortran's
scanner.c already has some wide-char support.)


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