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: Help with bit-field semantics in C and C++



On Aug 24, 2004, at 9:35 PM, Roger Sayle wrote:



On 25 Aug 2004, Gabriel Dos Reis wrote:
The issue is raised through message c++std-core-10625.

Many thanks!



For those thinking that this topic isn't worth the traffic, this issue is responsible for (or related to) the following bugzilla PRs:

15069, 15277, 15330, 15354, 15776, 16372, 16693, 16791 and 17022.
And also the enhancement requests 5480, 7654, 11749 and 12242.

But I may have missed a few :>

I think you need to look into the PRs again because PR 5480 was reported against C where this is not a problem and like any good C++ implementation we do warn about it. Likewise for PR 7654 which is for C which is a different issue as in C, enums decay into integer types which is different than C++.


-- Pinski



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