Commit d3be91b0 by Nathan Sidwell

c++: Adjust testcase target [pr94946]

This uses a target spec to test only on ia32 targets
parent 702d7b71
// { dg-do compile { target { i?86-*-* x86_64-*-* } } }
// { dg-options -m32 }
// { dg-do compile { target { { i?86-*-* x86_64-*-* } && ia32 } } }
// PR 94946
class a {
template <typename b> a(b (*)());
......
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