fpc/tests/tbs
svenbarth b5827ce363 Move the handling of "misstyled" floating point constants like "2." or "2.e10" from the scanner to the parser. This way type helpers calls for integer constants can be parsed correctly in the future.
Note: the error messages for incorrect "misstyled" floating point numbers (e.g. "2e10foo") have changed because of this.

scanner.pas, tscannerfile.readtoken:
  instead of tokenizing "2.", "2.e10", "2.e+10" and "2.e-10" as "_REALNUMBER" tokenize them as "_INTCONST _POINT", "_INTCONST _POINT _ID", "_INTCONST _POINT _ID _PLUS _INTCONST" "_INTCONST _POINT _ID _PLUS _INTCONST"; tokenizing of normal floating constants is not changed

pexpr.pas:
  factor: 
    * extract the code for creating a new constant floating point from "factor" into a new function "real_const_node_from_pattern"
    + allow the parsing of postfixoperators for integer constants if a "." is encountered
  + postfixoperators: check for a "misstyled" floating point number if an ordinal const (not an enum and not a boolean) is encountered (the code is already partially prepared for type helper support)
  
+ Added tests

git-svn-id: trunk@23356 -
2013-01-10 16:23:00 +00:00
..
tb205.pp * fixed low(set)/high(set) after previous changes + test 2007-12-01 17:16:33 +00:00
tb0001.pp
tb0002.pp
tb0003.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0004.pp
tb0005.pp * fixced uninitialised variable 2005-06-13 21:53:12 +00:00
tb0006.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0007.pp
tb0008.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0009.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0010.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0011.pp
tb0012.pp
tb0013.pp * skip some tests for wince. 2006-07-06 19:08:23 +00:00
tb0014.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0015.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0016.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0017.pp
tb0018.pp
tb0019.pp
tb0020.pp
tb0021.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0022.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0023.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0024.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0025.pp
tb0026.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0027.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0028.pp
tb0029.pp
tb0030.pp
tb0031.pp
tb0032.pp
tb0033.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0034.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0035.pp
tb0036.pp
tb0037.pp
tb0038.pp
tb0039.pp * fixed test on windows, I wonder what it was supposed to test 2006-12-30 23:55:15 +00:00
tb0040.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0041.pp
tb0042.pp
tb0043.pp
tb0044.pp
tb0045.pp
tb0046.pp
tb0047.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0048.pp
tb0049.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0050.pp
tb0051.pp
tb0052.pp
tb0053.pp
tb0054.pp
tb0055.pp
tb0056.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0057.pp
tb0058.pp
tb0059.pp
tb0060.pp
tb0062.pp * range check explicitly disabled 2007-02-18 00:25:31 +00:00
tb0063.pp
tb0064.pp
tb0065.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0066.pp
tb0067.pp
tb0068.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0069.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0070.pp tests: move tb0070.pp to tbs and change expected behavior to success because delphi and fpc both allows this constructions now 2010-12-27 05:51:59 +00:00
tb0071.pp
tb0072.pp Fix wrong ifdef for MIPS cpu check 2012-10-15 14:01:30 +00:00
tb0073.pp
tb0074.pp
tb0075.pp
tb0076.pp
tb0077.pp
tb0078.pp
tb0079.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0080.pp
tb0081.pp
tb0082.pp
tb0083.pp
tb0084.pp * Delete temporary files used by tests. It is important when remotely run testsuite at Pocket PC. Temp files are created in root folder and it is not good if the files are left. 2007-06-21 17:13:39 +00:00
tb0085.pp
tb0086.pp
tb0087.pp
tb0088.pp
tb0089.pp
tb0090.pp
tb0091.pp
tb0092.pp
tb0093.pp
tb0094.pp
tb0095.pp
tb0096.pp
tb0097.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0098.pp
tb0099.pp
tb0100.pp * uses crt is not needed in some tests. 2006-07-06 19:10:44 +00:00
tb0101.pp
tb0102.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0103.pp
tb0104.pp
tb0105.pp
tb0106.pp * fixed tests now that i386 assembler code is checked for correct PIC 2007-12-01 14:34:50 +00:00
tb0107.pp * skip some tests for wince. 2006-07-06 19:08:23 +00:00
tb0108.pp
tb0109.pp
tb0110.pp
tb0111.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0112.pp
tb0113.pp
tb0115.pp
tb0116.pp
tb0117.pp
tb0118.pp
tb0119.pp
tb0120.pp
tb0122.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0123.pp
tb0124.pp
tb0125.pp
tb0126.pp * Delete temporary files used by tests. It is important when remotely run testsuite at Pocket PC. Temp files are created in root folder and it is not good if the files are left. 2007-06-21 17:13:39 +00:00
tb0127.pp
tb0128.pp
tb0129.pp
tb0130.pp
tb0131.pp
tb0132.pp
tb0133.pp
tb0134.pp
tb0135.pp
tb0136.pp
tb0137.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0138.pp
tb0139.pp
tb0140.pp
tb0141.pp
tb0142.pp * fixed ifdef for arm. 2006-12-21 20:51:09 +00:00
tb0143.pp
tb0144.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0145.pp * fixed tests now that i386 assembler code is checked for correct PIC 2007-12-01 14:34:50 +00:00
tb0146.pp
tb0147.pp
tb0148.pp
tb0149.pp
tb0150.pp
tb0151.pp
tb0152.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0153.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0154.pp
tb0155.pp
tb0156.pp tests: remove {$STATIC ON} directive since it is not available anymore 2010-01-08 18:01:28 +00:00
tb0157.pp
tb0158.pp
tb0159.pp
tb0160.pp
tb0161.pp
tb0162.pp * fix compile error 2007-02-22 06:57:50 +00:00
tb0163.pp
tb0164.pp
tb0165.pp
tb0166.pp
tb0167.pp
tb0168.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0169.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0170.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0172.pp
tb0172a.pp * fixed assignments to integer regvars typecasted to a type 2008-01-22 21:27:34 +00:00
tb0173.pp
tb0174.pp
tb0175.pp
tb0176.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0177.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0178.pp
tb0179.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0181.pp compiler: 'static' keyword: 2010-01-07 19:02:09 +00:00
tb0182.pp compiler: 'static' keyword: 2010-01-07 19:02:09 +00:00
tb0183.pp
tb0184.pp
tb0185.pp
tb0186.pp
tb0187.pp
tb0188.pp
tb0188a.pp compiler: implement generic array type: 2011-01-02 13:16:17 +00:00
tb0189.pp
tb0190.pp
tb0191.pp
tb0192.pp
tb0193.pp Add support for MIPS cpu 2012-07-06 14:51:54 +00:00
tb0194.pp * fixed tests now that i386 assembler code is checked for correct PIC 2007-12-01 14:34:50 +00:00
tb0195.pp * fixed tests 2010-01-24 15:00:49 +00:00
tb0196.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0197.pp
tb0198.pp
tb0199.pp
tb0200.pp
tb0201.pp
tb0202.pp * Delete temporary files used by tests. It is important when remotely run testsuite at Pocket PC. Temp files are created in root folder and it is not good if the files are left. 2007-06-21 17:13:39 +00:00
tb0203.pp
tb0204.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0205.pp * force reference to AbortPrinter so smartlinking doesn't optimize the import away 2006-11-05 13:00:27 +00:00
tb0207.pp
tb0208.pp
tb0209.pp
tb0210.pp
tb0211.pp
tb0212.pp
tb0213.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0214.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0215.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0216.pp
tb0217.pp
tb0218.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0219.pp
tb0220.pp
tb0221.pp
tb0222.pp
tb0224.pp
tb0225.pp + Add %needlibrary to libraries themselves to avoid error report on systems not supporting libraries 2011-08-11 12:30:14 +00:00
tb0226.pp
tb0227.pp * skip some tests for wince. 2006-07-06 19:08:23 +00:00
tb0228.pp
tb0229.pp
tb0230.pp
tb0231.pp
tb0232.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0233.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0234.pp
tb0235.pp
tb0236.pp * fixed tests now that i386 assembler code is checked for correct PIC 2007-12-01 14:34:50 +00:00
tb0237.pp
tb0238.pp
tb0239.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0240.pp
tb0241.pp * there is no gnu as for win64 2006-11-26 16:20:40 +00:00
tb0241b.pp * there is no gnu as for win64 2006-11-26 16:20:40 +00:00
tb0242.pp
tb0243.pp
tb0244.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0245.pp
tb0246.pp
tb0247.pp
tb0248.pp
tb0249.pp
tb0250.pp
tb0251.pp
tb0252.pp
tb0254.pp
tb0255.pp
tb0256.pp
tb0257.pp
tb0258.pp
tb0259.pp * fixed "inherited some_property" constructs for getters/setters 2008-03-07 19:29:40 +00:00
tb0260.pp
tb0261.pp * fixed tests now that i386 assembler code is checked for correct PIC 2007-12-01 14:34:50 +00:00
tb0262.pp
tb0263.pp
tb0264.pp
tb0265.pp
tb0267.pp * Tighten rules for accepting ATT suffixes, no longer accept FPU suffixes for integer instructions and vice versa. Resolves #18900. 2011-04-21 20:03:05 +00:00
tb0268.pp
tb0269.pp
tb0270.pp
tb0271.pp * Fixed spell error revealed by lintian. 2010-10-06 20:33:57 +00:00
tb0272.pp
tb0273.pp
tb0274.pp
tb0275.pp * fixed tests now that i386 assembler code is checked for correct PIC 2007-12-01 14:34:50 +00:00
tb0276.pp
tb0277.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0278.pp
tb0279.pp
tb0280.pp
tb0281.pp * test for win64 fixed 2007-03-18 20:11:38 +00:00
tb0282.pp
tb0283.pp
tb0284.pp
tb0285.pp
tb0286.pp
tb0287.pp * delay verbosity changes just like localswitches changes 2008-11-03 21:18:27 +00:00
tb0288.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0289.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0290.pp
tb0292.pp
tb0293.pp
tb0294.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0295.pp
tb0296.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0298.pp
tb0299.pp
tb0300.pp
tb0301.pp * skip some tests for wince. 2006-07-06 19:08:23 +00:00
tb0302.pp
tb0303.pp
tb0304.pp + Add %needlibrary to libraries themselves to avoid error report on systems not supporting libraries 2011-08-11 12:30:14 +00:00
tb0305.pp
tb0306.pp
tb0308.pp
tb0309.pp * more testbench fixes 2005-10-26 21:42:20 +00:00
tb0310.pp
tb0311.pp
tb0312.pp - Removed dependency on unit DOS 2005-04-28 18:36:18 +00:00
tb0313.pp
tb0314.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0315.pp
tb0316.pp
tb0317.pp * Delete temporary files used by tests. It is important when remotely run testsuite at Pocket PC. Temp files are created in root folder and it is not good if the files are left. 2007-06-21 17:13:39 +00:00
tb0318.pp
tb0319.pp * fixed tests now that i386 assembler code is checked for correct PIC 2007-12-01 14:34:50 +00:00
tb0320.pp * fixed tests now that i386 assembler code is checked for correct PIC 2007-12-01 14:34:50 +00:00
tb0321.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0322.pp
tb0323.pp
tb0324.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0325.pp
tb0326.pp
tb0327.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0328.pp * about 500 millions iterations is not needed for tb0328 test. 2006-07-06 11:02:28 +00:00
tb0329.pp
tb0331.pp
tb0332.pp - disabled for non-x86/x86_64 2005-10-16 14:47:32 +00:00
tb0333.pp
tb0334.pp
tb0335.pp
tb0336.pp
tb0337.pp
tb0338.pp
tb0339.pp
tb0340.pp
tb0341.pp
tb0342.pp
tb0343.pp
tb0344.pp
tb0345.pp
tb0346.pp
tb0347.pp
tb0348.pp
tb0349.pp * changing tests to fix regressions is only the last resort, so this should be sorted out by other means, r19117 reverted 2011-09-17 18:21:25 +00:00
tb0350.pp
tb0351.pp
tb0352.pp
tb0353.pp
tb0354.pp
tb0355.pp
tb0356.pp * disallow placing fields after method/property definitions, because this 2009-06-27 12:59:46 +00:00
tb0357.pp
tb0358.pp
tb0359.pp * enabled a bunch of tests also for aix 2012-04-11 18:04:57 +00:00
tb0360.pp
tb0361.pp
tb0362.pp
tb0363.pp
tb0364.pp
tb0365.pp
tb0366.pp
tb0367.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0368.pp
tb0369.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0370.pp
tb0371.pp
tb0372.pp
tb0373.pp
tb0374.pp
tb0375.pp
tb0376.pp * delay verbosity changes just like localswitches changes 2008-11-03 21:18:27 +00:00
tb0377.pp
tb0378.pp
tb0380.pp
tb0381.pp
tb0382.pp
tb0383.pp
tb0384.pp
tb0385.pp
tb0386.pp
tb0387.pp
tb0388.pp
tb0389.pp
tb0390.pp
tb0391.pp
tb0392.pp
tb0393.pp
tb0394.pp - Removed superfluous apptype 2005-04-28 18:35:02 +00:00
tb0396.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0397.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0398.pp
tb0399.pp
tb0400.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0401.pp
tb0402.pp
tb0403.pp
tb0404.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0405.pp
tb0406.pp
tb0407.pp
tb0408.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0409.pp
tb0410.pp
tb0411.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0412.pp * Compiler now catches the error already at compiler time. Use a variable 2007-07-03 10:15:14 +00:00
tb0413.pp * new bugs 2005-04-04 16:29:44 +00:00
tb0414.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0415.pp
tb0416.pp
tb0417.pp
tb0418.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0419.pp
tb0420.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0421.pp
tb0422.pp
tb0423.pp
tb0424.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0425.pp
tb0426.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0427.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0428.pp
tb0429.pp * renamed fpc_WChar_To_ShortStr() compilerproc to fpc_UChar_To_ShortStr() for 2011-08-28 19:22:15 +00:00
tb0430.pp
tb0431.pp
tb0432.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0433.pp
tb0433a.pp
tb0433b.pp
tb0434.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0435.pp
tb0436.pp
tb0437.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0438.pp
tb0439.pp
tb0440.pp
tb0441.pp * fixed test 2005-10-13 20:01:17 +00:00
tb0442.pp
tb0443.pp
tb0444.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0445.pp
tb0446.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0447.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0447a.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0448.pp
tb0449.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0450.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0451.pp
tb0453.pp
tb0454.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0455.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0456.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0457.pp
tb0458.pp
tb0459.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0460.pp
tb0461.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0462.pp + added cwstring unit for unix 2007-06-16 09:13:01 +00:00
tb0464.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0465.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0466.pp * Delete temporary files used by tests. It is important when remotely run testsuite at Pocket PC. Temp files are created in root folder and it is not good if the files are left. 2007-06-21 17:13:39 +00:00
tb0467.pp
tb0468.pp
tb0469.pp
tb0470.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0471.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0472.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0473.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0475.pp
tb0476.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0477.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0478.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0479.pp * truncate log 2005-02-14 17:13:06 +00:00
tb0480.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0481.pp
tb0482.pp
tb0483.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0483u.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0484.pp
tb0485.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
tb0486.pp * fixed runtime 2005-10-19 06:35:17 +00:00
tb0487.pp no message 2005-02-24 22:36:03 +00:00
tb0488a.pp * Explicitly disable range/overlfow checks when test is not about this 2012-03-23 16:35:04 +00:00
tb0488b.pp * properties fixed 2007-04-09 19:04:51 +00:00
tb0489.pp new bugs 2005-03-28 15:06:55 +00:00
tb0490.pp * fixed passing function results to const formal defs, see tbs/tb0490.pp 2005-05-21 20:44:04 +00:00
tb0491.pp + check for not failing on Delphi $WARN directive 2005-05-26 20:53:02 +00:00
tb0492.pp * initial test version 2005-06-01 18:45:23 +00:00
tb0493.pp + strict protected and strict private support 2005-06-28 19:23:39 +00:00
tb0494.pp * fixed array[..] of char <op> pchar: wrong type was determined for non op<>+ returned 2005-09-18 08:59:20 +00:00
tb0495.pp * fixed tests now that i386 assembler code is checked for correct PIC 2007-12-01 14:34:50 +00:00
tb0496.pp * Explicitly disable range/overlfow checks when test is not about this 2012-03-23 16:35:04 +00:00
tb0497a.pp * Isolated IE200311075 bug found today 2005-12-02 21:05:28 +00:00
tb0497b.pp * Isolated IE200311075 bug found today 2005-12-02 21:05:28 +00:00
tb0497c.pp * renamed test to properly reproduce internal error 2006-01-09 15:46:30 +00:00
tb0498.pp * test for enums in record 2006-02-02 13:17:05 +00:00
tb0499.pp * more tests for symtable insert/search 2006-02-02 13:41:17 +00:00
tb0500.pp * delay verbosity changes just like localswitches changes 2008-11-03 21:18:27 +00:00
tb0501.pp * delay verbosity changes just like localswitches changes 2008-11-03 21:18:27 +00:00
tb0502.pp * delay verbosity changes just like localswitches changes 2008-11-03 21:18:27 +00:00
tb0503.pp * changing tests to fix regressions is only the last resort, so this should be sorted out by other means, r19117 reverted 2011-09-17 18:21:25 +00:00
tb0504.pp * delay verbosity changes just like localswitches changes 2008-11-03 21:18:27 +00:00
tb0505.pp + support for "return" without return value in MacPas mode 2006-10-15 19:22:39 +00:00
tb0506.pp * property override test 2006-10-28 18:22:33 +00:00
tb0507.pp + added goto enable switch 2006-10-29 20:04:31 +00:00
tb0508.pp + implement auto inlining (-Ooautoinline) 2012-05-19 13:30:02 +00:00
tb0509.pp + copying of procedure variable defs 2006-11-07 19:20:12 +00:00
tb0510.pp * properties can be also passed to formal const parameters 2006-11-18 09:09:21 +00:00
tb0511.pp * always call tobject.create/free in MacPas mode for new/dispose constructs 2006-11-18 13:36:38 +00:00
tb0512.pp * always call tobject.create/free in MacPas mode for new/dispose constructs 2006-11-18 13:36:38 +00:00
tb0513.pp * always call tobject.create/free in MacPas mode for new/dispose constructs 2006-11-18 13:36:38 +00:00
tb0514.pp * always call tobject.create/free in MacPas mode for new/dispose constructs 2006-11-18 13:36:38 +00:00
tb0515.pp * fixed for 64 bit targets 2006-12-03 20:47:45 +00:00
tb0516.pp * support ranges in case-options of variant records 2006-12-07 15:19:30 +00:00
tb0517.pp * fixed one regression in r5682: implementation declarations with a 2006-12-23 11:17:21 +00:00
tb0518.pp * fixed support for repeating constructor without parameters in Delphi 2006-12-23 20:53:47 +00:00
tb0519.pp * extended test 2007-01-12 10:38:15 +00:00
tb0520.pp * pos(...,...) overloads with variants, see tb0520.pp for the reason 2006-12-31 17:47:05 +00:00
tb0521.pp * fixed warnings for length/high/low(<normal array>; <ord>; <enum>) 2007-01-03 09:51:24 +00:00
tb0522.pp * delay verbosity changes just like localswitches changes 2008-11-03 21:18:27 +00:00
tb0523.pp * added -Cg- parameter for targets on which -Cg is default 2010-03-31 20:00:56 +00:00
tb0524.pp Do not try to call do_client if do_server failed 2012-07-06 15:03:13 +00:00
tb0525.pp * delay verbosity changes just like localswitches changes 2008-11-03 21:18:27 +00:00
tb0526.pp * properties fixed 2007-04-09 19:04:51 +00:00
tb0527.pp * support for {$z+/-} (={$z4/1}) 2007-01-21 22:08:53 +00:00
tb0528.pp * Fixed unclosed comment causing the test to fail for a completely unrelated reason. 2012-06-27 18:20:52 +00:00
tb0529.pp * Correct properties on tb0529 2007-02-16 18:02:57 +00:00
tb0530.pp * new test 2007-02-20 19:24:40 +00:00
tb0531.pp * fixed a_op_const_reg(_reg)(OP_OR/OP_XOR,OS_S8/OS_S16) for ppc32 2007-03-09 15:51:09 +00:00
tb0532.pp * this test not for wince. 2007-06-20 20:35:44 +00:00
tb0533.pp * fixed val(s,int64) (it accepted values in the range 2007-03-12 22:22:43 +00:00
tb0534.pp * delay verbosity changes just like localswitches changes 2008-11-03 21:18:27 +00:00
tb0535.pp * fixed SSE2 substraction when both operands are on the 80x87 fpu stack 2007-03-23 00:21:46 +00:00
tb0536.pp * remove svn:executable property 2008-07-18 21:28:51 +00:00
tb0537.pp * allow assignment of empty dynarray to variant and empty vararray to dynarray. 2007-06-21 09:31:10 +00:00
tb0538.pp + new test 2007-06-24 14:33:28 +00:00
tb0539.pp * don't try to range check ordconst nodes being actually classes 2007-06-24 19:27:22 +00:00
tb0540.pp * tb0201 should now succeed, move & rename it to tbs/tb0540 2007-06-26 17:43:41 +00:00
tb0541.pp * Fixed fpc_WideCharArray_To_WideStr in case if widechar array contains empty string. 2007-08-28 09:53:29 +00:00
tb0542.pp * delay verbosity changes just like localswitches changes 2008-11-03 21:18:27 +00:00
tb0543.pp * Explicitly disable range/overlfow checks when test is not about this 2012-03-23 16:35:04 +00:00
tb0544.pp * naming fixed 2008-02-16 08:52:57 +00:00
tb0545.pp * testcase for last commit 2008-02-16 08:55:08 +00:00
tb0546.pp * Merged XPCom branch into trunk, added support for constref and changed 2010-10-17 20:58:22 +00:00
tb0547.pp * workaround for default property constant value limitations 2008-03-28 10:15:33 +00:00
tb0548.pp * fixed swapendian(smallint) (bug found by Joost van der Sluis) 2008-04-29 22:14:43 +00:00
tb0549.pp + support of -Mxxx or $modeswitch to enable single mode specific features 2008-05-10 22:04:53 +00:00
tb0550.pp + support of -Mxxx or $modeswitch to enable single mode specific features 2008-05-10 22:04:53 +00:00
tb0550a.pp + support of -Mxxx or $modeswitch to enable single mode specific features 2008-05-10 22:04:53 +00:00
tb0550b.pp + support of -Mxxx or $modeswitch to enable single mode specific features 2008-05-10 22:04:53 +00:00
tb0551.pp * support of dq in Intel assembler on 64 bit CPUs, resolves #11425 2008-06-07 15:08:48 +00:00
tb0552.pp * support deprecated for types 2008-07-07 17:59:48 +00:00
tb0553.pp * allow goto inside finally blocks 2008-07-17 19:49:38 +00:00
tb0554.pp + test conversion from class to differently sized enum and to differently 2009-05-16 11:07:09 +00:00
tb0555.pp * Fixed passing of open array of wide string literals to function which expects 'array of pwidechar' parameter in case source file has utf8 encoding. Compiler thrown the following error in such case: Incompatible type for arg no. 1: Got "Array Of Const/Constant Open Array of WideString", expected "Open Array Of PWideChar". 2008-08-14 18:55:10 +00:00
tb0556.pp * fixed constant char to unicodestring conversion 2008-09-14 17:19:20 +00:00
tb0557.pp * Test for default of property override: default of parent must be preserved 2008-11-15 22:35:36 +00:00
tb0558.pp * fixed internalerror(2007120903) when using -Cfsse2 in case an unsigned 2009-04-25 11:40:02 +00:00
tb0559.pp * also consider the search attributes for findfirst if the name does 2009-05-01 16:03:56 +00:00
tb0560.pp * insert register allocation/deallocation information for the exception 2009-05-06 19:11:54 +00:00
tb0561a.pp * fixed linux flock type by defining and using a kernel_off_t type 2009-05-09 19:47:59 +00:00
tb0561b.pp * fixed linux flock type by defining and using a kernel_off_t type 2009-05-09 19:47:59 +00:00
tb0564.pp * fixed an error with trashing (-gt) of open shortstring "out" parameters 2009-08-19 20:24:32 +00:00
tb0565.pp * fixed stabs debug information for parameters copied into local variables 2009-10-06 13:51:16 +00:00
tb0566.pp * improve precision of values specified with a decimal point and an exponent 2010-01-03 15:56:06 +00:00
tb0567.pp * fixed pred/succ for integer constants that equal the low/high bound of a 2010-01-04 15:12:27 +00:00
tb0568.pp * fixed tests 2010-01-24 15:00:49 +00:00
tb0569.pp * read/write new cstringpattern correctly from/to ppu files 2010-01-24 12:34:00 +00:00
tb0570.pp * insert proper type conversions when optimising logical operations and 2010-02-12 18:13:08 +00:00
tb0571.pas * added testcase for right behavior of AS and SUPPORTS so that QueryInterface is called before GetInterface 2010-03-26 00:43:53 +00:00
tb0572.pp * optimized copy(<dyn. array> ...) by checking if the elements are really ref. counted 2010-05-05 13:49:06 +00:00
tb0573.pp * don't treat variant records with one element as "records with one element" 2010-06-13 09:57:58 +00:00
tb0574.pp * don't convert second argument of inc/dec to sinttype when inc/dec are compiled with r+ or q+, fixes code generation for inc(<int64>,<int64>); on 32 bit targets 2010-11-01 21:30:14 +00:00
tb0575.pp * Fixed multiplying negative tBCD values 2011-06-13 17:12:49 +00:00
tb0576.pp * prefer "any array" -> "open array" over "single element" -> "open array" 2011-06-22 19:32:28 +00:00
tb0577.pp * make sure that anonymous inherited calls only call through to the 2011-08-10 17:26:19 +00:00
tb0577a.pp * fixed calling inherited message handlers after r18162 2011-08-11 20:08:43 +00:00
tb0578.pp * cr*, dr*, tr* registers are 64 bit on x86-64 2011-08-17 11:42:11 +00:00
tb0579.pp + might_have_sideeffects, make use of it when optimizing x*x into sqr(x) 2011-08-19 09:26:40 +00:00
tb0580.pp * fix test 2011-08-19 13:20:05 +00:00
tb0581.pp * fixed source type information for values loaded in arrayconstructor after 2012-05-20 20:34:14 +00:00
tb0582.pp * handle exports with a name consisting of a single character correctly 2012-07-22 14:23:09 +00:00
tb0583.pp * only remove the calculation of unused parameters of inline routines if 2012-08-26 21:04:46 +00:00
tb0583a.pp * only remove the calculation of unused parameters of inline routines if 2012-08-26 21:04:46 +00:00
tb0584.pp * m68k/n68kmat.pas, tm68knotnode.pass_generate_code: 2012-10-20 18:23:35 +00:00
tb0585.pp * m68k/n68kadd.pas, t68kaddnode.second_cmpsmallset: 2012-10-20 19:39:29 +00:00
tb0586.pp * m68k/n68kadd.pas, t68kaddnode.second_cmpboolean: 2012-10-20 20:32:46 +00:00
tb0587.pp * fixed size of movzx/movsx with 64bit operand in x86-64 Intel asm reader 2012-12-09 22:42:52 +00:00
tb0588.pp * don't replace vmt entries of empty methods by FPC_EMPTYMETHOD 2013-01-03 23:01:07 +00:00
tb0589.pp Fix one problem type of Mantis #23546. A record must not contain a static array that uses itself as an element type (in can contain a dynamic array however) otherwise an infinite loop is encountered when checking whether the record needs special init/final code. 2013-01-09 14:07:01 +00:00
tb0590.pp Fix one problem type of Mantis #23546. A record must not contain a static array that uses itself as an element type (in can contain a dynamic array however) otherwise an infinite loop is encountered when checking whether the record needs special init/final code. 2013-01-09 14:07:01 +00:00
tb0591.pp Move the handling of "misstyled" floating point constants like "2." or "2.e10" from the scanner to the parser. This way type helpers calls for integer constants can be parsed correctly in the future. 2013-01-10 16:23:00 +00:00
ub0060.pp
ub0069.pp
ub0119.pp
ub0120.pp
ub0129.pp
ub0133.pp
ub0150.pp
ub0155.pp
ub0170.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
ub0179.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
ub0222.pp
ub0265.pp
ub0292.pp
ub0308.pp
ub0313.pp
ub0339.pp
ub0342a.pp
ub0342b.pp
ub0366.pp
ub0380.pp
ub0386.pp
ub0391.pp
ub0406.pp
ub0421a.pp * truncate log 2005-02-14 17:13:06 +00:00
ub0421b.pp * truncate log 2005-02-14 17:13:06 +00:00
ub0421c.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
ub0426.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
ub0437a.pp
ub0437b.pp
ub0437c.pp
ub0440.pp * truncate log 2005-02-14 17:13:06 +00:00
ub0461.pp * log and id tags removed 2005-05-21 09:42:41 +00:00
ub0489.pp * fix compile failures 2005-04-05 21:04:34 +00:00
ub0489b.pp new bugs 2005-03-28 15:06:55 +00:00
ub0506.pp * property override test 2006-10-28 18:22:33 +00:00
ub0569.pp * read/write new cstringpattern correctly from/to ppu files 2010-01-24 12:34:00 +00:00