Re: [Patch] Request for comments: short int builtins

2018-05-20 Thread Richard Biener
On May 20, 2018 7:02:40 PM GMT+02:00, Allan Sandfeld Jensen wrote: >On Sonntag, 20. Mai 2018 15:07:59 CEST Richard Biener wrote: >> On May 20, 2018 11:01:54 AM GMT+02:00, Allan Sandfeld Jensen > wrote: >> >A little over a year back we had a regression in

Re: [Patch] Request for comments: short int builtins

2018-05-20 Thread Allan Sandfeld Jensen
On Sonntag, 20. Mai 2018 15:07:59 CEST Richard Biener wrote: > On May 20, 2018 11:01:54 AM GMT+02:00, Allan Sandfeld Jensen wrote: > >A little over a year back we had a regression in a point release of gcc > > > >because the builtin __builtin_clzs got removed from i386, in

Re: [Patch] Request for comments: short int builtins

2018-05-20 Thread Richard Biener
On May 20, 2018 11:01:54 AM GMT+02:00, Allan Sandfeld Jensen wrote: >A little over a year back we had a regression in a point release of gcc > >because the builtin __builtin_clzs got removed from i386, in part >because it >is was wrongly named for a target specific builtin,

[Patch] Request for comments: short int builtins

2018-05-20 Thread Allan Sandfeld Jensen
A little over a year back we had a regression in a point release of gcc because the builtin __builtin_clzs got removed from i386, in part because it is was wrongly named for a target specific builtin, but we were using it in Qt since it existed in multiple compilers. I got the patch removing it