Commit c5a3e2ec by Jason Merrill

use scan-not-hidden

From-SVN: r183454
parent 04803728
// PR c++/51813
// { dg-require-visibility "" }
// { dg-options -fvisibility=hidden }
// { dg-final { scan-assembler-not "hidden\\s+_ZN1N1fI1AEEvT" } }
// { dg-final { scan-not-hidden "_ZN1N1fI1AEEvT" } }
struct A { };
namespace N __attribute((visibility("default"))) {
......
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