[swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (swift 4.0) #510

2017-07-17 Thread no-reply--- via swift-dev
New issue found!Title: Report [FAILURE] oss-swift-4.0-package-osx [#510] Build URL:https://ci.swift.org/job/oss-swift-4.0-package-osx/510/ Project:oss-swift-4.0-package-osx Date of build:Mon, 17 Jul 2017 11:54:56 -0700 Build duration:2 hr 31 min Identified

Re: [swift-dev] Build on s390x error for swift-4.0-branch

2017-07-17 Thread Alex Blewitt via swift-dev
> On 17 Jul 2017, at 14:00, Sam Ding via swift-dev wrote: > > Hi, > > I am trying to build swift-4.0-branch on s390x. > > 1) The 1st error is in stdlib/public/core/UTF8.swift, line 51, > failed at " _sanityCheck(source.count ==4 ) ". > In fact, the test shows

[swift-dev] Build on s390x error for swift-4.0-branch

2017-07-17 Thread Sam Ding via swift-dev
Hi, I am trying to build swift-4.0-branch on s390x. 1) The 1st error is in stdlib/public/core/UTF8.swift, line 51, failed at " _sanityCheck(source.count ==4 ) ". In fact, the test shows "source.count" = "0" on s390x, Note "stdlib/public/core/UTF8.swift" is a new code in swift-4.0-branch,

[swift-dev] [Swift CI] Build Still Failing: OSS - Swift Package - OS X (master) #3776

2017-07-17 Thread no-reply--- via swift-dev
New issue found!Title: Report [FAILURE] oss-swift-package-osx [#3776] Build URL:https://ci.swift.org/job/oss-swift-package-osx/3776/ Project:oss-swift-package-osx Date of build:Mon, 17 Jul 2017 11:49:08 -0700 Build duration:2 hr 0 min Identified problems:Compile Error:

Re: [swift-dev] Name mangling of subscripts

2017-07-17 Thread Erik Eckstein via swift-dev
> On Jul 14, 2017, at 12:02 PM, John McCall wrote: > >> On Jul 14, 2017, at 6:41 AM, Alex Hoppen via swift-dev > > wrote: >> Hi all, >> >> With a recent change of mine (#9989 >> )

Re: [swift-dev] SR-5403 / Memory Optimization Opportunity (Load/Store forwarding)

2017-07-17 Thread Johannes Weiß via swift-dev
Thanks Michael! Erik, I hope what I wrote makes some sense. Any questions or suggestions, please let me know. > On 14 Jul 2017, at 7:30 pm, Michael Gottesman wrote: > >> >> On Jul 12, 2017, at 9:53 AM, Johannes Weiß wrote: >> >> Hi Michael, >>