Jonas Maebe
|
bb3fd863e1
* merged support for changing the language set in the DWARF debug info to
|
8 年之前 |
Jonas Maebe
|
5107d65b32
Merging r33050
|
9 年之前 |
Jonas Maebe
|
73cae02c20
--- Merging r29821 into '.':
|
9 年之前 |
Jonas Maebe
|
c378d75787
--- Merging r29497 through r29498 into '.':
|
10 年之前 |
Tomas Hajny
|
ee82b6ea0b
* do not mention OS/2 and EMX on option list for x86_64
|
10 年之前 |
florian
|
4289dd667d
* managed types cause a different warning/hint when they are
|
10 年之前 |
florian
|
bb01872821
+ handle -CPPACKENUM and -CPPACKRECORD, resolves #27153
|
10 年之前 |
svenbarth
|
e2c546b26f
Regenerate msg*.inc files
|
10 年之前 |
florian
|
25e19f27a0
+ write name of missing feature in error message
|
10 年之前 |
svenbarth
|
2288df9fcf
Fix for Mantis #27073. The -vx option is not only for Win32, but in fact for information about tool invocation on all platforms.
|
10 年之前 |
Tomas Hajny
|
4c98113569
* note about multiple 't' in -gt added to the help page
|
10 年之前 |
Tomas Hajny
|
fc17e318b0
* add some previously missing options to the help page, add support for listing recognized compiler and RTL features in -i and allow skipping an empty section (controllertypes) in -i listing by providing support of multiple output lines based on one source line in the msg file using $\n as newline
|
10 年之前 |
Tomas Hajny
|
f7e6ea56d9
* support for machine-parseable output of information in fpc -i plus improvements in help (including previously missing information for some less used platforms
|
10 年之前 |
Tomas Hajny
|
2a0d760a3f
* fixed typo (can not)
|
10 年之前 |
Jonas Maebe
|
839d11eac9
* mention that misplaced global directives are ignored (mantis #27004)
|
10 年之前 |
Károly Balogh
|
4431ba2c08
merged/updated AROS/i386 target to trunk from AROS branch, to support Marcus Sackrow's work on AROS support which will hopefully benefit all Amiga-like targets (classic, MorphOS) on the long run. Compiler only, RTL comes in the next run.
|
11 年之前 |
Tomas Hajny
|
82d62aa883
* added description for option @ and missing bracket at the end of list for -P
|
11 年之前 |
nickysn
|
7f9fa145e8
+ added error message in case the HUGEPOINTERNORMALIZATION directive is used
|
11 年之前 |
nickysn
|
a3b48b79cb
- rm the scan_w_hugepointernormalization_not_support message, replaced with
|
11 年之前 |
svenbarth
|
30be5d8d33
As discussed on core enable the abstract class construction warning by default and also make it controllable with {$warn constructing_abstract ...}.
|
11 年之前 |
svenbarth
|
a7a9440692
Add a new warning message that is generated if an instance of an abstract class is created. This message is disabled by default, but can be switched on by using {$warn 4122 on} or {$warn 4122 error}.
|
11 年之前 |
nickysn
|
b3bb9df19f
+ added a $HUGEPOINTERNORMALIZATION switch
|
11 年之前 |
nickysn
|
8b7863d076
+ added warning in case a far pointer is declared on a platform that does not
|
11 年之前 |
nickysn
|
140ce2a880
+ added the compact and large memory models to the compiler command line option
|
11 年之前 |
nickysn
|
ce87e72721
* show an error if the user attempts to create a dos .com file in an i8086
|
11 年之前 |
nickysn
|
db011dfb7a
+ added a warning if HeapMax<HeapMin is specified with the $M directive
|
11 年之前 |
Jonas Maebe
|
2df1d5ec58
* don't allow default parameter values for parameter types that don't accept
|
11 年之前 |
nickysn
|
82eb84ddff
+ added warning in case of an $M directive with an invalid stack size specified
|
11 年之前 |
nickysn
|
ce0bd81273
+ show an error message 'procedure must be far' if an attempt is made to convert
|
11 年之前 |
florian
|
d88d644925
+ support for FMA intrinsic: if there is no hardware support, the compiler throws an error.
|
11 年之前 |