Borland compiler extensions

Does anyone have any objections to adding, or would like to help add support
for Borland compiler extensions? These include mainly:

    - Boland pragmas
    - Boland compiler options
    - Delphi interop support
    - Boland __declspec support
    - __property
    - __closure

All Borland exntensions will be enabled only if the option
-fborland-extensions is passed. If there are no objections, I would
like to begin this work.

Thanks,
-Dawn

Hi Dawn,

Does anyone have any objections to adding, or would like to help add support
for Borland compiler extensions? These include mainly:

I think these would be welcomed extensions, it would be great if you
want to work on them.

Good luck!
- Daniel

Hi Dawn,

Does anyone have any objections to adding, or would like to help add support
for Borland compiler extensions? These include mainly:

I think these would be welcomed extensions, it would be great if you
want to work on them.

I agree, it would be great to add these (provided they are implemented in a clean way). Please propose these one feature at a time, and guard them under a -fborland-extensions option (mirroring -fms-extensions).

-Chris