We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 774060b commit 3b44df7Copy full SHA for 3b44df7
regression/cpp/enum5/test.desc
@@ -1,4 +1,4 @@
1
-KNOWNBUG
+CORE
2
main.cpp
3
4
^EXIT=0$
src/cpp/cpp_typecheck_expr.cpp
@@ -433,7 +433,7 @@ bool cpp_typecheckt::overloadable(const exprt &expr)
433
434
if(t.id()==ID_struct ||
435
t.id()==ID_union ||
436
- t.id()==ID_c_enum)
+ t.id()==ID_c_enum || t.id() == ID_c_enum_tag)
437
return true;
438
}
439
0 commit comments