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

Warnings when building the Ada f-e


Building gcc from svn today I see the following:

prj-nmsc.adb: In function âPrj.Nmsc.Check_Naming_Schemesâ:
prj-nmsc.adb:3272: warning: âCasingâ may be used uninitialized in this function
...
g-socket.adb: In function âGNAT.SOCKETS.SEND_SOCKETâ:
g-socket.adb:1786: warning: âSINâ is used uninitialized in this function
g-socket.adb: In function âGNAT.SOCKETS.RECEIVE_SOCKETâ:
g-socket.adb:1586: warning: âSINâ is used uninitialized in this function
g-socket.adb: In function âGNAT.SOCKETS.GET_SOCKET_NAMEâ:
g-socket.adb:1001: warning: âSINâ is used uninitialized in this function
g-socket.adb: In function âGNAT.SOCKETS.CONNECT_SOCKETâ:
g-socket.adb:623: warning: âSINâ is used uninitialized in this function
g-socket.adb: In function âGNAT.SOCKETS.CONNECT_SOCKETâ:
g-socket.adb:655: warning: âREQâ is used uninitialized in this function
g-socket.adb: In function âGNAT.SOCKETS.BIND_SOCKETâ:
g-socket.adb:396: warning: âSINâ is used uninitialized in this function
g-socket.adb: In function âGNAT.SOCKETS.ACCEPT_SOCKETâ:
g-socket.adb:277: warning: âSINâ is used uninitialized in this function
g-socket.adb: In function âGNAT.SOCKETS.GET_PEER_NAMEâ:
g-socket.adb:929: warning: âSINâ is used uninitialized in this function
...
a-strmap.adb: In function âAda.Strings.Maps.To_Setâ:
a-strmap.adb:269: warning: âResultâ is used uninitialized in this function
a-strmap.adb: In function âAda.Strings.Maps.To_Setâ:
a-strmap.adb:285: warning: âResultâ is used uninitialized in this function
...
g-comlin.adb: In function âGNAT.COMMAND_LINE.FIND_LONGEST_MATCHING_SWITCHâ:
g-comlin.adb:96: warning: âPARAMâ may be used uninitialized in this function
g-comlin.adb:96: note: âPARAMâ was declared here

This is x86_64-unknown-linux-gnu.

Ciao,

Duncan.


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