Commit Graph

2459 Commits

Author SHA1 Message Date
peter
ac9df7be0d * remove Pipes
git-svn-id: trunk@4388 -
2006-08-07 20:00:46 +00:00
peter
a704cbf048 * never prefer conversion to formaldef
git-svn-id: trunk@4387 -
2006-08-07 19:50:52 +00:00
peter
22657a363b * pass context class to searchsym_in_class to fix the visibility
of protected members called from a named class in a child class
    that also has the visibility for those protected members

git-svn-id: trunk@4384 -
2006-08-07 19:10:11 +00:00
florian
215b870f5e * StrToBool friends, fixes #7222
git-svn-id: trunk@4378 -
2006-08-06 15:38:27 +00:00
peter
0e8a21e84a * also win64
git-svn-id: trunk@4368 -
2006-08-06 10:15:22 +00:00
Jonas Maebe
f9c0db2cee + added
git-svn-id: trunk@4348 -
2006-08-04 14:55:23 +00:00
Jonas Maebe
9345d8c7de * fixed tests
git-svn-id: trunk@4323 -
2006-08-01 16:05:54 +00:00
Jonas Maebe
bd6dc91069 + some packed array tests
git-svn-id: trunk@4322 -
2006-08-01 15:53:27 +00:00
Jonas Maebe
5bf38351e9 * fixed bug #7195: use regular type conversions for the results of
fpc_sqr(t)_real

git-svn-id: trunk@4290 -
2006-07-24 07:55:32 +00:00
Jonas Maebe
2fd0ddf2f5 * fixed web bug #7100 (finalize instead of only decrref temps for
refcounted function results)

git-svn-id: trunk@4243 -
2006-07-17 15:29:30 +00:00
Jonas Maebe
e95bd67f6c + added
git-svn-id: trunk@4241 -
2006-07-17 14:05:45 +00:00
Jonas Maebe
e772485a40 - svn:executable
git-svn-id: trunk@4211 -
2006-07-15 08:47:40 +00:00
Jonas Maebe
a12f293781 * fixed wrong note about explictly valued enumeration types if the lower
bound is <= -1

git-svn-id: trunk@4182 -
2006-07-14 17:16:27 +00:00
Jonas Maebe
30ee3416e8 * fixed wrong "assigned but not used" note for class and interface
(the latter via a type cast) variables from which only fields are
    read

git-svn-id: trunk@4181 -
2006-07-14 17:06:31 +00:00
Jonas Maebe
0d0766a595 * fixed web bug #6923 (old 5100): count references to private fields
from non-private properties

git-svn-id: trunk@4180 -
2006-07-14 15:34:02 +00:00
florian
b24388da8d * fix comparedword, fixes #7143
git-svn-id: trunk@4153 -
2006-07-12 20:50:48 +00:00
yury
b6192642c4 * do not check the last digit to avoid test failure due to small precision issue.
git-svn-id: trunk@4114 -
2006-07-06 19:13:23 +00:00
yury
d56fc311df * added DecimalSeparator:='.'; to make test locale independent.
git-svn-id: trunk@4113 -
2006-07-06 19:11:43 +00:00
yury
cdafea2ce7 * uses crt is not needed in some tests.
git-svn-id: trunk@4112 -
2006-07-06 19:10:44 +00:00
yury
291b00529a * wince support for some tests.
git-svn-id: trunk@4111 -
2006-07-06 19:09:42 +00:00
yury
f96b571e38 * skip some tests for wince.
git-svn-id: trunk@4110 -
2006-07-06 19:08:23 +00:00
yury
52946c9418 * smaller number of iterations for ARM in test tw3456.
git-svn-id: trunk@4101 -
2006-07-06 13:21:11 +00:00
yury
a5335f06f0 * reduced memory requirements for test tw4999 from ~256MB to ~2MB.
git-svn-id: trunk@4100 -
2006-07-06 13:19:48 +00:00
yury
4c3d73106c * about 500 millions iterations is not needed for tb0328 test.
git-svn-id: trunk@4098 -
2006-07-06 11:02:28 +00:00
yury
2ff554ca50 * test tw4038 is not for wince.
git-svn-id: trunk@4096 -
2006-07-05 22:10:56 +00:00
yury
f9f7531db6 * skip tdir test for wince.
* tw1633 test for i386 only.
* removed SWI instruction in tw4722 test. It is not supported for arm-wince and do not needed for test.

