Hi,

>  - syntax error in the line after the last one ???
> I could not repcroduce it normally, after commenting out almost
> everything, it disappeard. While uncommenting it does not showed
> again... :) It made me crazy for an hour searching for typhos.

Without some source showing this behaviour we cannot do much about it, I am 
afraid.

>  - a strange warning.
> If you place e.g. the following lines into an isr routine it will do it.
>   if (RABIF)
>   {
>   }
> If I use "{}" it will not generate this warning.

Just to let you know: This is a severe bug in the pic14 code generator.
The problem is the empty if-body in conjunction with a condition consisting 
solely of a bitfield read. Being placed inside an ISR does not affect/cause 
this bug, it shows up identically in main().
Luckily such code seems to be rather useless, but still should be fixed. 
Unfortunately, this is not trivial. It's on my todo list, though.

Regards,
Raphael


------------------------------------------------------------------------------
_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to