Skip to content

Commit e07d3bf

Browse files
committed
Add mangling modifier 'as long|ulong alias "long"' for Win64
- touch the changelog.txt to avoid a conflict
1 parent 9c00c59 commit e07d3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,12 @@ Version 1.06.0
7171
- #822, #814, #842: Compiler crash when initializing static/shared reference (DIM SHARED/STATIC BYREF) with non-constant initializer (e.g. another reference, or dynamic array element)
7272
- ASM backend: Fix bad code generated for comparisons such as IF @globalvar = 0 THEN
7373
- #884: FORMATing dates can deadlock under Unix
74+
- #890: Fix Bad @N stdcall suffix for non-trivial byval type parameters with -gen gcc
7475
- #642, #886: CASTs involving CONST qualifiers solved out too early allowing invalid statements to be compiled
7576
- #801: *@(expr) solved to (expr) did not cleanly remove null ptr checks allowing invalid datatype assignment with -exx. *PTRCHK(@expr) solves to (expr).
7677
- #880: Overload binary operators now support covariant arguments, overloaded procedure resolution changed especially with respect to CONST and non-CONST parameters
7778
- Fix for debugging lines in include files but not in procedures. Filename debugging information added for module level statements in included files.
7879
- #699: fix new[0] causing infinite loop when calling constructor/destructor list
79-
- #890: Fix Bad @N stdcall suffix for non-trivial byval type parameters with -gen gcc
8080

8181

8282
Version 1.05.0

0 commit comments

Comments
 (0)