From 95daa0d4dbf42868d94211d28ee6bcc0fc0b9f01 Mon Sep 17 00:00:00 2001 From: The8472 Date: Wed, 10 Feb 2021 01:08:45 +0100 Subject: [PATCH] [WIP] see if this reproduces the segfault --- src/test/ui/issues/issue-69225-SCEVAddExpr-wrap-flag.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ui/issues/issue-69225-SCEVAddExpr-wrap-flag.rs b/src/test/ui/issues/issue-69225-SCEVAddExpr-wrap-flag.rs index 6e030f1cc4875..ecb2bfa63cf8d 100644 --- a/src/test/ui/issues/issue-69225-SCEVAddExpr-wrap-flag.rs +++ b/src/test/ui/issues/issue-69225-SCEVAddExpr-wrap-flag.rs @@ -1,5 +1,5 @@ // run-fail -// compile-flags: -C opt-level=3 +// compile-flags: -C opt-level=3 -Ccodegen-units=1 // error-pattern: index out of bounds: the len is 0 but the index is 16777216 // ignore-wasm no panic or subprocess support // ignore-emscripten no panic or subprocess support