public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/13422] New: `class A' only defines a private destructor and has no friends
@ 2003-12-17 21:52 colby at alum dot mit dot edu
  2003-12-17 21:54 ` [Bug c++/13422] " pinskia at gcc dot gnu dot org
  0 siblings, 1 reply; 26+ messages in thread
From: colby at alum dot mit dot edu @ 2003-12-17 21:52 UTC (permalink / raw)
  To: gcc-bugs

While compiling class A, the compiler incorrectly warns:

   `class A' only defines a private destructor and has no friends

Class B is identical but with the methods reordered, and correctly compiles
without warnings.


class A {
public:
    void f();
    static A* New();
    static void Recycle(A*);
private:
    A();
    ~A();
};

class B {
public:
    static B* New();
    static void Recycle(B*);
    void f() {}
private:
    B();
    ~B();
};

-- 
           Summary: `class A' only defines a private destructor and has no
                    friends
           Product: gcc
           Version: 3.2.2
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: colby at alum dot mit dot edu
                CC: gcc-bugs at gcc dot gnu dot org


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
  2003-12-17 21:52 [Bug c++/13422] New: `class A' only defines a private destructor and has no friends colby at alum dot mit dot edu
@ 2003-12-17 21:54 ` pinskia at gcc dot gnu dot org
  0 siblings, 0 replies; 26+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-17 21:54 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2003-12-17 20:55 -------
This is a dup of bug 11112 which is fixed for 3.3.

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

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (22 preceding siblings ...)
  2007-05-02 14:14 ` braingrant at ebestmail dot com
@ 2007-05-02 14:14 ` braingrant at ebestmail dot com
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 14:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #25 from braingrant at ebestmail dot com  2007-05-02 15:14 -------
Created an attachment (id=13494)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13494&action=view)
bad credit mortgage


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (21 preceding siblings ...)
  2007-05-02 14:11 ` braingrant at ebestmail dot com
@ 2007-05-02 14:14 ` braingrant at ebestmail dot com
  2007-05-02 14:14 ` braingrant at ebestmail dot com
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 14:14 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #26 from braingrant at ebestmail dot com  2007-05-02 15:14 -------
Created an attachment (id=13495)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13495&action=view)
mortgage refinancing


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (20 preceding siblings ...)
  2007-05-02 14:10 ` braingrant at ebestmail dot com
@ 2007-05-02 14:11 ` braingrant at ebestmail dot com
  2007-05-02 14:14 ` braingrant at ebestmail dot com
  2007-05-02 14:14 ` braingrant at ebestmail dot com
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 14:11 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #24 from braingrant at ebestmail dot com  2007-05-02 15:11 -------
Created an attachment (id=13493)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13493&action=view)
san francisco hotel


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (19 preceding siblings ...)
  2007-05-02 14:09 ` braingrant at ebestmail dot com
@ 2007-05-02 14:10 ` braingrant at ebestmail dot com
  2007-05-02 14:11 ` braingrant at ebestmail dot com
                   ` (2 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 14:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #23 from braingrant at ebestmail dot com  2007-05-02 15:09 -------
Created an attachment (id=13492)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13492&action=view)
air conditioner


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (18 preceding siblings ...)
  2007-05-02 14:08 ` braingrant at ebestmail dot com
@ 2007-05-02 14:09 ` braingrant at ebestmail dot com
  2007-05-02 14:10 ` braingrant at ebestmail dot com
                   ` (3 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 14:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #22 from braingrant at ebestmail dot com  2007-05-02 15:09 -------
Created an attachment (id=13491)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13491&action=view)
cheap cigarette


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (17 preceding siblings ...)
  2007-05-02 14:05 ` braingrant at ebestmail dot com
@ 2007-05-02 14:08 ` braingrant at ebestmail dot com
  2007-05-02 14:09 ` braingrant at ebestmail dot com
                   ` (4 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 14:08 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #21 from braingrant at ebestmail dot com  2007-05-02 15:08 -------
Created an attachment (id=13490)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13490&action=view)
office furniture


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (16 preceding siblings ...)
  2007-05-02 14:04 ` braingrant at ebestmail dot com
@ 2007-05-02 14:05 ` braingrant at ebestmail dot com
  2007-05-02 14:08 ` braingrant at ebestmail dot com
                   ` (5 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 14:05 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #20 from braingrant at ebestmail dot com  2007-05-02 15:05 -------
Created an attachment (id=13489)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13489&action=view)
mlm leads


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (15 preceding siblings ...)
  2007-05-02 14:03 ` braingrant at ebestmail dot com
