Re: [PATCH] squash spurious warnings in dominance.c

2017-04-25 Thread Richard Biener
On Mon, Apr 24, 2017 at 11:07 PM, Martin Sebor wrote: > On 04/24/2017 01:32 AM, Richard Biener wrote: >> >> On Sat, Apr 22, 2017 at 2:51 AM, Martin Sebor wrote: >>> >>> Bug 80486 - spurious -Walloc-size-larger-than and >>> -Wstringop-overflow in dominance.c during profiledbootstrap >>> points out

Re: [PATCH] squash spurious warnings in dominance.c

2017-04-24 Thread Martin Sebor
On 04/24/2017 01:32 AM, Richard Biener wrote: On Sat, Apr 22, 2017 at 2:51 AM, Martin Sebor wrote: Bug 80486 - spurious -Walloc-size-larger-than and -Wstringop-overflow in dominance.c during profiledbootstrap points out a number of warnings that show up in dominance.c during a profiledbootstrap

Re: [PATCH] squash spurious warnings in dominance.c

2017-04-24 Thread Richard Biener
On Sat, Apr 22, 2017 at 2:51 AM, Martin Sebor wrote: > Bug 80486 - spurious -Walloc-size-larger-than and > -Wstringop-overflow in dominance.c during profiledbootstrap > points out a number of warnings that show up in dominance.c > during a profiledbootstrap. I'm pretty sure the warnings > are due

[PATCH] squash spurious warnings in dominance.c

2017-04-21 Thread Martin Sebor
Bug 80486 - spurious -Walloc-size-larger-than and -Wstringop-overflow in dominance.c during profiledbootstrap points out a number of warnings that show up in dominance.c during a profiledbootstrap. I'm pretty sure the warnings are due to the size check the C++ new expression introduces to avoid u