Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clang-extract testsuite fails if gcc-14 is the system compiler #96

Closed
giulianobelinassi opened this issue Jul 26, 2024 · 0 comments · Fixed by #99
Closed

clang-extract testsuite fails if gcc-14 is the system compiler #96

giulianobelinassi opened this issue Jul 26, 2024 · 0 comments · Fixed by #99
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@giulianobelinassi
Copy link
Collaborator

[   62s] 154/162 closure-1.c                ERROR           0.05s   exit status 99
[   62s] >>> MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MESON_TEST_ITERATION=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 '/home/abuild/rpmbuild/BUILD/clang-extract-0~20240722.a998e91/testsuite/lib/runtest.py' -inline-test '/home/abuild/rpmbuild/BUILD/clang-extract-0~20240722.a998e91/testsuite/inline/closure-1.c' -o '/home/abuild/rpmbuild/BUILD/clang-extract-0~20240722.a998e91/x86_64-suse-linux/testsuite/inline/closure-1.c.log'
[   62s] ――――――――――――――――――――――――――――――――――――― ✀  ―――――――――――――――――――――――――――――――――――――
[   62s] /home/abuild/rpmbuild/BUILD/clang-extract-0~20240722.a998e91/testsuite/inline/closure-1.c:9:34: error: return type defaults to ‘int’ [-Wimplicit-int]
[   62s]     9 | static __attribute__((noinline)) h(void)
[   62s]       |                                  ^
[   62s] 
[   62s] ――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――

Adjust the testcase so it silence this error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant