View Issue Details

IDProjectCategoryView StatusLast Update
0001237Ecere SDKcompilerpublic2021-01-21 16:45
Reporterqduong99 Assigned To 
PriorityhighSeveritymajorReproducibilityalways
Status newResolutionopen 
Platform-crossplatformOS-OS Version-
Summary0001237: Duplicate enum declarationof enum types should be flag by compiler
DescriptionExample below would allow 2 entries of duplicate "a", the compiler should produce an error:

enum SomeEnum
{
   none, a,a
};
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2021-01-21 14:31 qduong99 New Issue
2021-01-21 16:44 jerome Category ec => compiler
2021-01-21 16:44 jerome Description Updated
2021-01-21 16:44 jerome Issue Revision Dropped: Description: 0000081
2021-01-21 16:45 jerome Description Updated View Revisions
2021-01-21 16:45 jerome Issue Revision Dropped: Description: 0000082