[Bug c++/17542] Visibility attribute ignored when it precedes class head

2004-10-30 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-10-30 21:19 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug c++/17542] Visibility attribute ignored when it precedes class head

2004-10-30 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-30 21:17 --- Subject: Bug 17542 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-30 21:17:32 Modified files: gcc/cp : ChangeLog cp-tree.h decl.c error.c

[Bug c++/17542] Visibility attribute ignored when it precedes class head

2004-10-01 Thread jsm at polyomino dot org dot uk
--- Additional Comments From jsm at polyomino dot org dot uk 2004-10-01 23:29 --- Subject: Re: Visibility attribute ignored when it precedes class head On Fri, 1 Oct 2004, austern at apple dot com wrote: > I hesitate to call this "behaves correctly", since this behavior is > unexpec

[Bug c++/17542] Visibility attribute ignored when it precedes class head

2004-10-01 Thread austern at apple dot com
--- Additional Comments From austern at apple dot com 2004-10-01 23:22 --- Actually, this is almost straightforward. It has nothing to do with the visibility attribute: it has to do with attributes and C++ classes in general. Looking at cp_parser_class, and especially at cp_parser_c