Re: [PATCH 0/3] kcsan: Re-add GCC support, and compiler flags improvements

2020-06-19 Thread Paul E. McKenney
On Thu, Jun 18, 2020 at 08:25:30PM -0700, Paul E. McKenney wrote: > On Thu, Jun 18, 2020 at 11:31:15AM +0200, Marco Elver wrote: > > Re-add GCC as a supported compiler and clean up compiler flags. > > > > To use KCSAN with GCC before GCC 11 is released, the following will get > > a stable GCC 10

Re: [PATCH 0/3] kcsan: Re-add GCC support, and compiler flags improvements

2020-06-18 Thread Paul E. McKenney
On Thu, Jun 18, 2020 at 11:31:15AM +0200, Marco Elver wrote: > Re-add GCC as a supported compiler and clean up compiler flags. > > To use KCSAN with GCC before GCC 11 is released, the following will get > a stable GCC 10 and cherry-pick the patches required for KCSAN support: > > git clone

[PATCH 0/3] kcsan: Re-add GCC support, and compiler flags improvements

2020-06-18 Thread Marco Elver
Re-add GCC as a supported compiler and clean up compiler flags. To use KCSAN with GCC before GCC 11 is released, the following will get a stable GCC 10 and cherry-pick the patches required for KCSAN support: git clone git://gcc.gnu.org/git/gcc.git && cd gcc git checkout -b