[issue32962] test_gdb fails in debug build with `-mcet -fcf-protection -O0`

Marcel Plch report at bugs.python.org
Tue Jun 19 02:58:55 EDT 2018


Marcel Plch <gmarcel.plch at gmail.com> added the comment:

> It's already done, no? But the title issue is "-mcet -fcf-protection
> -O0" and -O0 disables optimizations.

Some of the simple tests are still run even with optimizations.
Disabled optimizations is what we want, because then the function doesn't get inlined --> the 'next' jumps in, not out.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32962>
_______________________________________


More information about the Python-bugs-list mailing list