Skip to content

Commit 10659cb

Browse files
[swiftc (97 vs. 5180)] Add crasher in ?
Add test case for crash triggered in `?`. Current number of unresolved compiler crashers: 97 (5180 resolved) Stack trace: ``` 0 swift 0x00000000031dec28 1 swift 0x00000000031df4a6 2 libpthread.so.0 0x00007f0acf905330 3 swift 0x0000000000dc5ddc 4 swift 0x0000000000c27031 5 swift 0x0000000000c3272c 6 swift 0x0000000000c30dfb 7 swift 0x0000000000c28ee1 8 swift 0x0000000000c28bdd 9 swift 0x0000000000c29cf8 10 swift 0x0000000000c29df4 11 swift 0x0000000000c29bef 12 swift 0x0000000000c28379 13 swift 0x0000000000bd028b 14 swift 0x0000000000bc3656 15 swift 0x0000000000bc3456 16 swift 0x0000000000c22acf 17 swift 0x0000000000c21bf5 18 swift 0x0000000000c221a6 19 swift 0x0000000000c4007c 20 swift 0x0000000000baeb04 21 swift 0x0000000000c22b24 22 swift 0x0000000000c22346 23 swift 0x0000000000c360fa 24 swift 0x0000000000958b26 25 swift 0x00000000004a050e 26 swift 0x00000000004674de 27 libc.so.6 0x00007f0ace0aef45 __libc_start_main + 245 28 swift 0x0000000000464be6 ```
1 parent 6109440 commit 10659cb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
// This source file is part of the Swift.org open source project
2+
// Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
3+
// Licensed under Apache License v2.0 with Runtime Library Exception
4+
//
5+
// See http://swift.org/LICENSE.txt for license information
6+
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
7+
8+
// RUN: not --crash %target-swift-frontend %s -emit-ir
9+
{associatedtype b<T>func c:[T

0 commit comments

Comments
 (0)