public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/11005] [win32] Declaration of class as friend overrides dllimport attribute.
       [not found] <20030527233353.11005.dannysmith@clear.net.nz>
@ 2003-08-23  0:11 ` dhazeghi at yahoo dot com
  2003-12-11  2:26 ` dannysmith at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-08-23  0:11 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi at yahoo dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
   Target Milestone|3.4                         |---


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

* [Bug c++/11005] [win32] Declaration of class as friend overrides dllimport attribute.
       [not found] <20030527233353.11005.dannysmith@clear.net.nz>
  2003-08-23  0:11 ` [Bug c++/11005] [win32] Declaration of class as friend overrides dllimport attribute dhazeghi at yahoo dot com
@ 2003-12-11  2:26 ` dannysmith at gcc dot gnu dot org
  2003-12-11  2:28 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: dannysmith at gcc dot gnu dot org @ 2003-12-11  2:26 UTC (permalink / raw)
  To: gcc-bugs


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

-- 


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


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

* [Bug c++/11005] [win32] Declaration of class as friend overrides dllimport attribute.
       [not found] <20030527233353.11005.dannysmith@clear.net.nz>
  2003-08-23  0:11 ` [Bug c++/11005] [win32] Declaration of class as friend overrides dllimport attribute dhazeghi at yahoo dot com
  2003-12-11  2:26 ` dannysmith at gcc dot gnu dot org
@ 2003-12-11  2:28 ` pinskia at gcc dot gnu dot org
  2003-12-21 17:28 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-11  2:28 UTC (permalink / raw)
  To: gcc-bugs



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


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


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

* [Bug c++/11005] [win32] Declaration of class as friend overrides dllimport attribute.
       [not found] <20030527233353.11005.dannysmith@clear.net.nz>
                   ` (2 preceding siblings ...)
  2003-12-11  2:28 ` pinskia at gcc dot gnu dot org
@ 2003-12-21 17:28 ` pinskia at gcc dot gnu dot org
  2004-01-10 11:44 ` steven at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-21 17:28 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=11005


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

* [Bug c++/11005] [win32] Declaration of class as friend overrides dllimport attribute.
       [not found] <20030527233353.11005.dannysmith@clear.net.nz>
                   ` (3 preceding siblings ...)
  2003-12-21 17:28 ` pinskia at gcc dot gnu dot org
@ 2004-01-10 11:44 ` steven at gcc dot gnu dot org
  2004-01-14  7:27 ` cvs-commit at gcc dot gnu dot org
  2004-01-14  7:35 ` dannysmith at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: steven at gcc dot gnu dot org @ 2004-01-10 11:44 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From steven at gcc dot gnu dot org  2004-01-10 11:44 -------
New patch at http://gcc.gnu.org/ml/gcc-patches/2003-12/msg01565.html 

-- 


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


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

* [Bug c++/11005] [win32] Declaration of class as friend overrides dllimport attribute.
       [not found] <20030527233353.11005.dannysmith@clear.net.nz>
                   ` (4 preceding siblings ...)
  2004-01-10 11:44 ` steven at gcc dot gnu dot org
@ 2004-01-14  7:27 ` cvs-commit at gcc dot gnu dot org
  2004-01-14  7:35 ` dannysmith at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ 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 11005

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=11005


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

* [Bug c++/11005] [win32] Declaration of class as friend overrides dllimport attribute.
       [not found] <20030527233353.11005.dannysmith@clear.net.nz>
                   ` (5 preceding siblings ...)
  2004-01-14  7:27 ` cvs-commit at gcc dot gnu dot org
@ 2004-01-14  7:35 ` dannysmith at gcc dot gnu dot org
  6 siblings, 0 replies; 7+ messages in thread
From: dannysmith at gcc dot gnu dot org @ 2004-01-14  7:35 UTC (permalink / raw)
  To: gcc-bugs


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

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


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


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030527233353.11005.dannysmith@clear.net.nz>
2003-08-23  0:11 ` [Bug c++/11005] [win32] Declaration of class as friend overrides dllimport attribute dhazeghi at yahoo dot com
2003-12-11  2:26 ` dannysmith at gcc dot gnu dot org
2003-12-11  2:28 ` pinskia at gcc dot gnu dot org
2003-12-21 17:28 ` pinskia at gcc dot gnu dot org
2004-01-10 11:44 ` steven at gcc dot gnu dot org
2004-01-14  7:27 ` cvs-commit at gcc dot gnu dot org
2004-01-14  7:35 ` 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).