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() {
2828 v4 += offset ; // COMPLIANT
2929 f2 (offset , 2 );
3030}
31+
32+ //
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ $COMPILER_ARGS = @{
2222 " gcc" = " -std=c++14 -fsyntax-only" ;
2323 " armclang" = " -std=c++14 -fsyntax-only --target=arm-arm-none-eabi" ;
2424 " 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" ;
2626 };
2727
2828 " c" = @ {
2929 " gcc" = " -fsyntax-only -std=c11" ;
3030 " 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" ;
3232 };
3333
3434}
You can’t perform that action at this time.
0 commit comments