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/53230] New: s-fileio.adb:308:10: warning: âErrnoâ may be used uninitialized in this function


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

             Bug #: 53230
           Summary: s-fileio.adb:308:10: warning: âErrnoâ may be used
                    uninitialized in this function
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: ada
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: danglin@gcc.gnu.org
              Host: hppa-unknown-linux-gnu
            Target: hppa-unknown-linux-gnu
             Build: hppa-unknown-linux-gnu


/home/dave/gnu/gcc/objdir/./gcc/xgcc -B/home/dave/gnu/gcc/objdir/./gcc/
-B/home/
dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux-gnu/bin/
-B/home/dave/opt/gnu/gcc/gcc-4.7.
0/hppa-linux-gnu/lib/ -isystem
/home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux-gnu/i
nclude -isystem /home/dave/opt/gnu/gcc/gcc-4.7.0/hppa-linux-gnu/sys-include   
-
c -g -O2   -W -Wall -gnatpg -nostdinc   s-fishfl.ads -o s-fishfl.o
s-fileio.adb: In function âSystem.File_Io.Closeâ:
s-fileio.adb:308:10: warning: âErrnoâ may be used uninitialized in this
function
 [-Wmaybe-uninitialized]
          Raise_Device_Error (null, Errno);
          ^


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