Skip to content

Commit 9df0465

Browse files
committed
trigger test and version change
1 parent 7ecd4e3 commit 9df0465

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

c/cert/test/rules/ARR39-C/test.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ void f1() {
2828
v4 += offset; // COMPLIANT
2929
f2(offset, 2);
3030
}
31+
32+
//

scripts/matrix_testing/Config.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)