[Bug c++/52973] [4.7/4.8 Regression] visibility attribute for class is not passed to its members

2012-06-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52973 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/52973] [4.7/4.8 Regression] visibility attribute for class is not passed to its members

2012-06-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52973 Jason Merrill changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/52973] [4.7/4.8 Regression] visibility attribute for class is not passed to its members

2012-06-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52973 --- Comment #4 from Jason Merrill 2012-06-02 04:05:34 UTC --- Author: jason Date: Sat Jun 2 04:05:25 2012 New Revision: 188138 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188138 Log: PR c++/52973 * parser.c (cp_parser_class_he

[Bug c++/52973] [4.7/4.8 Regression] visibility attribute for class is not passed to its members

2012-06-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52973 --- Comment #3 from Jason Merrill 2012-06-02 04:03:57 UTC --- Author: jason Date: Sat Jun 2 04:03:51 2012 New Revision: 188137 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=188137 Log: PR c++/52973 * parser.c (cp_parser_class_he

[Bug c++/52973] [4.7/4.8 Regression] visibility attribute for class is not passed to its members

2012-06-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52973 --- Comment #2 from Jason Merrill 2012-06-01 21:36:35 UTC --- The bug here is that we aren't applying the visibility attribute to b until after we've decided that a is hidden because b is hidden. Changing the code to template class __attribute

[Bug c++/52973] [4.7/4.8 Regression] visibility attribute for class is not passed to its members

2012-06-01 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52973 Jason Merrill changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/52973] [4.7/4.8 Regression] visibility attribute for class is not passed to its members

2012-04-15 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52973 Paolo Carlini changed: What|Removed |Added CC||jason at gcc dot gnu.org --- Comment #1 f

[Bug c++/52973] [4.7/4.8 Regression] visibility attribute for class is not passed to its members

2012-04-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52973 Richard Guenther changed: What|Removed |Added Priority|P3 |P2

[Bug c++/52973] [4.7/4.8 Regression] visibility attribute for class is not passed to its members

2012-04-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52973 Richard Guenther changed: What|Removed |Added Component|regression |c++ Known to work|