Frank Heckenbach wrote:
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).
Try "info gcc invok" for untruncated names and more detailed explanations.
"info gcc option" will get you a short/long correspondence list.
Also info gpc invok and info gpc "gpc index"
(that name should be improved to not require the quotes, IMO)