@ 2007-05-02 14:04 ` braingrant at ebestmail dot com
  2007-05-02 14:05 ` braingrant at ebestmail dot com
                   ` (6 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 14:04 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #19 from braingrant at ebestmail dot com  2007-05-02 15:04 -------
Created an attachment (id=13488)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13488&action=view)
buy hgh


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (14 preceding siblings ...)
  2007-05-02 14:01 ` braingrant at ebestmail dot com
@ 2007-05-02 14:03 ` braingrant at ebestmail dot com
  2007-05-02 14:04 ` braingrant at ebestmail dot com
                   ` (7 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 14:03 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #18 from braingrant at ebestmail dot com  2007-05-02 15:03 -------
Created an attachment (id=13487)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13487&action=view)
chanel handbags


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (13 preceding siblings ...)
  2007-05-02 14:00 ` braingrant at ebestmail dot com
@ 2007-05-02 14:01 ` braingrant at ebestmail dot com
  2007-05-02 14:03 ` braingrant at ebestmail dot com
                   ` (8 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 14:01 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #17 from braingrant at ebestmail dot com  2007-05-02 15:01 -------
Created an attachment (id=13486)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13486&action=view)
ugg boots


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (12 preceding siblings ...)
  2007-05-02 13:59 ` braingrant at ebestmail dot com
@ 2007-05-02 14:00 ` braingrant at ebestmail dot com
  2007-05-02 14:01 ` braingrant at ebestmail dot com
                   ` (9 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 14:00 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #16 from braingrant at ebestmail dot com  2007-05-02 15:00 -------
Created an attachment (id=13485)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13485&action=view)
bathroom vanities


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (11 preceding siblings ...)
  2007-05-02 13:58 ` braingrant at ebestmail dot com
@ 2007-05-02 13:59 ` braingrant at ebestmail dot com
  2007-05-02 14:00 ` braingrant at ebestmail dot com
                   ` (10 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 13:59 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #14 from braingrant at ebestmail dot com  2007-05-02 14:59 -------
Created an attachment (id=13483)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13483&action=view)
cheap furniture


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (10 preceding siblings ...)
  2007-05-02 13:57 ` braingrant at ebestmail dot com
@ 2007-05-02 13:58 ` braingrant at ebestmail dot com
  2007-05-02 13:59 ` braingrant at ebestmail dot com
                   ` (11 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 13:58 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #13 from braingrant at ebestmail dot com  2007-05-02 14:58 -------
Created an attachment (id=13482)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13482&action=view)
bed frames


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (9 preceding siblings ...)
  2007-05-02 13:51 ` braingrant at ebestmail dot com
@ 2007-05-02 13:57 ` braingrant at ebestmail dot com
  2007-05-02 13:58 ` braingrant at ebestmail dot com
                   ` (12 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 13:57 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #12 from braingrant at ebestmail dot com  2007-05-02 14:57 -------
Created an attachment (id=13481)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13481&action=view)
corner computer armoire


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (8 preceding siblings ...)
  2007-05-02 13:50 ` braingrant at ebestmail dot com
@ 2007-05-02 13:51 ` braingrant at ebestmail dot com
  2007-05-02 13:57 ` braingrant at ebestmail dot com
                   ` (13 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 13:51 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #11 from braingrant at ebestmail dot com  2007-05-02 14:51 -------
Created an attachment (id=13480)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13480&action=view)
bowflex


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (7 preceding siblings ...)
  2007-05-02 13:47 ` braingrant at ebestmail dot com
@ 2007-05-02 13:50 ` braingrant at ebestmail dot com
  2007-05-02 13:51 ` braingrant at ebestmail dot com
                   ` (14 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 13:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #10 from braingrant at ebestmail dot com  2007-05-02 14:50 -------
Created an attachment (id=13479)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13479&action=view)
medifast weight loss


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (6 preceding siblings ...)
  2007-05-02 13:40 ` braingrant at ebestmail dot com
