June 23, 2014 Issues » [Issue 12968] DMD inline asm outputs wrong XCHG instruction | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=12968 Orvid King <blah38621@gmail.com> changed... | |||
June 23, 2014 Issues » [Issue 12968] DMD inline asm outputs wrong XCHG instruction | |||
|---|---|---|---|
| |||
...Added
----------------------------------------------------------------------------
Summary|DMD inline asm outputs |DMD inline asm outputs
|wrong instruction |wrong XCHG instruction
-- | |||
June 23, 2014 Issues » [Issue 12968] DMD inline asm outputs wrong instruction | |||
|---|---|---|---|
| |||
https://issues.dlang.org/show_bug.cgi?id=12968 Orvid King <blah38621@gmail.com> changed... | |||
June 23, 2014 Issues » [Issue 12968] New: DMD inline asm outputs wrong instruction | |||
|---|---|---|---|
| |||
...1, 2, 3)); // ERROR: outputs 1
writeln(nobug(1, 2, 3)); // outputs 3 as it... | |||
June 21, 2014 Learn » Re: opAssign() calls members' postblits? | |||
|---|---|---|---|
| |||
...main() {
> A a, b;
> a = b;
> }
>
> This outputs:
>
> B.this(this)
> B.this(this)
> A... | |||
June 21, 2014 Learn » opAssign() calls members' postblits? | |||
|---|---|---|---|
| |||
...main() {
A a, b;
a = b;
}
This outputs:
B.this(this)
B.this(this)
A... | |||
June 10, 2014 Learn » Re: D aliases vs. C typedefs | |||
|---|---|---|---|
| |||
...2][2]) >>> ? >> >> Pretty strange. :) >> >> pragma(msg, val5); >> >> outputs this: >> >> int[2][2] > > Okay, checks with... | |||
June 10, 2014 Learn » Re: D aliases vs. C typedefs | |||
|---|---|---|---|
| |||
...2][2]) ?
Pretty strange. :)
pragma(msg, val5);
outputs this:
int[2][2]
> alias int[4... | |||
June 10, 2014 Announce » Re: hap.random: a new random number library for D | |||
|---|---|---|---|
| |||
...really fast for a large number of outputs (it costs a lot up-front, however... | |||
June 05, 2014 General » Re: (git HEAD) std.datetime spewing deprecation messages | |||
|---|---|---|---|
| |||
...to the same basic type). Placing the outputs/side-effects among the function args makes... | |||
Copyright © 1999-2021 by the D Language Foundation