Bug #17486 2010-09-01 12:17

oli82

Parser doesn't work for typedef struct with attribute

I have the following code:

typedef struct struct1 __attribute__ ((packed))

{

unsigned char u8Char1;

} struct1_T;

With this "__attribute__ ((packed))" the parser doesn't recognise the struct and and it doesn't show up in the symbols list and it isn't suggested when I start to write stru...

If I comment this out it works just fine.

Category
Application::WrongBehaviour
Group
 
Status
Open
Close date
 
Assigned to