Skip to content
Snippets Groups Projects
Commit c5a3e2ec authored by Jason Merrill's avatar Jason Merrill
Browse files

use scan-not-hidden

From-SVN: r183454
parent 04803728
No related branches found
No related tags found
No related merge requests found
// 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"))) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment