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, libfortran] UTF-8 Support, part 1.1


Aaron W. LaFramboise wrote:
Jerry DeLisle wrote:

Regression tested on x86-64-linux-gnu.

2008-08-10 Jerry DeLisle <jvdelisle@gcc.gnu.org>


    * io/write.c (error.h): Add include. (typedef uchar): New type.
    (write_default_char4): New function to default write KIND=4 string.
    (write_utf8_char4): New function to UTF-8 write KIND=4 string.
    (write_a_char4): Modify to use new functions.
    (write_character): Modify to use new functions.

On current mainline as of revision 139192, I get this error:


../../../svn/libgfortran/io/write.c: In function 'write_a_char4':
../../../svn/libgfortran/io/write.c:311: error: 'p' undeclared (first use in thi
s function)

I am not seeing this here, maybe a problem with the patch file?


Jerry


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