-
- Downloads
gcc.dg/analyzer tests: use __builtin_alloca, not alloca.h
Use __builtin_alloca. Some systems don't have alloca.h or alloca.
Co-Authored-By:
Olivier Hainque <hainque@adacore.com>
for gcc/testsuite/ChangeLog
* gcc.dg/analyzer/alloca-leak.c: Drop alloca.h, use builtin.
* gcc.dg/analyzer/data-model-1.c: Likewise.
* gcc.dg/analyzer/malloc-1.c: Likewise.
* gcc.dg/analyzer/malloc-paths-8.c: Likewise.
Showing
- gcc/testsuite/gcc.dg/analyzer/alloca-leak.c 1 addition, 3 deletionsgcc/testsuite/gcc.dg/analyzer/alloca-leak.c
- gcc/testsuite/gcc.dg/analyzer/data-model-1.c 2 additions, 3 deletionsgcc/testsuite/gcc.dg/analyzer/data-model-1.c
- gcc/testsuite/gcc.dg/analyzer/malloc-1.c 1 addition, 2 deletionsgcc/testsuite/gcc.dg/analyzer/malloc-1.c
- gcc/testsuite/gcc.dg/analyzer/malloc-paths-8.c 3 additions, 4 deletionsgcc/testsuite/gcc.dg/analyzer/malloc-paths-8.c
Loading
Please register or sign in to comment