|
From: | Kostya Serebryany |
Subject: | Re: [ft-devel] Curb the scaling |
Date: | Fri, 13 Oct 2017 11:00:39 -0700 |
> [*] Actually, what's ugly is the macro syntax. I would like to have
> compiler support like
>
> foo = bar + baz __attribute__ ((allowed_overflow));
>
> so that the mathematical operators are not hidden.
I would like to address this to Kostya. Please do tell us how to
inform ftfuzzer that the overflow is acceptable here. Perhaps, we can
add a special comment /* ftfuzzer overflow */ or something. GCC has a
special flag -fwrapv or make sure that the overflow wraps around.
[Prev in Thread] | Current Thread | [Next in Thread] |