https://issues.dlang.org/show_bug.cgi?id=23701
--- Comment #5 from Walter Bright ---
(In reply to Iain Buclaw from comment #4)
> (In reply to Walter Bright from comment #3)
> > I take that back. importc.h has a #define for it:
> >
> > #define __int64 long long
> Should we be testing for thin
https://issues.dlang.org/show_bug.cgi?id=23692
--- Comment #5 from Dlang Bot ---
@WalterBright created dlang/dlang.org pull request #3623 "fix Issue 23692 -
ImportC: __pragma and __declspec are not documented…" fixing this issue:
- fix Issue 23692 - ImportC: __pragma and __declspec are not docum
https://issues.dlang.org/show_bug.cgi?id=23692
Dlang Bot changed:
What|Removed |Added
Keywords||pull
--- Comment #4 from Dlang Bot ---
@WalterB
https://issues.dlang.org/show_bug.cgi?id=23950
RazvanN changed:
What|Removed |Added
Keywords||backend, ice
CC|
https://issues.dlang.org/show_bug.cgi?id=16384
Dlang Bot changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.dlang.org/show_bug.cgi?id=23719
Dlang Bot changed:
What|Removed |Added
Keywords||pull
--- Comment #2 from Dlang Bot ---
@WalterB
https://issues.dlang.org/show_bug.cgi?id=23949
Dlang Bot changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.dlang.org/show_bug.cgi?id=23950
--- Comment #1 from m...@ernestocastellotti.it ---
The absurd thing is that instead this code compiles and works correctly:
import core.stdc.stdlib;
void main() {
auto foo = (false != true) && true || abort();
}
This looks just like a bad bug
https://issues.dlang.org/show_bug.cgi?id=23950
Issue ID: 23950
Summary: Weird backend fail with noreturn type - cod1.d(4027):
Assertion failure
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Sta
https://issues.dlang.org/show_bug.cgi?id=23949
--- Comment #3 from Dlang Bot ---
@ErnyTech created dlang/dmd pull request #15286 "[BACKPORT] Fix issue 23949 -
core.stdc.assert_ for FreeBSD is incorrect" mentioning this issue:
- [BACKPORT] Fix issue 23949 - core.stdc.assert_ for FreeBSD is incorr
https://issues.dlang.org/show_bug.cgi?id=23949
m...@ernestocastellotti.it changed:
What|Removed |Added
Summary|core.stdc.assert_ for |core.stdc.assert_ for
https://issues.dlang.org/show_bug.cgi?id=23949
--- Comment #2 from m...@ernestocastellotti.it ---
Also DragonFlyBSD is incorrect
--
https://issues.dlang.org/show_bug.cgi?id=23949
Issue ID: 23949
Summary: core.stdc.assert_ for FreeBSD is incorrect
Product: D
Version: D2
Hardware: x86_64
OS: FreeBSD
Status: NEW
Severity: normal
P
https://issues.dlang.org/show_bug.cgi?id=23949
Dlang Bot changed:
What|Removed |Added
Keywords||pull
--- Comment #1 from Dlang Bot ---
@ErnyTec
https://issues.dlang.org/show_bug.cgi?id=17934
Dlang Bot changed:
What|Removed |Added
Keywords||pull
--- Comment #13 from Dlang Bot ---
@ntrel
https://issues.dlang.org/show_bug.cgi?id=23948
Dlang Bot changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.dlang.org/show_bug.cgi?id=17934
--- Comment #12 from Nick Treleaven ---
If you define `front` as `return`, *not* `return scope`:
Elem front() @safe return
You get an error for:
elem = l.front;
I think that fixes this issue, though that feature may need documenting.
--
https://issues.dlang.org/show_bug.cgi?id=23757
Walter Bright changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://issues.dlang.org/show_bug.cgi?id=23719
Walter Bright changed:
What|Removed |Added
CC||bugzi...@digitalmars.com
--- Comment #1 from
https://issues.dlang.org/show_bug.cgi?id=23725
Walter Bright changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
20 matches
Mail list logo