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

Suppress GCC 12.x-13.x warning here that to_wait_node(n)->my_is_in_list might have size 0 #1470

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

phprus
Copy link
Contributor

@phprus phprus commented Aug 6, 2024

Description

Suppress false positive GCC warning is LTO enabled.

Fixes #1466

Type of change

Choose one or multiple, leave empty if none of the other choices apply

Add a respective label(s) to PR if you have permissions

  • bug fix - change that fixes an issue
  • new feature - change that adds functionality
  • tests - change in tests
  • infrastructure - change in infrastructure and CI
  • documentation - documentation update

Tests

  • added - required for new features and some bug fixes
  • not needed

Documentation

  • updated in # - add PR number
  • needs to be updated
  • not needed

Breaks backward compatibility

  • Yes
  • No
  • Unknown

Notify the following users

@pavelkumbrasev

Other information

@phprus
Copy link
Contributor Author

phprus commented Aug 6, 2024

Please tell me why github actions for PRs are not started without approve for project contributors now?

@pavelkumbrasev
Copy link
Contributor

@isaevil do you have any ideas why?

…st might have size 0

Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
@pavelkumbrasev pavelkumbrasev merged commit ce60d6b into oneapi-src:master Aug 7, 2024
23 of 25 checks passed
kboyarinov pushed a commit that referenced this pull request Oct 1, 2024
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible memory overflows in libtbb (stringop-overflow gcc warnings)
3 participants