In standard C, each label has to be followed by a statement. HTis makes
a difference at the end of compoud statements.

Not allowed:
{
label:
}

Allowed:
{
label:;
}

SDCC currently allows both. The comment in SDCC.y makes it clear, that
this is a deliberate extension.

I would like to drop support for this non-standard extension. IMO
non-standard extensions should only be supported in SDCC where they
provide a substantial advantage, which IMO, is not the ccase here.

Philipp

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to