* g++.dg/tree-ssa/copyprop.C: Use include to define free().
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@153067
138bc75d-0d04-0410-961f-
82ee72b054a4
+2009-10-21 Steve Ellcey <sje@cup.hp.com>
+
+ * g++.dg/tree-ssa/copyprop.C: Use include to define free().
+
2009-10-21 Joseph Myers <joseph@codesourcery.com>
* gcc.dg/tls/pie-1.c: New test.
#include <map>
#include <vector>
#include <iostream>
+#include <cstdlib>
using namespace std;
-extern void free (void *);
template<typename _FIter, typename _Tp> _FIter lower_bound(_FIter, _FIter, _Tp&);
template<class _Key> struct hash { };
template<class _Val> struct _Hashtable_node {