]> gcc.gnu.org Git - gcc.git/commit
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)
commit68b0212c81a9c8187976eb27a932ee4bf65643a1
tree7bb06e381f48aa4d3f2fd36b4c1840d76bb04ef3
parentfc72441e83fb9a0fafbcfe23060964f2cf3eee9f
parentaa7698dca97505737ff092c6b9758d08f03daf2a
Merge #1711

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>
This page took 0.053479 seconds and 6 git commands to generate.