On 19 apr 2006, at 12:13, Пётр Косаревский wrote:

Win32, i386.

In FPC 2.0.3 -Oa option is described as "<type>=<values>".
This is hard to understand. What should -Oa=16 mean?

Nothing, since you are not giving a type.

Probably, it could be better decribed.

The valid keywords are indeed not yet documented. Here are the possibilities (copy/paste from the compiler source):

          else if tok='JUMP' then
           b.jumpalign:=l
          else if tok='LOOP' then
           b.loopalign:=l
          else if tok='CONSTMIN' then
           b.constalignmin:=l
          else if tok='CONSTMAX' then
           b.constalignmax:=l
          else if tok='VARMIN' then
           b.varalignmin:=l
          else if tok='VARMAX' then
           b.varalignmax:=l
          else if tok='LOCALMIN' then
           b.localalignmin:=l
          else if tok='LOCALMAX' then
           b.localalignmax:=l
          else if tok='RECORDMIN' then
           b.recordalignmin:=l
          else if tok='RECORDMAX' then
           b.recordalignmax:=l


Jonas_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to