Debian Package rebuild

Rebuild of the Debian archive with clang

"Variable length array for a non POD (plain old data) element" build failure(s)
clang 2.9
Return to the list
The following code is not (and won't) supported by clang.
#include <vector>

void foo() {
    int N=2;
    std::vector<int> best[2][N];
}

Versions: 2.9 - 3.0 - 3.1 - 3.2 - 3.3 - 3.4 - 3.4.2 - 3.5.0 - 3.6.0 - 3.8.1 - 3.9.1 - 4.0.1 - 5.0 - 6.0 - 8.0.1 - 9.0.1 - 10.0.0 - 11.0.0 - 12.0.1 - 13.0.0
PackageVersionSupposed error messageFull log Bug report
boinc 6.12.33+dfsg-1.1make_work.cpp:179:20: error: variable length array of non-POD element type 'DB_WORKUNIT' Log
disulfinder 1.2.11-2Input/buildXfolds.cpp:16:41: error: variable length array of non-POD element type 'std::vector' Log
extrema 4.4.5.dfsg-2AxisPopup.cpp:217:19: error: variable length array of non-POD element type 'wxString' Log 742158
fldigi 3.21.14-1throb/throb.cxx:413:16: error: variable length array of non-POD element type 'complex' Log
gnuradio 3.2.2.dfsg-1.1rx_streaming_samples.cc:91:37: error: variable length array of non-POD element type 'std::complex' Log
handlersocket 1.0.6-80-g88bf1e0-1HandlerSocket.xs:497:19: error: variable length array of non-POD element type 'execute_arg' Log 749088
ipe 7.1.0-1uilua.cpp:543:12: error: variable length array of non-POD element type 'ipe::String' Log
kcometen4 1.0.7-1cometen3.cpp:200:18: error: variable length array of non-POD element type 'Vec3f' Log 749137
koffice 1:2.3.3-2../../../../../../filters/kword/msword-odf/wv2/src/headers.cpp:78:19: error: variable length array of non-POD element type 'QList' Log
mandelbulber 1:1.08-1../src/Render3D.cpp:1014:21: error: variable length array of non-POD element type 'sParam' Log
mididings 0~20101119-2src/patch.cc:49:17: fatal error: variable length array of non-POD element type 'Mididings::MidiEvent' Log
mrtrix 0.2.9-1cmd/gen_ROI.cpp:89:23: error: variable length array of non-POD element type 'std::vector' Log
qelectrotech 0.22+svn897-1sources/customelement.cpp:514:16: error: variable length array of non-POD element type 'QPointF' Log 749158
scim 1.4.9-6scim_helper_manager_server.cpp:98:24: error: variable length array of non-POD element type 'scim::HelperModule' Log 750115
sdcv 0.4.2-15libwrapper.cpp:212:26: error: variable length array of non-POD element type 'std::vector' Log
steghide 0.5.1-9BmpFile.cc:217:44: error: variable length array of non-POD element type 'std::vector' Log 750123
texmacs 1:1.0.7.10-1./Typeset/Bridge/bridge_with.cpp:129:3: error: variable length array of non-POD element type 'string' Log 756333
voxbo 1.8.5~svn1246-1tes.cpp:1339:12: error: variable length array of non-POD element type 'Tes' Log
18 errors
Return to the list