This is the mail archive of the gcc-patches@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: Document __builtin_*_overflow


> On 12 Nov 2014, at 14:13, Jakub Jelinek <jakub@redhat.com> wrote:
> +  size_t sz;
> +  if (__builtin_mul_overflow (x, y, &amp;sz)

Missing right parenthesis ?


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