public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/20589] [DR 488] error: '<anonymous enum>' is/uses anonymous type'
       [not found] <bug-20589-4@http.gcc.gnu.org/bugzilla/>
@ 2014-02-16 13:14 ` jackie.rosen at hushmail dot com
  0 siblings, 0 replies; 6+ messages in thread
From: jackie.rosen at hushmail dot com @ 2014-02-16 13:14 UTC (permalink / raw)
  To: gcc-bugs

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

Jackie Rosen <jackie.rosen at hushmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackie.rosen at hushmail dot com

--- Comment #23 from Jackie Rosen <jackie.rosen at hushmail dot com> ---
*** Bug 260998 has been marked as a duplicate of this bug. ***
Seen from the domain http://volichat.com
Page where seen: http://volichat.com/adult-chat-rooms
Marked for reference. Resolved as fixed @bugzilla.


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

* [Bug c++/20589] [DR 488] error: '<anonymous enum>' is/uses anonymous type'
       [not found] <bug-20589-8961@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2006-05-11 16:38 ` pinskia at gcc dot gnu dot org
@ 2009-11-04 20:41 ` jason at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu dot org @ 2009-11-04 20:41 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #22 from jason at gcc dot gnu dot org  2009-11-04 20:40 -------
This was fixed in 4.0.2.

*** This bug has been marked as a duplicate of 21514 ***


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|SUSPENDED                   |RESOLVED
         Resolution|                            |DUPLICATE
   Target Milestone|---                         |4.0.2


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


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

* [Bug c++/20589] [DR 488] error: '<anonymous enum>' is/uses anonymous type'
       [not found] <bug-20589-8961@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2005-10-16 17:16 ` mark at codesourcery dot com
@ 2006-05-11 16:38 ` pinskia at gcc dot gnu dot org
  2009-11-04 20:41 ` jason at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2006-05-11 16:38 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from pinskia at gcc dot gnu dot org  2006-05-11 16:38 -------
*** Bug 27560 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at airs dot com


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


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

* [Bug c++/20589] [DR 488] error: '<anonymous enum>' is/uses anonymous type'
       [not found] <bug-20589-8961@http.gcc.gnu.org/bugzilla/>
  2005-10-16  3:57 ` jason at gcc dot gnu dot org
  2005-10-16  3:57 ` jason at gcc dot gnu dot org
@ 2005-10-16 17:16 ` mark at codesourcery dot com
  2006-05-11 16:38 ` pinskia at gcc dot gnu dot org
  2009-11-04 20:41 ` jason at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: mark at codesourcery dot com @ 2005-10-16 17:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from mark at codesourcery dot com  2005-10-16 17:16 -------
Subject: Re:  [DR 488] error: '<anonymous enum>' is/uses anonymous
 type'

jason at gcc dot gnu dot org wrote:
> ------- Comment #18 from jason at gcc dot gnu dot org  2005-10-16 03:57 -------
> Created an attachment (id=9998)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9998&action=view)
>  --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9998&action=view)
> tentative patch

That looks plausible to me, but I guess as this is a C++ ABI change, we
ought to run it past that group too, before implementing it.


-- 


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


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

* [Bug c++/20589] [DR 488] error: '<anonymous enum>' is/uses anonymous type'
       [not found] <bug-20589-8961@http.gcc.gnu.org/bugzilla/>
@ 2005-10-16  3:57 ` jason at gcc dot gnu dot org
  2005-10-16  3:57 ` jason at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu dot org @ 2005-10-16  3:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from jason at gcc dot gnu dot org  2005-10-16 03:57 -------
Created an attachment (id=9998)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9998&action=view)
tentative patch


-- 


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


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

* [Bug c++/20589] [DR 488] error: '<anonymous enum>' is/uses anonymous type'
       [not found] <bug-20589-8961@http.gcc.gnu.org/bugzilla/>
  2005-10-16  3:57 ` jason at gcc dot gnu dot org
@ 2005-10-16  3:57 ` jason at gcc dot gnu dot org
  2005-10-16 17:16 ` mark at codesourcery dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu dot org @ 2005-10-16  3:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from jason at gcc dot gnu dot org  2005-10-16 03:57 -------
>From the discussion at the Mont Tremblant meeting, it sounds like we are going
to change the language to allow the use of anonymous types as template
arguments.  Possible patch attached.


-- 

jason at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu dot org


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


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

end of thread, other threads:[~2014-02-16 13:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-20589-4@http.gcc.gnu.org/bugzilla/>
2014-02-16 13:14 ` [Bug c++/20589] [DR 488] error: '<anonymous enum>' is/uses anonymous type' jackie.rosen at hushmail dot com
     [not found] <bug-20589-8961@http.gcc.gnu.org/bugzilla/>
2005-10-16  3:57 ` jason at gcc dot gnu dot org
2005-10-16  3:57 ` jason at gcc dot gnu dot org
2005-10-16 17:16 ` mark at codesourcery dot com
2006-05-11 16:38 ` pinskia at gcc dot gnu dot org
2009-11-04 20:41 ` jason 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).