Difference between revisions of "Mode GPC"

From Free Pascal wiki
Jump to navigationJump to search
(rewrite)
(update URL, update date in statement)
 
Line 1: Line 1:
 
{{Mode GPC}}
 
{{Mode GPC}}
  
The [[Compiler Mode|compiler mode]] <syntaxhighlight lang="pascal" inline>{$mode GPC}</syntaxhighlight> was supported by [[FPC]] until version 2.2 (commented out in [https://svn.freepascal.org/cgi-bin/viewvc.cgi?view=revision&revision=6518 revision 6518]).
+
The [[Compiler Mode|compiler mode]] <syntaxhighlight lang="pascal" inline>{$mode GPC}</syntaxhighlight> was supported by [[FPC]] until version 2.2 (commented out in {{gitlab|commit|FPC|5aef9bc086e9098a30fe67b2ac0658637eff8ce5|revision 6518}}).
 
The mode’s intention was to compile only code that is accepted by the [[GNU Pascal]] compiler.
 
The mode’s intention was to compile only code that is accepted by the [[GNU Pascal]] compiler.
  
 
As an alternative, the closest mode to the former <syntaxhighlight lang="pascal" inline>{$mode GPC}</syntaxhighlight> will be [[Mode extendedpascal|<syntaxhighlight lang="pascal" inline>{$mode extendedPascal}</syntaxhighlight>]].
 
As an alternative, the closest mode to the former <syntaxhighlight lang="pascal" inline>{$mode GPC}</syntaxhighlight> will be [[Mode extendedpascal|<syntaxhighlight lang="pascal" inline>{$mode extendedPascal}</syntaxhighlight>]].
As of 2020, however, it is not operational yet.
+
As of 2022, however, it is not operational yet.

Latest revision as of 18:38, 21 January 2022

English (en) español (es) français (fr) русский (ru)

The compiler mode {$mode GPC} was supported by FPC until version 2.2 (commented out in revision 6518). The mode’s intention was to compile only code that is accepted by the GNU Pascal compiler.

As an alternative, the closest mode to the former {$mode GPC} will be {$mode extendedPascal}. As of 2022, however, it is not operational yet.