Thread overview
[Issue 14827] [REG 2.068] std.string.strip handles Unicode incorrectly with -O -inline
Jul 26, 2015
Ivan Kazmenko
Jul 26, 2015
ag0aep6g@gmail.com
Jul 26, 2015
Ivan Kazmenko
Jul 26, 2015
ag0aep6g@gmail.com
Jul 28, 2015
Walter Bright
July 26, 2015
https://issues.dlang.org/show_bug.cgi?id=14827

--- Comment #1 from Ivan Kazmenko <gassa@mail.ru> ---
Created attachment 1532
  --> https://issues.dlang.org/attachment.cgi?id=1532&action=edit
example code

--
July 26, 2015
https://issues.dlang.org/show_bug.cgi?id=14827

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
                 CC|                            |ag0aep6g@gmail.com
           Hardware|x86                         |All
                 OS|Windows                     |All

--- Comment #2 from ag0aep6g@gmail.com ---
Can confirm on linux with git head dmd (v2.068-devel-494a91d) and -m64.

--
July 26, 2015
https://issues.dlang.org/show_bug.cgi?id=14827

--- Comment #3 from Ivan Kazmenko <gassa@mail.ru> ---
To clarify: for me, it (1) works correctly on *Windows* with -m64 and (2) fails
on *Windows* with -m32.

--
July 26, 2015
https://issues.dlang.org/show_bug.cgi?id=14827

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|dmd                         |phobos

--- Comment #4 from ag0aep6g@gmail.com ---
Digger says this introduced the regression: https://github.com/D-Programming-Language/phobos/pull/3187

But that just exposed the compiler bug. Filed a new issue for it: issue 14829.

The phobos regression at hand may be fixed by fixing the compiler bug, or by working around it.

--
July 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14827

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|---                         |DUPLICATE

--- Comment #5 from Walter Bright <bugzilla@digitalmars.com> ---


*** This issue has been marked as a duplicate of issue 14829 ***

--