@ 2007-05-02 13:47 ` braingrant at ebestmail dot com
  2007-05-02 13:50 ` braingrant at ebestmail dot com
                   ` (15 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 13:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #9 from braingrant at ebestmail dot com  2007-05-02 14:47 -------
Created an attachment (id=13478)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13478&action=view)
card credit reward 


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2007-05-02 13:23 ` braingrant at ebestmail dot com
@ 2007-05-02 13:40 ` braingrant at ebestmail dot com
  2007-05-02 13:47 ` braingrant at ebestmail dot com
                   ` (16 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 13:40 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #8 from braingrant at ebestmail dot com  2007-05-02 14:40 -------
Created an attachment (id=13477)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13477&action=view)
subaru wrx


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2007-05-02 13:18 ` braingrant at ebestmail dot com
@ 2007-05-02 13:23 ` braingrant at ebestmail dot com
  2007-05-02 13:40 ` braingrant at ebestmail dot com
                   ` (17 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 13:23 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from braingrant at ebestmail dot com  2007-05-02 14:23 -------
Created an attachment (id=13476)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13476&action=view)
bicycle light


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2007-05-02 12:53 ` braingrant at ebestmail dot com
@ 2007-05-02 13:18 ` braingrant at ebestmail dot com
  2007-05-02 13:23 ` braingrant at ebestmail dot com
                   ` (18 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 13:18 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from braingrant at ebestmail dot com  2007-05-02 14:18 -------
Created an attachment (id=13475)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13475&action=view)
radiators


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2007-05-02 12:22 ` braingrant at ebestmail dot com
@ 2007-05-02 12:53 ` braingrant at ebestmail dot com
  2007-05-02 13:18 ` braingrant at ebestmail dot com
                   ` (19 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 12:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from braingrant at ebestmail dot com  2007-05-02 13:53 -------
Created an attachment (id=13474)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13474&action=view)
resume builder


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
  2007-05-02 12:10 ` braingrant at ebestmail dot com
  2007-05-02 12:16 ` braingrant at ebestmail dot com
@ 2007-05-02 12:22 ` braingrant at ebestmail dot com
  2007-05-02 12:53 ` braingrant at ebestmail dot com
                   ` (20 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 12:22 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from braingrant at ebestmail dot com  2007-05-02 13:22 -------
Created an attachment (id=13473)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13473&action=view)
free credit report


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
  2007-05-02 12:10 ` braingrant at ebestmail dot com
@ 2007-05-02 12:16 ` braingrant at ebestmail dot com
  2007-05-02 12:22 ` braingrant at ebestmail dot com
                   ` (21 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 12:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from braingrant at ebestmail dot com  2007-05-02 13:16 -------
Created an attachment (id=13472)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13472&action=view)
wholesale handbags


-- 


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


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

* [Bug c++/13422] `class A' only defines a private destructor and has no friends
       [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
@ 2007-05-02 12:10 ` braingrant at ebestmail dot com
  2007-05-02 12:16 ` braingrant at ebestmail dot com
                   ` (22 subsequent siblings)
  23 siblings, 0 replies; 26+ messages in thread
From: braingrant at ebestmail dot com @ 2007-05-02 12:10 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from braingrant at ebestmail dot com  2007-05-02 13:10 -------
Created an attachment (id=13471)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13471&action=view)
oakley sun glasses


-- 


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


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

end of thread, other threads:[~2007-05-02 14:14 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-17 21:52 [Bug c++/13422] New: `class A' only defines a private destructor and has no friends colby at alum dot mit dot edu
2003-12-17 21:54 ` [Bug c++/13422] " pinskia at gcc dot gnu dot org
     [not found] <bug-13422-5828@http.gcc.gnu.org/bugzilla/>
2007-05-02 12:10 ` braingrant at ebestmail dot com
2007-05-02 12:16 ` braingrant at ebestmail dot com
2007-05-02 12:22 ` braingrant at ebestmail dot com
2007-05-02 12:53 ` braingrant at ebestmail dot com
2007-05-02 13:18 ` braingrant at ebestmail dot com
2007-05-02 13:23 ` braingrant at ebestmail dot com
2007-05-02 13:40 ` braingrant at ebestmail dot com
2007-05-02 13:47 ` braingrant at ebestmail dot com
2007-05-02 13:50 ` braingrant at ebestmail dot com
2007-05-02 13:51 ` braingrant at ebestmail dot com
2007-05-02 13:57 ` braingrant at ebestmail dot com
2007-05-02 13:58 ` braingrant at ebestmail dot com
2007-05-02 13:59 ` braingrant at ebestmail dot com
2007-05-02 14:00 ` braingrant at ebestmail dot com
2007-05-02 14:01 ` braingrant at ebestmail dot com
2007-05-02 14:03 ` braingrant at ebestmail dot com
2007-05-02 14:04 ` braingrant at ebestmail dot com
2007-05-02 14:05 ` braingrant at ebestmail dot com
2007-05-02 14:08 ` braingrant at ebestmail dot com
2007-05-02 14:09 ` braingrant at ebestmail dot com
2007-05-02 14:10 ` braingrant at ebestmail dot com
2007-05-02 14:11 ` braingrant at ebestmail dot com
2007-05-02 14:14 ` braingrant at ebestmail dot com
2007-05-02 14:14 ` braingrant at ebestmail dot com

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).