PR 28779 * regex.c: Suppress -Wuse-after-free.
@ -1,3 +1,7 @@
2022-01-15 Martin Sebor <msebor@redhat.com>
* regex.c: Suppress -Wuse-after-free.
2022-01-22 Nick Clifton <nickc@redhat.com>
* 2.38 release branch created.
@ -30,6 +30,10 @@
#pragma alloca
#endif
#if __GNUC__ >= 12
# pragma GCC diagnostic ignored "-Wuse-after-free"
#undef _GNU_SOURCE
#define _GNU_SOURCE