Re: [PATCH] KVM: VMX: modify macro definition 'R' to 'R ' because of gcc-5+

2018-06-27 Thread Radim Krčmář
2018-06-26 20:59+0800, LiuYang: > GCC 5.4.0 enables raw strings by default and they have higher priority > than macros, thus R is interpreted incorrectly. > Fix it by putting a space between macro R and a string literal. > > Signed-off-by: LiuYang > --- This got fixed in 2012 by b188c81f2e1a

Re: [PATCH] KVM: VMX: modify macro definition 'R' to 'R ' because of gcc-5+

2018-06-27 Thread Radim Krčmář
2018-06-26 20:59+0800, LiuYang: > GCC 5.4.0 enables raw strings by default and they have higher priority > than macros, thus R is interpreted incorrectly. > Fix it by putting a space between macro R and a string literal. > > Signed-off-by: LiuYang > --- This got fixed in 2012 by b188c81f2e1a

[PATCH] KVM: VMX: modify macro definition 'R' to 'R ' because of gcc-5+

2018-06-26 Thread LiuYang
GCC 5.4.0 enables raw strings by default and they have higher priority than macros, thus R is interpreted incorrectly. Fix it by putting a space between macro R and a string literal. Signed-off-by: LiuYang --- arch/x86/kvm/vmx.c | 54 +++--- 1

[PATCH] KVM: VMX: modify macro definition 'R' to 'R ' because of gcc-5+

2018-06-26 Thread LiuYang
GCC 5.4.0 enables raw strings by default and they have higher priority than macros, thus R is interpreted incorrectly. Fix it by putting a space between macro R and a string literal. Signed-off-by: LiuYang --- arch/x86/kvm/vmx.c | 54 +++--- 1