View Issue Details

IDProjectCategoryView StatusLast Update
0000196Ecere SDKcompilerpublic2014-07-11 18:25
Reporterjerome Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Target Version0.46 eC II 
Summary0000196: Identifier versus Type conflicts, the following seems to compile fine in C but generate syntax errors in eC:
Description   typedef struct { int a; } data;
   typedef struct { int data; } Cool;
   void Test()
   {
      Cool b;
      b.data = 4;
   }
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2009-05-03 06:10 jerome New Issue
2012-03-08 16:51 redj Target Version => 0.45 Ginkakuji
2012-03-29 07:50 redj Category => eC Compiling Tools
2012-03-29 07:50 redj Project @2@ => Ecere SDK
2014-07-11 18:25 jerome Target Version 0.45 Ginkakuji => 0.46 eC II