public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/slp-function-v7)] d/testsuite: Amend test to actually trigger the ICE being fixed
@ 2020-06-29  8:16 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2020-06-29  8:16 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2ca78835619f0f24c1fe5d74828d8dc95900fe96

commit 2ca78835619f0f24c1fe5d74828d8dc95900fe96
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Fri Jun 26 09:24:29 2020 +0200

    d/testsuite: Amend test to actually trigger the ICE being fixed
    
    gcc/testsuite/ChangeLog:
    
            * gdc.dg/pr95250.d: Updated.

Diff:
---
 gcc/testsuite/gdc.dg/pr95250.d | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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));


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-06-29  8:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-29  8:16 [gcc(refs/users/marxin/heads/slp-function-v7)] d/testsuite: Amend test to actually trigger the ICE being fixed Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).