Linux compiler crash with parameter packs, works on macOS #76103
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
crash
Bug: A crash, i.e., an abnormal termination of software
generics
Feature: generic declarations and types
triage needed
This issue needs more specific labels
Description
Crash when using parameter packs as an associated type
Reproduction
Stack dump
Expected behavior
Deos not crash (the same code does not crash on macOS)
Environment
Swift version 6.0-dev (LLVM c3efe9282719c35, Swift b163fed)
Target: aarch64-unknown-linux-gnu
Additional information
Using a struct to wrap the tuple also works fine i.e.
typealias Value = Baz<repeat (each Bar).Value>
The text was updated successfully, but these errors were encountered: