public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/9021] [win32] No exports possible when using a class pointer in an union
       [not found] <20021220040601.9021.wolff@newbridges.nl>
@ 2003-12-11  2:28 ` dannysmith at gcc dot gnu dot org
  2003-12-11  2:29 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: dannysmith at gcc dot gnu dot org @ 2003-12-11  2:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dannysmith at gcc dot gnu dot org  2003-12-11 02:28 -------
Patch submitted at:
http://gcc.gnu.org/ml/gcc-patches/2003-12/msg00965.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unknown                     |3.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9021


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/9021] [win32] No exports possible when using a class pointer in an union
       [not found] <20021220040601.9021.wolff@newbridges.nl>
  2003-12-11  2:28 ` [Bug c++/9021] [win32] No exports possible when using a class pointer in an union dannysmith at gcc dot gnu dot org
@ 2003-12-11  2:29 ` pinskia at gcc dot gnu dot org
  2003-12-21 17:35 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-11  2:29 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch
   Target Milestone|---                         |3.4


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9021


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/9021] [win32] No exports possible when using a class pointer in an union
       [not found] <20021220040601.9021.wolff@newbridges.nl>
  2003-12-11  2:28 ` [Bug c++/9021] [win32] No exports possible when using a class pointer in an union dannysmith at gcc dot gnu dot org
  2003-12-11  2:29 ` pinskia at gcc dot gnu dot org
@ 2003-12-21 17:35 ` pinskia at gcc dot gnu dot org
  2004-01-14  7:27 ` cvs-commit at gcc dot gnu dot org
  2004-01-14  7:36 ` dannysmith at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-21 17:35 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-21 17:24 -------
Dannysmith's, as he sumbitted the patch.  New one here: <http://gcc.gnu.org/ml/gcc-
patches/2003-12/msg01173.html>.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dannysmith at gcc dot gnu
                   |dot org                     |dot org
             Status|NEW                         |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9021


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/9021] [win32] No exports possible when using a class pointer in an union
       [not found] <20021220040601.9021.wolff@newbridges.nl>
                   ` (2 preceding siblings ...)
  2003-12-21 17:35 ` pinskia at gcc dot gnu dot org
@ 2004-01-14  7:27 ` cvs-commit at gcc dot gnu dot org
  2004-01-14  7:36 ` dannysmith at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-01-14  7:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-01-14 07:27 -------
Subject: Bug 9021

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	dannysmith@gcc.gnu.org	2004-01-14 07:27:08

Modified files:
	gcc/cp         : decl.c parser.c ChangeLog 

Log message:
	PR c++/9021
	PR c++/11005
	* parser.c (cp_parser_elaborated_type_specifier): Warn about
	attributes and discard.
	* decl.c (xref_tag): Don't overwite existing attributes with
	NULL_TREE.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/decl.c.diff?cvsroot=gcc&r1=1.1172&r2=1.1173
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/parser.c.diff?cvsroot=gcc&r1=1.153&r2=1.154
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cp/ChangeLog.diff?cvsroot=gcc&r1=1.3878&r2=1.3879



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9021


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/9021] [win32] No exports possible when using a class pointer in an union
       [not found] <20021220040601.9021.wolff@newbridges.nl>
                   ` (3 preceding siblings ...)
  2004-01-14  7:27 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-14  7:36 ` dannysmith at gcc dot gnu dot org
  4 siblings, 0 replies; 5+ messages in thread
From: dannysmith at gcc dot gnu dot org @ 2004-01-14  7:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dannysmith at gcc dot gnu dot org  2004-01-14 07:36 -------
Fixed

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9021


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-01-14  7:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20021220040601.9021.wolff@newbridges.nl>
2003-12-11  2:28 ` [Bug c++/9021] [win32] No exports possible when using a class pointer in an union dannysmith at gcc dot gnu dot org
2003-12-11  2:29 ` pinskia at gcc dot gnu dot org
2003-12-21 17:35 ` pinskia at gcc dot gnu dot org
2004-01-14  7:27 ` cvs-commit at gcc dot gnu dot org
2004-01-14  7:36 ` dannysmith at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).