Re: Porting to gcc 11 / intrinsics

2021-08-24 Thread NightStrike via Gcc
On Tue, Aug 24, 2021 at 10:21 PM Andrew Pinski wrote: > > On Tue, Aug 24, 2021 at 6:39 PM NightStrike via Gcc wrote: > > On Mon, Aug 9, 2021, 07:16 NightStrike wrote: > > > > > When porting to GCC 11, care must be taken to adjust includes of GCC > > > intrinsic headers due to this change: > > >

Re: Porting to gcc 11 / intrinsics

2021-08-24 Thread Andrew Pinski via Gcc
On Tue, Aug 24, 2021 at 6:39 PM NightStrike via Gcc wrote: > > Should I make this a bugzilla? I guess I figured that wouldn't be > appropriate. I don't see a reason why this should go into porting as there was no change needed from previous versions of GCC. Supporting -mno-sse is a new feature ev

Re: Porting to gcc 11 / intrinsics

2021-08-24 Thread NightStrike via Gcc
Should I make this a bugzilla? I guess I figured that wouldn't be appropriate. On Mon, Aug 9, 2021, 07:16 NightStrike wrote: > When porting to GCC 11, care must be taken to adjust includes of GCC > intrinsic headers due to this change: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97148 > > T

Porting to gcc 11 / intrinsics

2021-08-09 Thread NightStrike via Gcc
When porting to GCC 11, care must be taken to adjust includes of GCC intrinsic headers due to this change: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97148 That should be reflected in: https://gcc.gnu.org/gcc-11/porting_to.html