[Issue 19296] New: CTFE internal error: ErrorExp

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19296 Issue ID: 19296 Summary: CTFE internal error: ErrorExp Product: D Version: D2 Hardware: x86_64 OS: Windows Status: NEW Severity: major Priority: P1

[Issue 18015] [Reg 2.075] link failure unknown [0] section `' in group [.group]

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18015 --- Comment #7 from Ludovit Lucenic --- Hello guys, if this is of any help, I found out, that commenting out > align(8) from before the definition of > struct Json in vibe.d's vibe.data.json module fixes the linkage. Anyway, value of align(1,2,4)

[Issue 19297] New: JSONValue of signed and unsigned equal values is not equal

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19297 Issue ID: 19297 Summary: JSONValue of signed and unsigned equal values is not equal Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 19297] JSONValue of signed and unsigned equal values is not equal

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19297 FeepingCreature changed: What|Removed |Added Severity|enhancement |normal --

[Issue 6777] alias this disables casting for classes

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6777 --- Comment #13 from Steven Schveighoffer --- (In reply to Walter Bright from comment #12) > The problem comes from the idea that having an alias this means that > operations not supported by the class get forwarded to the alias this. Since >

[Issue 19298] New: C preprocessor directive is not supported - confusing warning message

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19298 Issue ID: 19298 Summary: C preprocessor directive is not supported - confusing warning message Product: D Version: D2 Hardware: All OS: All Status:

[Issue 19298] C preprocessor directive is not supported - confusing warning message

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19298 Vladimir Panteleev changed: What|Removed |Added Keywords||diagnostic --

[Issue 19296] ICE on Unknown member type in struct returned from function

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19296 Simen Kjaeraas changed: What|Removed |Added Keywords||ice CC|

[Issue 18089] AArch64: Need Quadruple float support in CTFE hashOf / core.internal.convert.parse

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18089 Nathan S. changed: What|Removed |Added CC||n8sh.second...@hotmail.com --- Comment #4 from

[Issue 8859] Solaris port of the toolchain

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8859 Issue 8859 depends on issue 13048, which changed state. Issue 13048 Summary: Solaris no longer needs -mt during linking https://issues.dlang.org/show_bug.cgi?id=13048 What|Removed |Added

[Issue 13048] Solaris no longer needs -mt during linking

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13048 Nathan S. changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 18089] AArch64: Need Quadruple float support in CTFE hashOf / core.internal.convert.parse

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18089 Nathan S. changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 13051] Cannot use function literal inside struct initializer

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13051 Nathan S. changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13051] Cannot use function literal inside struct initializer

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13051 Jonathan Marler changed: What|Removed |Added Resolution|WORKSFORME |FIXED --- Comment #3 from Jonathan Marler

[Issue 13549] Local functions don't take outer function attributes

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13549 Nathan S. changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13919] typeof(T.init[].front.init) crashes compiler for T = std.container.Array!int

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13919 Nathan S. changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 14020] [ICE] generateEmptyFunction(C, func...) is unsupported parameter for C++ template, from typecons.BlackHole

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14020 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #1 from

[Issue 13106] Auto ref error when using argument tuple in non-template function

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13106 Nathan S. changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6401] infinite loop with -inline in gflow.c:accumaecpx

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6401 --- Comment #5 from Iain Buclaw --- I can't reproduce an infinite loop, but... $ time ../../generated/linux/release/64/dmd -v -release -O -inline -m64 -Isrc -c src/gtkc/gtk.d real1m38.327s user1m37.710s sys 0m0.512s Getting close to

[Issue 13466] Refused Tuple.Types syntax in some cases

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13466 Nathan S. changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13667] ICE with inout and alias this

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13667 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #1 from

[Issue 6401] infinite loop with -inline in gflow.c:accumaecpx

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6401 --- Comment #6 from Iain Buclaw --- Somewhat reduced test: --- enum LIBRARY { GTK } struct Linker { static void link(T)(ref T funct, string symbol, LIBRARY[] libraries ...) { } } static this() { static foreach(i; 0 .. 10_000)

[Issue 6523] Vector slice assign of a struct with opAssign

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6523 Iain Buclaw changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|DUPLICATE

[Issue 6401] infinite loop with -inline in gflow.c:accumaecpx

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6401 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #4 from

[Issue 13318] Error: cannot have e.tuple

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13318 Nathan S. changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13453] Allow appending string literal to any width string

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13453 Nathan S. changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13687] Virtual call in the interface's precondition is dispatched to the wrong vtbl entry

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13687 Nathan S. changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 6523] Vector slice assign of a struct with opAssign

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6523 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 17380] Compiler segfaults on undefined symbol

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17380 Iain Buclaw changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment #6 from

[Issue 17380] Compiler segfaults on undefined symbol

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17380 Iain Buclaw changed: What|Removed |Added CC||tvwhit...@gmail.com --- Comment #7 from Iain

[Issue 9327] alias this declaration and unknown identifiers lead to segmentation fault

2018-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9327 Iain Buclaw changed: What|Removed |Added Status|NEW |RESOLVED CC|