From: Richard Guenther Date: Thu, 22 Jul 2010 14:19:40 +0000 (+0000) Subject: re PR c++/43850 (ice: tree code �template_type_parm� is not supported in gimple streams) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e39ec05ee1df8dc1078c85af96623a3e7f79048;p=gcc.git re PR c++/43850 (ice: tree code �template_type_parm� is not supported in gimple streams) 2010-07-22 Richard Guenther PR lto/43850 * g++.dg/lto/20100722-1_0.C: New testcase. From-SVN: r162416 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2fb2a1ea19f..437273fed24 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-07-22 Richard Guenther + + PR lto/43850 + * g++.dg/lto/20100722-1_0.C: New testcase. + 2010-07-22 Richard Guenther PR lto/42451 diff --git a/gcc/testsuite/g++.dg/lto/20100722-1_0.C b/gcc/testsuite/g++.dg/lto/20100722-1_0.C new file mode 100644 index 00000000000..72393950d03 --- /dev/null +++ b/gcc/testsuite/g++.dg/lto/20100722-1_0.C @@ -0,0 +1,5 @@ +/* { dg-lto-do assemble } */ + +template void void_cast_register(T *) __attribute__ ((used)); +template void void_cast_register(T *) { } +