[Bug c++/16603] Incorrect enumerator type before enumeration's closing brace
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Jul 17 09:23:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-07-17 09:23 -------
value = decl_constant_value (value);
if (TREE_CODE (value) == INTEGER_CST)
{
value = perform_integral_promotions (value); <-- bug here if there is a bug.
constant_expression_warning (value);
}
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16603
More information about the Gcc-bugs
mailing list