[GIT PULL] compiler-attributes for v5.0-rc3

From: Miguel Ojeda
Date: Sun Jan 20 2019 - 10:34:31 EST


Hi Linus,

I picked up this include/linux/compiler*.h fix regarding
OPTIMIZER_HIDE_VAR for clang.

It has been in -next for around 10 days.

Cheers,
Miguel

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the Git repository at:

https://github.com/ojeda/linux.git tags/compiler-attributes-for-linus-v5.0-rc3

for you to fetch changes up to 3e2ffd655cc6a694608d997738989ff5572a8266:

include/linux/compiler*.h: fix OPTIMIZER_HIDE_VAR (2019-01-09 11:36:41 +0100)

----------------------------------------------------------------
include/linux/compiler*.h changes:

- A fix for OPTIMIZER_HIDE_VAR
From Michael S. Tsirkin

----------------------------------------------------------------
Michael S. Tsirkin (1):
include/linux/compiler*.h: fix OPTIMIZER_HIDE_VAR

include/linux/compiler-clang.h | 5 ++---
include/linux/compiler-gcc.h | 4 ----
include/linux/compiler-intel.h | 4 +---
include/linux/compiler.h | 4 +++-
4 files changed, 6 insertions(+), 11 deletions(-)