Commit f4e18810 by Steve Ellcey Committed by Steve Ellcey

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
parent 84b80444
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.
......
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment