Re: [PATCH] system.h: Poison strndup (PR bootstrap/78616)

2017-01-16 Thread Richard Biener
On Fri, Jan 13, 2017 at 10:17 PM, David Malcolm wrote: > This patch poisons strndup (in system.h), as requested in the > discussion of PR bootstrap/78616. > > Successfully bootstrapped®rtested on x86_64-pc-linux-gnu. > > OK for trunk? Ok. Richard. > gcc/ChangeLog: > PR bootstrap/78616 >

[PATCH] system.h: Poison strndup (PR bootstrap/78616)

2017-01-13 Thread David Malcolm
This patch poisons strndup (in system.h), as requested in the discussion of PR bootstrap/78616. Successfully bootstrapped®rtested on x86_64-pc-linux-gnu. OK for trunk? gcc/ChangeLog: PR bootstrap/78616 * system.h: Poison strndup. --- gcc/system.h | 3 ++- 1 file changed, 2 inser