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: [C++ PATCH] Don't promote bitfields in last arg of __builtin_*_overflow_p


On Wed, 15 Jun 2016, Martin Sebor wrote:

> Looks fine to me.  The bit-field handling should be explained
> in the manual.  Though useful, it's unusual enough that I don't
> think people will expect it (there have been bug reports or
> questions in the past about the C handling of bit-fields from
> users familiar with the C++ semantics).

And at least once bug for C++ (70733) that was closed on the basis of C 
semantics where I don't see that closure as correct under C++ semantics (I 
haven't verified whether the bug report is correct, however).

-- 
Joseph S. Myers
joseph@codesourcery.com


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