Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9df0465

Browse files
committed
trigger test and version change
1 parent7ecd4e3 commit9df0465

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)

[8]ページ先頭

©2009-2025 Movatter.jp