Commit b3b7f0c9 by Richard Henderson Committed by Richard Henderson

* g++.dg/template/sizeof8.C: Don't assume 32bit pointers.

From-SVN: r85312
parent 13b52b90
2004-07-29 Richard Henderson <rth@redhat.com>
* g++.dg/template/sizeof8.C: Don't assume 32bit pointers.
2004-07-29 Mark Mitchell <mark@codesourcery.com>
* g++.dg/abi/inline1.C: New test.
......
......@@ -6,4 +6,4 @@ template <int> struct S{};
template <int N> S<sizeof(new double[N])> f() {}
template S<4> f<2>();
template S<sizeof(void*)> f<2>();
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