This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/53230] New: s-fileio.adb:308:10: warning: âErrnoâ may be used uninitialized in this function
- From: "danglin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 04 May 2012 11:59:56 +0000
- Subject: [Bug ada/53230] New: s-fileio.adb:308:10: warning: âErrnoâ may be used uninitialized in this function
- Auto-submitted: auto-generated
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);
^