pr51344.C: Fix typo.
2012-01-20 Kai Tietz <ktietz@redhat.com> * g++.dg/torture/pr51344.C: Fix typo. From-SVN: r183330
This commit is contained in:
parent
a88b313573
commit
f69ce7cf49
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-01-20 Kai Tietz <ktietz@redhat.com>
|
||||
|
||||
* g++.dg/torture/pr51344.C: Fix typo.
|
||||
|
||||
2012-01-20 Richard Guenther <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/51903
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/* { dg-do compile } */
|
||||
class A;
|
||||
|
||||
template <class T>
|
||||
class B
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue