www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 19213] New: goto skips declaration of variable in

https://issues.dlang.org/show_bug.cgi?id=19213

          Issue ID: 19213
           Summary: goto skips declaration of variable in
                    std.algorithm.iteration.joiner
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: nobody puremagic.com
          Reporter: arne.ludwig posteo.de

The upgrade of libphobos 2.081.2-1 -> 2.082.0-1 on Arch Linux introduced this
error. I do not have the time to investigate the error in detail but wanted to
report it anyway. Here is the full error message:

/usr/include/dlang/dmd/std/algorithm/iteration.d-mixin-2675(2677,31): Error:
goto skips declaration of variable
std.algorithm.iteration.joiner!(FilterResult!(isAmgiguouslyAlignedRead,
ChunkByImpl!(haveEqualIds, FilterResult!(unaryFun,
AlignmentChain[])))).joiner.Result.this.__tmpfordtor3418 at
/usr/include/dlang/dmd/std/algorithm/iteration.d-mixin-2675(2687,28)

--
Sep 03 2018