this removes a semicolon after "do {} while (0)" in CHECK_SMALL_REGION. This allows the macro to be used in if-then-elses without curly braces.
[ https://gcc.gnu.org/ml/gcc-patches/2017-11/msg00298.html ]
Differential D39793
[asan] Remove semicolon after do {} while (0) vries on Nov 8 2017, 4:52 AM. Authored by
Details this removes a semicolon after "do {} while (0)" in CHECK_SMALL_REGION. This allows the macro to be used in if-then-elses without curly braces. [ https://gcc.gnu.org/ml/gcc-patches/2017-11/msg00298.html ]
Diff Detail |