Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
So, setjmp/longjmp and non-volatile local variables doesn't really mix. This patch adds __attribute__((optnone)) to describe blocks, to prevent compilers from optimizing tests and messing up local variables. This shouldn't be a permanent fix, but does mean tests compiled with optimizations won't break.
- Loading branch information