July 30, 2014 Learn » Re: pointer array? | |||
|---|---|---|---|
| |||
...int add (int a, int b)'; } // ... auto ret = add(123, 456); LMB On Wed, Jul... | |||
July 23, 2014 GDC » [Bug 146] ICE (segmentation fault) | |||
|---|---|---|---|
| |||
...due to code 'if (isref) ret_type = build_reference_type (ret_type);'. there is the... | |||
July 19, 2014 Issues » [Issue 13162] New: std.algorithm.group accepts immutable(char)[] but not immutable(ubyte)[] | |||
|---|---|---|---|
| |||
...d(4063,13): Error: cannot modify struct ret._current Tuple!(immutable(ubyte), uint) with immutable... | |||
July 17, 2014 General » Re: Integer overflow and underflow semantics? | |||
|---|---|---|---|
| |||
...define zeroext i1 @_Z3fooi(i32 %a) #0 {
ret i1 false
}
---
That is, the optimizer completely... | |||
July 17, 2014 GDC » [Bug 141] New: Signed integer overflow handled incorrectly | |||
|---|---|---|---|
| |||
...a + 1);
}
---
produces
---
_D4test3fooFiZb:
xorl %eax, %eax
ret
---
using the GDC 4.9.0 from... | |||
July 15, 2014 Learn » Re: reference to delegates and garbage collection | |||
|---|---|---|---|
| |||
...variable ... call collect ... ret # from main collect: ... push esi ... pop esi ret Note the instance... | |||
July 13, 2014 General » Re: Software Assurance Reference Dataset | |||
|---|---|---|---|
| |||
...ECX],EAX
mov EAX,-8[EBP]
leave
ret
It doesn't do it on Linux... | |||
July 11, 2014 General » Re: array initializers | |||
|---|---|---|---|
| |||
...4, i32 5, i32 6, i32 7]
define i32 @_D5immut3fooFNaNbZi() #0 {
endfor:
ret i32 28
} | |||
July 11, 2014 General » Re: array initializers | |||
|---|---|---|---|
| |||
...Ayi6__initZ to %object.TypeInfo*)) #2 %tmp28 = icmp ne i32 %tmp27, 0 ret i1 %tmp28 } | |||
July 11, 2014 General » Re: array initializers | |||
|---|---|---|---|
| |||
...for brevity)
---
define { i64, i32* } @_D4test3fooFZyAi() #0 {
ret { i64, i32* } { i64 4, i32* getelementptr inbounds... | |||
Copyright © 1999-2021 by the D Language Foundation