[Bug c/19972] -Wreturn-local-addr misses return of local (nested) function pointer

2017-07-25 Thread patrick.pelissier at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19972 --- Comment #3 from Patrick Pelissier --- I have tested with GCC 7.1.0 the code of #0 (forget the function h, this was only a reference) and the status is the same as described in #0. For the following code, int (*apply (int (*f) (const void *,

[Bug c/19972] -Wreturn-local-addr misses return of local (nested) function pointer

2017-07-24 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=19972 Eric Gallager changed: What|Removed |Added Last reconfirmed|2005-12-18 01:39:05 |2017-7-24 CC|