(finish_enum): Disable code which forces enums to be signed,
authorJason Merrill <merrill@gnu.org>
Sat, 15 Oct 1994 00:32:58 +0000 (00:32 +0000)
committerJason Merrill <merrill@gnu.org>
Sat, 15 Oct 1994 00:32:58 +0000 (00:32 +0000)
commit13fbb038189e72f6ba1ff8ffe13de137060a7187
tree31bd1143b29a49c1d148daff4bfefe4fbe918707
parentc6a29b1f9dac32b18da43f58cd5a84745cbbf797
(finish_enum): Disable code which forces enums to be signed,

        since this conflicts with their use as bitfields. type_promotes_to
        handles promotion of enums of underlying unsigned types to signed
        integer types.

From-SVN: r8279
gcc/cp/decl.c