This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Strongly typed enums as bit fields
Today I have tested Intel C++ Compiler - that is OK.
Additionally I noted, that GCC doesn't support declaration like
using NewType = OldType;
which semantically equals to
typedef OldType NewType;
2011/11/20 Jonathan Wakely <jwakely.gcc@gmail.com>:
> 2011/11/20 ÐÐÐÐÐÐÐÑ ÐÐÐÑÐÐÐ:
>>
>> C:\MinGW\bin>gcc E:/Test/Main.cpp -o E:/Test/Out.exe -std=c++0x
>> E:/Test/Main.cpp:9:18: error: bit-field 'Field1' with non-integral type
>>
>> MSVC 11.0 normally processes this program.
>>
>> Why GCC throws this error and MCVC doesn't?
>
> I think this should be valid, the standard says "A bit-ïeld shall have
> integral or enumeration type (3.9.1)."
>
> Please report it to bugzilla, thanks.
>
--
Ð ÑÐÐÐÐÐÐÐÐ, ÐÐÐÐÐÐÐÑ