This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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 glibfortran]: PR/42950 Use for mingw target _POSIX and Gnu-style printf


Hello,

This patch cleans up with an name conflict in windows platform header and 
libgfortran's libgfortran.h for notification enumerators.
Additionally it adds for define GFC_LARGEST_BUF the check for existing 
GFC_INTEGER_16, but without GFC_FLOAT_16.

2010-03-11  Kai Tietz  <kai.tietz@onevision.com>

        PR/42950
        * io/format.c (parse_format_list): Add to ERROR, WARNING,
        SILENT enumerators NOTIFICATION_ prefix.
        * runtime/error.c (notification_std): Likewise.
        * libgfortran.h (notification): Likewise.
        (GFC_LARGEST_BUF): Check for HAVE_GFC_INTEGER_16.

Bootstrapped for i686-pc-cygwin, x86_64-pc-mingw32, and i686-pc-mingw32. 
Ok for apply?

Regards,
Kai


|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.

Attachment: gfc_42950.diff
Description: Binary data


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