Re: [PATCH] Support nested functions (PR sanitize/78541).

2016-11-29 Thread Jeff Law
2001 From: marxin Date: Mon, 28 Nov 2016 13:05:33 +0100 Subject: [PATCH] Support nested functions (PR sanitize/78541). gcc/testsuite/ChangeLog: 2016-11-28 Martin Liska PR sanitize/78541 * gcc.dg/asan/pr78541-2.c: New test. * gcc.dg/asan/pr78541.c: New test. gcc/Chan

[PATCH] Support nested functions (PR sanitize/78541).

2016-11-29 Thread Martin Liška
ested function call. Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. Ready to be installed? Martin >From 8e02ebdf64a82f0dfc7be531a38702497dece26b Mon Sep 17 00:00:00 2001 From: marxin Date: Mon, 28 Nov 2016 13:05:33 +0100 Subject: [PATCH] Support nested functions (PR