This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc compile time support for assumptions


On 18 Jan 2007 10:19:37 -0600, Gabriel Dos Reis <gdr@cs.tamu.edu> wrote:
Paolo Carlini <pcarlini@suse.de> 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().

Ok, so better name it __builtin_assume () then.


Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]