git-svn-id: trunk@4093 -
2006-07-05 15:55:52 +00:00
yury
d9bedaeda2 * updated ctest.o and tcext*.o files for arm-wince.
* tcext5.c test file do not use floating point operations in softfloat mode, otherwise missing links are created to softfloat C functions.

git-svn-id: trunk@4078 -
2006-07-02 14:12:33 +00:00
peter
172413fd09 * inheritance based on message also needs to find hidden
private methods

git-svn-id: trunk@4024 -
2006-06-30 21:06:49 +00:00
peter
96fba798f0 * generate input file in the test
git-svn-id: trunk@4019 -
2006-06-30 20:21:23 +00:00
peter
d667a02b79 * intel parser is i386 only
git-svn-id: trunk@4018 -
2006-06-30 20:18:51 +00:00
peter
b32b872a7e * change non-volatile rbx to volatile r11
git-svn-id: trunk@4013 -
2006-06-30 20:01:37 +00:00
peter
e9992c9e17 * disable for 2.1+y
git-svn-id: trunk@3959 -
2006-06-26 06:38:51 +00:00
peter
e155a9edc6 * inline on
git-svn-id: trunk@3957 -
2006-06-26 06:31:36 +00:00
Jonas Maebe
378e7fb3d4 + added
git-svn-id: trunk@3921 -
2006-06-22 09:39:36 +00:00
Jonas Maebe
df973fa1de * fixed issue #6977 (add regvars occupied by the invisible high parameter
of "open array" and "array of const" parameters to the used regvars
    for their array accesses if range checking is turned on)

git-svn-id: trunk@3914 -
2006-06-21 18:24:01 +00:00
Jonas Maebe
58703324a9 * fixed issue #6913 (old bug id: #5086)
git-svn-id: trunk@3912 -
2006-06-21 17:11:52 +00:00
peter
79703f834e * new test
git-svn-id: trunk@3892 -
2006-06-19 06:59:25 +00:00
Jonas Maebe
5fa53a1a8c * optimize away "x mod 1" and "x div 1" + test (ppc code generator handled
"div 1" wrongly)

git-svn-id: trunk@3868 -
2006-06-15 15:53:43 +00:00
peter
eb8db1e460 * fix internal alias parameters for incr_ref
git-svn-id: trunk@3844 -
2006-06-11 10:51:27 +00:00
peter
77a7476620 * new test
git-svn-id: trunk@3814 -
2006-06-06 10:25:27 +00:00
tom_at_work
49cba77425 * added cthreads unit for unix targets to uses list
git-svn-id: trunk@3796 -
2006-06-04 18:58:53 +00:00
tom_at_work
e1cc6a8834 * fixed test, the set in the example program is not 32 bits large
git-svn-id: trunk@3794 -
2006-06-04 17:30:03 +00:00
tom_at_work
965eba1c16 + added tcext5.o object file for C parameter passing test in testsuite
git-svn-id: trunk@3791 -
2006-06-04 15:18:56 +00:00
tom_at_work
802fa8ed32 + new additional test program for testing record register variables
git-svn-id: trunk@3786 -
2006-06-04 12:37:26 +00:00
Jonas Maebe
790a7853a5 * fixed test
git-svn-id: trunk@3747 -
2006-05-30 14:04:14 +00:00
Jonas Maebe
03302dc7c4 * fixed support for macpas & and | operators: they only work on booleans
now, and always perform short circuit boolean evaluation (also in {$b+})

git-svn-id: trunk@3745 -
2006-05-30 13:02:36 +00:00
Jonas Maebe
1acfd98095 + norun
git-svn-id: trunk@3736 -
2006-05-29 19:39:21 +00:00
Jonas Maebe
505b8cede7 * fixed missing repeated "class" modifiers
git-svn-id: trunk@3735 -
2006-05-29 10:03:56 +00:00
Jonas Maebe
316c4d6313 * fixed web bug tw4954 (warning when reading from a typed file)
+ test for the above (submitted test program minus childish remarks)

git-svn-id: trunk@3733 -
2006-05-29 09:54:42 +00:00
tom_at_work
88ac727d44 + added tcext5 C object file for linux/powerpc
git-svn-id: trunk@3725 -
2006-05-28 21:03:41 +00:00