Nikolay Nikolov
|
79b240ec81
|
* WebAssembly goto support: skip unused labels in resolve_labels_via_state_machine. Fixes #41093
|
2025-02-24 16:57:26 +02:00 |
|
Nikolay Nikolov
|
7c44300136
|
* WebAssembly: fixed type conversion from pointer to qword (fixes bug #41092)
|
2025-02-24 10:48:18 +02:00 |
|
florian
|
29b3b09251
|
* allow absolutes on open arrays (use of this is doubtful though), resolves #41147
|
2025-02-11 22:45:56 +01:00 |
|
florian
|
125da5f10a
|
* SubLea2Lea has to check both times for equal super registers, resolves the second part of #41126
|
2025-02-03 22:19:25 +01:00 |
|
florian
|
56fa196b03
|
* properly read +/- for the warn directive, resolves #41105
|
2025-02-01 21:39:49 +01:00 |
|
florian
|
529091f620
|
* fixed test runner directives
|
2025-01-26 10:53:22 +01:00 |
|
Sven/Sarah Barth
|
599b187589
|
* fix #40979: don't recurse further into the nested hierarchy for code generation if the function is generic
+ added test
|
2025-01-14 20:38:37 +01:00 |
|
Sven/Sarah Barth
|
bb8098adea
|
+ add test for already fixed #39844
|
2025-01-04 11:19:20 +01:00 |
|
Sven/Sarah Barth
|
7991eba0d1
|
+ add test for already fixed #39841
|
2025-01-04 11:05:39 +01:00 |
|
Sven/Sarah Barth
|
50b160651c
|
* fix #38122 in a more correct way than previously done: instead of adjusting the methodpointer node when it's a deref node adjust what value is stored in a temp if a call node is encountered: store the pointer value, not the pointed to value to avoid the reference getting lost
+ added test (note: the test fails at least on x86_64-win64 due to some different reason :/ )
|
2025-01-04 10:31:26 +01:00 |
|
Sven/Sarah Barth
|
ead882f58d
|
* fix #40876: correctly check for generic constant parameters without concrete value
+ added test
|
2025-01-02 13:24:46 +01:00 |
|
Jonas Maebe
|
540807c5c8
|
WPO: don't crash on TP-style objects with only abstract virtual methods
|
2025-01-01 15:23:06 +01:00 |
|
Sven/Sarah Barth
|
79ff74ac44
|
* fix #41007: only unlink typesyms from their typedefs when releasing an unused implicit specialization if the typesym was created for the implicit specialization
+ added test
|
2024-12-26 18:08:09 +01:00 |
|
Sven/Sarah Barth
|
32b3477fe2
|
* fix #41063: don't add classrefdefs or objectdefs to the WPOInfo if they are declared locally (e.g. capturer instances)
+ added test
|
2024-12-26 18:08:09 +01:00 |
|
Sven/Sarah Barth
|
291d2e911a
|
+ add test for fixed #40011
|
2024-12-26 18:08:09 +01:00 |
|
Sven/Sarah Barth
|
9de0025394
|
* fix #41074: adjust conversion level of class/interface to pointer and class to interface conversions so that sub class to class conversions take precedence
+ added tests
|
2024-12-26 15:03:14 +01:00 |
|
florian
|
faae36afa1
|
* formatting
|
2024-12-24 16:38:30 +01:00 |
|
florian
|
c70e82bea6
|
* libraries must be marked with %norun
|
2024-12-23 16:11:45 +01:00 |
|
florian
|
553a1b968d
|
* formatting
+ test for issue #41066 which was already resolved previously
|
2024-12-23 16:11:03 +01:00 |
|
florian
|
d147488133
|
* partly revert 8cd6606970 , resolves #41052
(cherry picked from commit 854d4e6f4a5b53040160f8921d0089167f6b00be)
|
2024-12-23 14:27:48 +01:00 |
|
florian
|
24faf6e0f1
|
* proper naming
- remove readln
|
2024-12-23 10:55:06 +01:00 |
|
Michaël Van Canneyt
|
5632af2afa
|
* Correctly handle missing extensions for dotted include file names. Fixes issue #41064
|
2024-12-16 15:12:37 +01:00 |
|
Sven/Sarah Barth
|
6828da9c6c
|
* fix #41062: correctly handle atomic intrinsics inside generics
+ added test
|
2024-12-13 22:57:25 +01:00 |
|
florian
|
fbd17b43ac
|
* test failed only with strength reduction onm so compile with -O3
|
2024-12-10 22:38:34 +01:00 |
|
florian
|
9d94ccdc38
|
* set types of start value calculation correctly when doing strength reduction, resolves #41054
|
2024-12-09 22:30:40 +01:00 |
|
florian
|
04a56e2900
|
* properly calculate the size of enumeration types having negative elements and a max. value exceeding the upper bound of
the elsewhere matching signed type, resolves #41019
|
2024-11-30 14:43:10 +01:00 |
|
Michaël Van Canneyt
|
03f98e749c
|
* Fix TValue casts, patch by Евгений Савин, fixes issue #41030
|
2024-11-21 11:51:11 +01:00 |
|
florian
|
4d732b44d4
|
* correctly calculate the number of labels of a c boolean in case statemnts, resolves #41025
|
2024-11-20 22:04:58 +01:00 |
|
florian
|
08762ab8f0
|
* missing part of last commit
|
2024-11-17 15:03:49 +01:00 |
|
florian
|
c48d8e9708
|
* write additional info for the tests, might help to identify spurious failures
|
2024-11-17 14:21:12 +01:00 |
|
florian
|
e4af0fc1e9
|
* don't mess with boolean and/or operations in mixed short/full evaluated expressions, resolves #41012
|
2024-11-16 17:27:16 +01:00 |
|
Michaël Van Canneyt
|
2d0f8467fa
|
* Patch from Евгений Савин to implement TValue.Cast for floats. Fixes issue #41011
|
2024-11-13 23:22:59 +01:00 |
|
Michaël Van Canneyt
|
e9107bbf4f
|
* Patch from Евгений Савин to fix passing records to invoke. Fixes issue #41006
|
2024-11-11 11:59:57 +01:00 |
|
Michaël Van Canneyt
|
f35384ba53
|
* Attributes for methods test
|
2024-11-08 12:15:28 +01:00 |
|
Sven/Sarah Barth
|
bcdef8341e
|
* fix #40992: correctly handle padding inside the FFI Invoke manager
+ added test
|
2024-11-05 23:23:56 +01:00 |
|
florian
|
63734fb792
|
* unnecessary directives removed
|
2024-10-31 22:35:04 +01:00 |
|
florian
|
b7edddf9d9
|
* do not eat the semicolon after an absolute expression to a symbol, noted in #40978
|
2024-10-30 22:45:48 +01:00 |
|
Rika Ichinose
|
c08d73054a
|
Return MemSize from FreeMem.
|
2024-10-27 21:44:01 +03:00 |
|
florian
|
511beac49c
|
* get rid of the hack that tlabelnode inherits from tunarynode and stores a statement in left, resolves #40964
|
2024-10-26 16:11:24 +02:00 |
|
Sven/Sarah Barth
|
00fc962ca3
|
+ fix #40963: print suitable messages for local unit, include, library and object paths if -vt is given
+ added test
|
2024-10-25 17:13:23 +02:00 |
|
Sven/Sarah Barth
|
2ef822e8e8
|
* fix #40305: with type helpers now supporting inheriting from unique type aliases, declare a TRealHelper as a descendant of TDoubleHelper (cause Real is a Double)
+ added test
|
2024-10-25 15:26:32 +02:00 |
|
florian
|
8b19929ad9
|
* fix test
|
2024-10-20 17:03:36 +02:00 |
|
florian
|
22ec4a2033
|
* mark symbols used in conditional compiling expressions using sizeof, resolves #40955
|
2024-10-20 14:37:09 +02:00 |
|
florian
|
b8a4a72760
|
* properly process all child nodes of call nodes in foreachnode, resolves #40957
|
2024-10-19 23:41:46 +02:00 |
|
Sven/Sarah Barth
|
e048266473
|
* fix #40259: global managed records with Initialize operator need to be initialized no matter if they are referenced in the current unit or not.
+ added test
|
2024-10-18 17:51:49 +02:00 |
|
florian
|
e7cf7538cd
|
* improve test
|
2024-10-09 22:41:52 +02:00 |
|
florian
|
e91c8040ea
|
* do not generate lea with 16 bit references on x86-64, resolves #40936
|
2024-10-07 22:53:54 +02:00 |
|
Pierre Muller
|
da0cefb364
|
Add %norun for tw36544a library
|
2024-10-01 14:03:01 -07:00 |
|
Pierre Muller
|
3707000121
|
Also accept EMathError exception
|
2024-10-01 14:03:00 -07:00 |
|
Pierre Muller
|
cbd4e681d0
|
Add missing %norun information for dotest utility (crashes AIX testsuite)
|
2024-10-01 14:03:00 -07:00 |
|