public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/18192] Serious Performance Bug depending on a donothing destructor declaration
       [not found] <bug-18192-9399@http.gcc.gnu.org/bugzilla/>
@ 2006-03-04  1:29 ` jason at gcc dot gnu dot org
  0 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu dot org @ 2006-03-04  1:29 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from jason at gcc dot gnu dot org  2006-03-04 01:29 -------
Tested, bug not present in gcc 4.0.2.  Not going to fix in 3.x.


-- 

jason at gcc dot gnu dot org changed:

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


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


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

* [Bug c++/18192] Serious Performance Bug depending on a donothing destructor declaration
  2004-10-28 10:31 [Bug c++/18192] New: " dkouroun at mailbox dot gr
                   ` (3 preceding siblings ...)
  2004-11-25 10:04 ` dkouroun at mailbox dot gr
@ 2005-09-15 19:18 ` jason at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: jason at gcc dot gnu dot org @ 2005-09-15 19:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From jason at gcc dot gnu dot org  2005-09-15 19:18 -------
Please try GCC 4.  We're unlikely to work on tweaking the performance of the GCC
3.4 line.

-- 


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


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

* [Bug c++/18192] Serious Performance Bug depending on a donothing destructor declaration
  2004-10-28 10:31 [Bug c++/18192] New: " dkouroun at mailbox dot gr
                   ` (2 preceding siblings ...)
  2004-11-24 18:27 ` pinskia at gcc dot gnu dot org
@ 2004-11-25 10:04 ` dkouroun at mailbox dot gr
  2005-09-15 19:18 ` jason at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: dkouroun at mailbox dot gr @ 2004-11-25 10:04 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dkouroun at mailbox dot gr  2004-11-25 10:04 -------
(In reply to comment #2) 
> This might have to do with execeptions. 
 
What kind of exceptions? For icc it doesn't make any difference whether or not 
you comment out that donothing destructor!!! g++-3.4.3 still has that problem! 
 
 

-- 


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


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

* [Bug c++/18192] Serious Performance Bug depending on a donothing destructor declaration
  2004-10-28 10:31 [Bug c++/18192] New: " dkouroun at mailbox dot gr
  2004-10-28 10:34 ` [Bug c++/18192] " dkouroun at mailbox dot gr
  2004-11-24 11:57 ` dkouroun at mailbox dot gr
@ 2004-11-24 18:27 ` pinskia at gcc dot gnu dot org
  2004-11-25 10:04 ` dkouroun at mailbox dot gr
  2005-09-15 19:18 ` jason at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-24 18:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-24 18:27 -------
This might have to do with execeptions.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|critical                    |normal
           Keywords|                            |missed-optimization


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


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

* [Bug c++/18192] Serious Performance Bug depending on a donothing destructor declaration
  2004-10-28 10:31 [Bug c++/18192] New: " dkouroun at mailbox dot gr
  2004-10-28 10:34 ` [Bug c++/18192] " dkouroun at mailbox dot gr
@ 2004-11-24 11:57 ` dkouroun at mailbox dot gr
  2004-11-24 18:27 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dkouroun at mailbox dot gr @ 2004-11-24 11:57 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   GCC host triplet|SuSE 9.0                    |SuSE 9.2
            Version|3.4.2                       |3.4.3


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


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

* [Bug c++/18192] Serious Performance Bug depending on a donothing destructor declaration
  2004-10-28 10:31 [Bug c++/18192] New: " dkouroun at mailbox dot gr
@ 2004-10-28 10:34 ` dkouroun at mailbox dot gr
  2004-11-24 11:57 ` dkouroun at mailbox dot gr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: dkouroun at mailbox dot gr @ 2004-10-28 10:34 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dkouroun at mailbox dot gr  2004-10-28 10:34 -------
Created an attachment (id=7422)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7422&action=view)
The source code


-- 


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


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

end of thread, other threads:[~2006-03-04  1:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-18192-9399@http.gcc.gnu.org/bugzilla/>
2006-03-04  1:29 ` [Bug c++/18192] Serious Performance Bug depending on a donothing destructor declaration jason at gcc dot gnu dot org
2004-10-28 10:31 [Bug c++/18192] New: " dkouroun at mailbox dot gr
2004-10-28 10:34 ` [Bug c++/18192] " dkouroun at mailbox dot gr
2004-11-24 11:57 ` dkouroun at mailbox dot gr
2004-11-24 18:27 ` pinskia at gcc dot gnu dot org
2004-11-25 10:04 ` dkouroun at mailbox dot gr
2005-09-15 19:18 ` 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).