copyprop.C: Use include to define free().

2009-10-21  Steve Ellcey  <sje@cup.hp.com>

	* g++.dg/tree-ssa/copyprop.C: Use include to define free().

From-SVN: r153067
This commit is contained in:
Steve Ellcey 2009-10-21 18:13:34 +00:00 committed by Steve Ellcey
parent 84b80444a4
commit f4e1881041
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -7,8 +7,8 @@
#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 {