Actions
Bug #8030
closedlibmvect: uninitialized variable
Start date:
2017-04-04
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
with gcc-6 build:
../common/__vhypotf.c: In function '__vhypotf':
../common/__vhypotf.c:44:17: error: 'x2' is used uninitialized in this function [-Werror=uninitialized]
float x0, x1, x2, y0, y1, y2, z0, z1, z2, *pz0, *pz1, *pz2;
^~
cc1: all warnings being treated as errors
Actions