This is the mail archive of the gcc-bugs@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]

[Bug ada/29856] broken if..else in gcc/ada/adaint.c



------- Comment #2 from charlet at gcc dot gnu dot org  2007-05-02 09:43 -------
Subject: Bug 29856

Author: charlet
Date: Wed May  2 08:43:30 2007
New Revision: 124347

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=124347
Log:
2007-04-20  Pascal Obry  <obry@adacore.com>

        * gnatchop.adb (Write_Source_Reference_Pragma): Change implementation
        to use Stream_IO.File_Type. This is needed to make use of the UTF-8
        encoding support of Stream_IO.
        (Write_Unit): Idem.

        * adaint.h, adaint.c (__gnat_os_filename): New routine. Returns the
        filename and corresponding encoding to match the OS requirement.
        (__gnat_file_exists): Do not call __gnat_stat() on Windows as this
        routine will fail on specific devices like CON: AUX: ...

        PR ada/29856: Add missing braces


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/adaint.c
    trunk/gcc/ada/adaint.h
    trunk/gcc/ada/gnatchop.adb


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29856


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