This is the mail archive of the gcc-bugs@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]

[Bug c++/51242] [C++11] Unable to use strongly typed enums as bit fields


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51242

--- Comment #7 from Vladimir <volodya at netfolder dot ru> 2012-11-19 16:31:15 UTC ---
OK, I will see this message soon.

P.S. For now, I have to use Intel Compiller, which isn't good due limited
platform support (x86 and amd64).
---ÐÑÑÐÐÐÐÐ ÑÐÐÐÑÐÐÐÐ---
ÐÑ: "redi at gcc dot gnu.org"
ÐÑÐÑ.:  19.11.2012, 15:47 
ÐÐÐÑ: volodya@netfolder.ru
ÐÐÐÐ: [Bug c++/51242] [C++11] Unable to use strongly typed enums as bit fields



http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51242

--- Comment #5 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-11-19
11:47:20 UTC ---
(In reply to comment #4)
> Is this bug planned to be fixed in future?

Yes, of course. It's a bug.

> Can I help in any way to do that?

Sure, you could look in gcc/cp/*.c for the message
  "bit-field .* with non-integral type"
and see what conditions it depends on and why it disallows scoped enumeration
types.


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