pierre
|
4c0a213f0d
Add -Tlinux and -Tembedded help lines for riscv32 and riscv64 compilers
|
6 years ago |
florian
|
a34d4e715c
Merged riscv_new branch
|
7 years ago |
svenbarth
|
cfe75ca0fd
+ add messages to use when generic types of a definition do not match with its declaration
|
7 years ago |
florian
|
3c69f9a066
+ basic infrastructure to generate code for floating point exception
|
7 years ago |
florian
|
0eea2141f6
* patch by J. Gareth Moreton: clarity in directive conflict error messages, resolves #33754
|
7 years ago |
svenbarth
|
0a45d7a774
+ add a message that is used when a threadvar section is started inside a class or record without the "class"
|
7 years ago |
svenbarth
|
7522a34a67
+ add a message that can be used if an internal operator hides an existing operator overload
|
7 years ago |
svenbarth
|
b7cc225149
* revert r39043 and r39045 which disallow static array constants inside dynamic constants for Delphi modes
|
7 years ago |
svenbarth
|
74ca92b5dc
+ add a message that will be used to complain about static array constants inside dynamic array constants for
|
7 years ago |
nickysn
|
9a4a61ab97
* automatically switch to external linking (and show message) when requested to
|
7 years ago |
nickysn
|
600b460ecd
+ added new debug output option -godwarfomflinnum for generating line number
|
7 years ago |
nickysn
|
b80642c384
+ started implementing support for generating Microsoft CodeView debug
|
7 years ago |
svenbarth
|
56f36e6509
+ add a diagnostic mesage for the used unit scopes
|
7 years ago |
svenbarth
|
aa38d6f831
* adjust text for -FN<x> to include both "namespace" and "unit scope"
|
7 years ago |
svenbarth
|
7e1a058bb2
* document new -FN<x> option
|
7 years ago |
florian
|
42d6e81c33
* made message about subroutines not being inlined a note instead of a hint, see also #33515
|
7 years ago |
nickysn
|
602dd31a45
+ added a warning for using cs/ds/es/ss segment overrides in inline assembly on
|
7 years ago |
pierre
|
46d83d296b
Add more missing -T options
|
7 years ago |
pierre
|
ed15a50562
Add missing arm/i8086 targets
|
7 years ago |
pierre
|
5fe20f3f9d
Add an explicit comment inside help pages
|
7 years ago |
nickysn
|
45fdd7655d
+ support concatenation of references in x86 intel syntax inline asm:
|
7 years ago |
florian
|
62df4a4083
* patch by Christo Crause: more descriptive error message when BRxx destination out of reach
|
7 years ago |
florian
|
73aef1402b
+ compiler writes a hint if a subroutine marked as inline cannot be/is not inlined, resolves #31717
|
7 years ago |
florian
|
d031545f88
* warn if the first constant element of a range set expression is greater than the second one, resolves #31936
|
7 years ago |
marco
|
b1678f80c7
* some copyright updates, mantis #33208
|
7 years ago |
florian
|
5d17b335a6
* based on patch by Christo Crause: when setting the controller type, set also the sub architecture, resolves #33189
|
7 years ago |
pierre
|
c3ffd778c0
Add new message for seg(procvar) with is not usable for some i8086 memory models
|
7 years ago |
Jonas Maebe
|
1b66995754
* factored out check to determine whether a variable can be subscripted in
|
7 years ago |
florian
|
8eb885de91
* better error message if a unit is not found
|
7 years ago |
nickysn
|
ed4a5acb31
+ added -Twin16 (the 16-bit windows target) to the i8086 crosscompiler help screen
|
7 years ago |