From 90deb76dc215b85562e894e99fb38e31151af664 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Mon, 4 Sep 2000 11:18:27 +0000 Subject: [PATCH] * g++.old-deja/g++.pt/crash57.C: New test. From-SVN: r36137 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/g++.old-deja/g++.pt/crash57.C | 12 ++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 gcc/testsuite/g++.old-deja/g++.pt/crash57.C diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 17d0c5f..ce77b3e 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2000-09-04 Nathan Sidwell + * g++.old-deja/g++.pt/crash57.C: New test. + +2000-09-04 Nathan Sidwell + * g++.old-deja/g++.pt/crash56.C: New test. 2000-09-04 Nathan Sidwell diff --git a/gcc/testsuite/g++.old-deja/g++.pt/crash57.C b/gcc/testsuite/g++.old-deja/g++.pt/crash57.C new file mode 100644 index 0000000..8d5be6b --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.pt/crash57.C @@ -0,0 +1,12 @@ +// Build don't link: +// +// Copyright (C) 2000 Free Software Foundation, Inc. +// Contributed by Nathan Sidwell 11 Aug 2000 + +// bug 382. We ICE'd rather than decay to an address. + +struct A { +template static void f(T) {} +}; +void (*h)(int) = A::f; +void (*i)(int) = &A::f; -- 2.7.4