Re: [PATCH 0/3] [v2] Implement __builtin_speculation_safe_load
This patch series seems to be missing testcases (generic and architecture-specific). Generic ones should include testing the error cases that are diagnosed. -- Joseph S. Myers jos...@codesourcery.com
[PATCH 0/3] [v2] Implement __builtin_speculation_safe_load
This patch series is version 2 for a patch to protect against speculative use of a load instruction. It's based on a roll-up of the feedback from the first version. What's changed since v1? First, and foremost, the API has changed to make it possible to reduce the amount of code that needs to b