log

age author description
Tue, 09 Sep 2008 16:53:58 +0200 Christian Kamm Fix typos in complex tests. See D bug 614.
Tue, 09 Sep 2008 16:42:11 +0200 Christian Kamm Fixed extra brackets in opCall_02_C. See D bug 135.
Thu, 28 Aug 2008 17:56:54 +0200 Christian Kamm Make sure obj/ exists.
Thu, 28 Aug 2008 17:33:00 +0200 Christian Kamm Remove nocompile/a/arrayOp_01: since array ops are now supported,
Thu, 28 Aug 2008 17:30:16 +0200 Christian Kamm Remove error line information for simple tests that may legitimately have
Thu, 28 Aug 2008 10:12:53 +0200 Christian Kamm Fix typo in run/a/asm_lea_03.
Thu, 28 Aug 2008 09:59:22 +0200 Christian Kamm Add check for D_InlineAsm_X86 to nocompile tests that were missing it. If the
Mon, 25 Aug 2008 22:08:00 +0200 Christian Kamm Move const_11 to compile. Addresses of globals are valid constants.
Mon, 25 Aug 2008 22:05:07 +0200 Christian Kamm Fix module headers.
Mon, 25 Aug 2008 21:56:28 +0200 Christian Kamm Move template_61_C from nocompile to run.
Sun, 24 Aug 2008 14:07:35 +0200 Christian Kamm Add hgignore file.
Thu, 21 Aug 2008 15:42:21 +0200 Christian Kamm Fix tests using typeof on types.
Fri, 22 Feb 2008 07:55:57 +0000 thomask [Issue 1612] New: No file/line number for using an undefined label in inline assembly
Fri, 22 Feb 2008 07:55:41 +0000 thomask [Issue 1829] New: Inline assembler cannot get label addresses
Fri, 22 Feb 2008 07:55:23 +0000 thomask [Issue 1836] New: Inline assembler can't use enum values as parameters.
Fri, 22 Feb 2008 07:55:01 +0000 thomask [Issue 1850] New: The compiler accepts lower case asm registers.
Fri, 22 Feb 2008 07:54:39 +0000 thomask [Issue 1689] New: Segfaults for nested array allocation with GDC
Fri, 22 Feb 2008 07:54:21 +0000 thomask [Issue 1746] New: Enums with member initializers generate undefined symbols
Fri, 22 Feb 2008 07:54:04 +0000 thomask [Issue 1666] New: 64-bit gdc programs cannot allocate large arrays
Thu, 21 Feb 2008 15:20:46 +0000 thomask [Issue 1415] gdc crash
Thu, 21 Feb 2008 15:20:29 +0000 thomask [Issue 1400] New: static array in struct as parameter BROKEN
Thu, 21 Feb 2008 15:20:08 +0000 thomask [Issue 1398] New: GDC doesn't generate correct code
Thu, 21 Feb 2008 15:19:50 +0000 thomask [Issue 1325] New: Forward declaration crashes gdc on cygwin
Thu, 21 Feb 2008 15:19:32 +0000 thomask [Issue 1264] New: anon class in anon delegate in private member == ICE
Thu, 21 Feb 2008 15:19:08 +0000 thomask [Issue 1191] New: multidimensional associative array assignment doesn't behave as with DMD
Thu, 21 Feb 2008 15:18:50 +0000 thomask [Issue 1013] Invalid code generated for naked functions with (u)long arguments
Thu, 21 Feb 2008 13:39:51 +0000 thomask [Issue 1813] static function parametrized with alias used with delegate throws an internal compiler error.
Fri, 19 Oct 2007 17:19:41 +0000 thomask [Issue 1586] DMD and GDC segfaults on incomplete code segment.
Fri, 19 Oct 2007 17:08:50 +0000 thomask [Issue 1593] ICE compiler crash empty return statement in function
Fri, 19 Oct 2007 17:07:50 +0000 thomask [Issue 1595] Multiple typedefs of Exception should be treated as different types.
Sun, 30 Sep 2007 09:48:22 +0000 thomask r8720@birke: tk | 2007-09-30 11:34:40 +0200
Sun, 30 Sep 2007 09:47:53 +0000 thomask r8719@birke: tk | 2007-09-30 11:08:05 +0200
Sun, 30 Sep 2007 09:47:31 +0000 thomask r8718@birke: tk | 2007-09-30 10:55:49 +0200
Sun, 30 Sep 2007 09:46:24 +0000 thomask r8717@birke: tk | 2007-09-30 10:45:56 +0200
Sun, 30 Sep 2007 09:45:13 +0000 thomask r8716@birke: tk | 2007-09-30 00:19:01 +0200
Sun, 30 Sep 2007 09:44:14 +0000 thomask r8715@birke: tk | 2007-09-29 23:52:45 +0200
Sun, 30 Sep 2007 09:43:24 +0000 thomask r8714@birke: tk | 2007-09-29 23:27:16 +0200
Sun, 19 Aug 2007 19:15:01 +0000 thomask D1 -> D2 : 2/N
Sun, 19 Aug 2007 19:11:54 +0000 thomask D1 -> D2 : 1/N
Mon, 23 Jul 2007 18:47:01 +0000 thomask [Issue 1268] Struct literals try to initialize static arrays of non-static structs incorrectly
Mon, 23 Jul 2007 18:46:24 +0000 thomask [Issue 1344] Can't implicitly convert literal 0 to typedef of ulong
Mon, 23 Jul 2007 18:46:06 +0000 thomask DMD-1.014: associative array literals
Mon, 23 Jul 2007 18:45:40 +0000 thomask DMD-1.011: ref
Mon, 23 Jul 2007 18:45:03 +0000 thomask DMD-1.017: __VENDOR__ and __VERSION__
Mon, 23 Jul 2007 18:44:32 +0000 thomask dmd-1.019: extern(System)
Mon, 23 Jul 2007 18:43:53 +0000 thomask [Issue 1079] gdb on linux: Dwarf Error: Cannot find DIE at 0xb705 referenced from DIE at 0x250
Mon, 23 Jul 2007 18:42:38 +0000 thomask [Issue 963] tuples & array literals: Error: non-constant expression ["abc","1"]
Mon, 23 Jul 2007 18:42:04 +0000 thomask [Issue 627] Concatenation of strings to string arrays with ~ corrupts data
Mon, 23 Jul 2007 18:41:38 +0000 thomask Dave <godaves@yahoo.com>
Mon, 23 Jul 2007 18:41:15 +0000 thomask Matti Niemenmaa <deewiant@gmail.com>
Mon, 23 Jul 2007 18:40:50 +0000 thomask Christian Kamm <kamm@incasoftware.de>
Mon, 23 Jul 2007 18:36:56 +0000 thomask Aziz K?ksal <aziz.kerim@gmail.com>
Mon, 23 Jul 2007 18:36:35 +0000 thomask [Issue 1334] Missing closing bracket in asm_offset_01_A, line 37
Sun, 01 Jul 2007 13:22:46 +0000 thomask [Issue 1148] Weird error "... of type TOK146" on recursive type definition
Sun, 01 Jul 2007 13:19:50 +0000 thomask [Issue 1151] Final template class w/ constructor and invariant causes compile error
Sun, 01 Jul 2007 13:19:07 +0000 thomask [Issue 1152] Inline assembler: cannot use properties of types
Sun, 01 Jul 2007 13:18:21 +0000 thomask [Issue 1253] DMD 0.175 introduced bug: array initializers as expressions are not allowed?
Sun, 01 Jul 2007 13:17:51 +0000 thomask [Issue 1259] Inline build triggers an illegal error msg "Error: S() is not an lvalue"
Sun, 01 Jul 2007 13:17:11 +0000 thomask [Issue 1262] Local variable of struct type initialized by literal resets when compared to .init
Mon, 07 May 2007 05:21:43 +0000 thomask [Issue 1203] Cannot create Anonclass in loop