Paolo Carlini <[EMAIL PROTECTED]> writes: | Richard Guenther wrote: | | > Providing a __builtin_assert () function is still one thing on my | > TODO, we can | > derive proper ASSERT_EXPRs from it in VRP even in the -DNDEBUG case. | | Great! Certainly could be profitably used in libstdc++.
Indeed! We would just make sure that people don't think there is a relation between __builtin_assert() and assert(), and there usually are between __builtin_xxx() and xxx(). -- Gaby