[Bug other/55530] Visibility warning not always shown
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55530 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|
[Bug other/55530] Visibility warning not always shown
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55530 --- Comment #1 from Jaak Ristioja 2012-11-29 13:37:29 UTC --- Sorry, the minimal testcase should have been: struct __attribute__ ((visibility("internal"))) A {}; struct B { A * a; }; /* warning: 'B' declared with greater visibility than