Re: [PATCH 06/10] powerpc: remove GCC version check for UPD_CONSTR

2021-09-11 Thread Christophe Leroy
Le 11/09/2021 à 01:40, Nick Desaulniers a écrit : Now that GCC 5.1 is the minimum supported version, we can drop this workaround for older versions of GCC. This adversely affected clang, too. Why do you say that GCC 5.1 is the minimum supported ? As far as I can see, the minimum supported i

Re: [PATCH 06/10] powerpc: remove GCC version check for UPD_CONSTR

2021-09-11 Thread Michael Ellerman
Nathan Chancellor writes: > On 9/10/2021 4:40 PM, Nick Desaulniers wrote: >> Now that GCC 5.1 is the minimum supported version, we can drop this >> workaround for older versions of GCC. This adversely affected clang, >> too. >> >> Cc: Michael Ellerman >> Cc: Benjamin Herrenschmidt >> Cc: Paul M

Re: [PATCH 06/10] powerpc: remove GCC version check for UPD_CONSTR

2021-09-10 Thread Nathan Chancellor
On 9/10/2021 4:40 PM, Nick Desaulniers wrote: Now that GCC 5.1 is the minimum supported version, we can drop this workaround for older versions of GCC. This adversely affected clang, too. Cc: Michael Ellerman Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: Segher Boessenkool Cc: Christophe