Russell Whitaker wrote:
gpc --help -v displays a list of available compiler options. Pascal specific options, however, are truncated to the first 23 characters, [..]
Found the list interesting. So copied it to a file called gpc.help and reformatted it to 80 cols max (occurs 22 times). Result attached.
This seems to be a backend bug. (They may call it a feature, so I don't have big hopes of getting it fixed, but truncating option names to make them invalid is really a bug to me.) Anyway, the list of Pascal specific options (untruncated) is also available in p/lang-options.h (in source distributions) which can, with a preprocessor macro, be turned into any wanted format rather easily, and in the manual (Invoking GPC -> GPC Command Line Options). Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: 51FF C1F0 1A77 C6C2 4482 4DDC 117A 9773 7F88 1707