Open jmalak opened 3 months ago
It is not supported by OW compilers for user code. It is used internally by code generator for common block (fortran) or for C++ code I think. May be other reason. The linker is fully capable to process it, but you cannot define it in linker. It must be defined in generated code (in modules) for real code. But use of it can be danger and it is not required for current user code. We can do it as extension but it needs review of OW code. Probably we could extend #pragma aux for it.
Discussed in https://github.com/open-watcom/open-watcom-v2/discussions/1323