glibc/malloc
Adhemerval Zanella 83d13972f2 malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify source
With gcc 13.1 with --enable-fortify-source=2, tst-tcfree3 fails to
build on csky-linux-gnuabiv2 with:

../string/bits/string_fortified.h: In function ‘do_test’:
../string/bits/string_fortified.h:26:8: error: inlining failed in call
to ‘always_inline’ ‘memcpy’: target specific option mismatch
   26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict
      __src,
      |        ^~~~~~
../misc/sys/cdefs.h:81:62: note: in definition of macro ‘__NTH’
   81 | #  define __NTH(fct)    __attribute__ ((__nothrow__ __LEAF)) fct
      |                                                              ^~~
tst-tcfree3.c:45:3: note: called from here
   45 |   memcpy (c, a, 32);
      |   ^~~~~~~~~~~~~~~~~

Instead of relying on -O0 to avoid malloc/free to be optimized away,
disable the builtin.

Reviewed-by: DJ Delorie <dj@redhat.com>
2023-10-23 13:34:04 -03:00
..
Depend
Makefile malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify source 2023-10-23 13:34:04 -03:00
Versions
alloc_buffer_alloc_array.c
alloc_buffer_allocate.c
alloc_buffer_copy_bytes.c
alloc_buffer_copy_string.c
alloc_buffer_create_failure.c
arena.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
dynarray-skeleton.c
dynarray.h
dynarray_at_failure.c
dynarray_emplace_enlarge.c
dynarray_finalize.c
dynarray_resize.c
dynarray_resize_clear.c
hooks.c
malloc-check.c
malloc-debug.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
malloc-internal.h
malloc.c malloc: Remove bin scanning from memalign (bug 30723) 2023-08-15 08:07:36 +02:00
malloc.h
mallocbug.c
mcheck-impl.c
mcheck-init.c
mcheck.c
mcheck.h
memusage.c Move {read,write}_all functions to a dedicated header 2023-06-06 08:23:53 -04:00
memusage.sh
memusagestat.c Move {read,write}_all functions to a dedicated header 2023-06-06 08:23:53 -04:00
morecore.c
mtrace-impl.c
mtrace.c
mtrace.pl
obstack.c
obstack.h
reallocarray.c
scratch_buffer_grow.c
scratch_buffer_grow_preserve.c
scratch_buffer_set_array_size.c
set-freeres.c malloc: Fix set-freeres.c with gcc 6 2023-07-26 09:45:22 -03:00
thread-freeres.c
tst-aligned-alloc-static.c
tst-aligned-alloc.c
tst-alloc_buffer.c
tst-calloc.c
tst-compathooks-off.c
tst-compathooks-on.c
tst-dynarray-at-fail.c
tst-dynarray-fail.c
tst-dynarray-shared.h
tst-dynarray.c
tst-free-errno.c
tst-interpose-aux-nothread.c
tst-interpose-aux-thread.c
tst-interpose-aux.c
tst-interpose-aux.h
tst-interpose-nothread.c
tst-interpose-skeleton.c
tst-interpose-static-nothread.c
tst-interpose-static-thread.c
tst-interpose-thread.c
tst-mallinfo2.c
tst-malloc-backtrace.c
tst-malloc-check.c
tst-malloc-fork-deadlock.c
tst-malloc-stats-cancellation.c
tst-malloc-tcache-leak.c Fix a few more typos I missed in previous round -- BZ 25337 2023-06-02 23:46:32 +00:00
tst-malloc-thread-exit.c
tst-malloc-thread-fail.c
tst-malloc-too-large.c
tst-malloc-usable-tunables.c
tst-malloc-usable.c
tst-malloc.c
tst-malloc_info.c
tst-mallocalign1.c
tst-mallocfork.c
tst-mallocfork2.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
tst-mallocfork3.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
tst-mallocstate.c Fix all the remaining misspellings -- BZ 25337 2023-06-02 01:39:48 +00:00
tst-mallopt.c
tst-memalign-2.c malloc: Remove bin scanning from memalign (bug 30723) 2023-08-15 08:07:36 +02:00
tst-memalign-3.c
tst-memalign.c
tst-mtrace.c
tst-mtrace.sh
tst-mxfast.c
tst-obstack.c
tst-posix_memalign.c
tst-pvalloc-fortify.c
tst-pvalloc.c
tst-realloc.c
tst-reallocarray.c
tst-safe-linking.c
tst-scratch_buffer.c
tst-tcfree1.c
tst-tcfree2.c
tst-tcfree3.c malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with fortify source 2023-10-23 13:34:04 -03:00
tst-trim1.c
tst-valloc.c