]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Merge #1711
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Thu, 5 Jan 2023 15:17:27 +0000 (15:17 +0000)
committerGitHub <noreply@github.com>
Thu, 5 Jan 2023 15:17:27 +0000 (15:17 +0000)
1711: unsafe: check use of `target_feature` attribute r=CohenArthur a=snprajwal

The `target_feature` attribute is for conditional compilation and may or may not compile on all platforms. Using it requires an unsafe function or block.

Addresses #1411

Co-authored-by: Prajwal S N <prajwalnadig21@gmail.com>

Trivial merge