File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
c/cert/test/rules/ARR39-C Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,3 +28,5 @@ void f1() {
28
28
v4 += offset ; // COMPLIANT
29
29
f2 (offset , 2 );
30
30
}
31
+
32
+ //
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ $COMPILER_ARGS = @{
22
22
" gcc" = " -std=c++14 -fsyntax-only" ;
23
23
" armclang" = " -std=c++14 -fsyntax-only --target=arm-arm-none-eabi" ;
24
24
" tiarmclang" = " -std=c++14 -fsyntax-only --target=arm-arm-none-eabi" ;
25
- " qcc" = " -lang-c++ -V7.1 .0 -Wc,-fsyntax-only -c -nopipe -std=c++14 -D_QNX_SOURCE -Vgcc_ntoaarch64le_cxx" ;
25
+ " qcc" = " -lang-c++ -V8.3 .0 -Wc,-fsyntax-only -c -nopipe -std=c++14 -D_QNX_SOURCE -Vgcc_ntoaarch64le_cxx" ;
26
26
};
27
27
28
28
" c" = @ {
29
29
" gcc" = " -fsyntax-only -std=c11" ;
30
30
" clang" = " -fsyntax-only -std=c11" ;
31
- " qcc" = " -V7.1 .0 -Wc,-fsyntax-only -c -nopipe -std=c11 -Vgcc_ntoaarch64le" ;
31
+ " qcc" = " -V8.3 .0 -Wc,-fsyntax-only -c -nopipe -std=c11 -Vgcc_ntoaarch64le" ;
32
32
};
33
33
34
34
}
You can’t perform that action at this time.
0 commit comments