Re: [PATCH,rs6000] Remove __builtin_fctid and __builtin_fctiw

2018-03-28 Thread Segher Boessenkool
Hi Carl, On Wed, Mar 28, 2018 at 11:51:09AM -0700, Carl Love wrote: > gcc/ChangeLog: > > 2018-03-20 Carl Love > > Reverting patch: > 2017-09-27 Carl Love > > * config/rs6000/rs6000-builtin.def: Remove macro expansion for > FCTIW and FCTID. Remove macro definition B

[PATCH,rs6000] Remove __builtin_fctid and __builtin_fctiw

2018-03-28 Thread Carl Love
GCC Maintainers: The following patch reverts commit 253238 to add support for the fctid and fctiw builtins for Steve Munroe. gcc/Chan