Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Eliminate 'x might be clobbered by longjmp' gcc warning in setjmp_t.c
* tools/setjmp_t.c [!__cplusplus || __cplusplus<201703] (main): Do not use "register" for x local variable if compiling by gcc (or clang) with -O0 flag.
- Loading branch information