kernel+toolchain tracks at plumbers

2020-08-18 Thread Nick Desaulniers via Gcc
Hi All, Between the GNU toolchain track, GNU toolchain MC, LLVM BoF, and LLVM MC at Plumbers 2020, we may be getting close to having more toolchain topics than kernel topics at plumbers this year. :^D https://linuxplumbersconf.org/event/7/timetable/?view=lpc I'll be spending time between the above

Re: typeof and operands in named address spaces

2020-11-09 Thread Nick Desaulniers via Gcc
On Mon, Nov 9, 2020 at 11:46 AM Segher Boessenkool wrote: > > On Mon, Nov 09, 2020 at 01:47:13PM +0100, Peter Zijlstra wrote: > > > > + lots of people and linux-toolchains > > > > On Wed, Nov 04, 2020 at 07:31:42PM +0100, Uros Bizjak wrote: > > > Hello! > > > > > > I was looking at the recent linu

Re: typeof and operands in named address spaces

2020-11-10 Thread Nick Desaulniers via Gcc
On Mon, Nov 9, 2020 at 11:57 PM Peter Zijlstra wrote: > > Stripping const to delcare another variable is useful though. Sure C has > sharp edges, esp. if you cast stuff, but since when did that stop anyone > ;-) > > The point is, C++ has these very nice template helpers that can strip > qualifiers