From: Iain Buclaw Date: Fri, 26 Jun 2020 07:24:29 +0000 (+0200) Subject: d/testsuite: Amend test to actually trigger the ICE being fixed X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ca78835619f0f24c1fe5d74828d8dc95900fe96;p=gcc.git d/testsuite: Amend test to actually trigger the ICE being fixed gcc/testsuite/ChangeLog: * gdc.dg/pr95250.d: Updated. --- diff --git a/gcc/testsuite/gdc.dg/pr95250.d b/gcc/testsuite/gdc.dg/pr95250.d index c8810c41968..dfb8abb732f 100644 --- a/gcc/testsuite/gdc.dg/pr95250.d +++ b/gcc/testsuite/gdc.dg/pr95250.d @@ -8,7 +8,7 @@ template Unsigned(T) } -void* f95250(T)(T a, T b) +void* f(T)(T a, T b) { alias UnsignedVoid = Unsigned!(T); return cast(T)(cast(T)(cast(UnsignedVoid)(a-b) / 2));