public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/8047] [i386] Stack corruption with exceptions
       [not found] <20020925150601.8047.kloeckner@rtna.daimlerchrysler.com>
@ 2003-05-25 15:53 ` pinskia@physics.uc.edu
  2003-06-07 19:40 ` pinskia@physics.uc.edu
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-25 15:53 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=8047


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-05-06 00:00:00         |2003-05-25 15:45:27
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-05-25 15:45 -------
Still happens on the mainline (20030525) with -march=i386 at -O0.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug c++/8047] [i386] Stack corruption with exceptions
       [not found] <20020925150601.8047.kloeckner@rtna.daimlerchrysler.com>
  2003-05-25 15:53 ` [Bug c++/8047] [i386] Stack corruption with exceptions pinskia@physics.uc.edu
@ 2003-06-07 19:40 ` pinskia@physics.uc.edu
  2003-08-07  3:38 ` pinskia at physics dot uc dot edu
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-07 19:40 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=8047


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |caprdja@hand-gmbh.de


------- Additional Comments From pinskia@physics.uc.edu  2003-06-07 19:40 -------
*** Bug 6678 has been marked as a duplicate of this bug. ***


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

* [Bug c++/8047] [i386] Stack corruption with exceptions
       [not found] <20020925150601.8047.kloeckner@rtna.daimlerchrysler.com>
  2003-05-25 15:53 ` [Bug c++/8047] [i386] Stack corruption with exceptions pinskia@physics.uc.edu
  2003-06-07 19:40 ` pinskia@physics.uc.edu
@ 2003-08-07  3:38 ` pinskia at physics dot uc dot edu
  2003-08-23 19:22 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-08-07  3:38 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=8047


pinskia at physics dot uc dot edu changed:

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


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-07 03:38 -------
Try to have this one fixed by 3.4
Can anyone say the patch was the right fix for 2.95?


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

* [Bug c++/8047] [i386] Stack corruption with exceptions
       [not found] <20020925150601.8047.kloeckner@rtna.daimlerchrysler.com>
                   ` (2 preceding siblings ...)
  2003-08-07  3:38 ` pinskia at physics dot uc dot edu
@ 2003-08-23 19:22 ` pinskia at gcc dot gnu dot org
  2003-08-24  7:01 ` bangerth at dealii dot org
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-08-23 19:22 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=8047


pinskia at gcc dot gnu dot org changed:

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


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

* [Bug c++/8047] [i386] Stack corruption with exceptions
       [not found] <20020925150601.8047.kloeckner@rtna.daimlerchrysler.com>
                   ` (3 preceding siblings ...)
  2003-08-23 19:22 ` pinskia at gcc dot gnu dot org
@ 2003-08-24  7:01 ` bangerth at dealii dot org
  2003-12-19  9:46 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: bangerth at dealii dot org @ 2003-08-24  7:01 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=8047


bangerth at dealii dot org changed:

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


------- Additional Comments From bangerth at dealii dot org  2003-08-24 07:01 -------
I re-set the target milestone to 3.4 -- this is bad enough a bug that it's worth fixing 
it and there's even a proposed patch that needs the attention of someone familiar 
with this part of the compiler. Maybe having a target milestone set gets us at least 
a review of the patch. 
 
W.


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

* [Bug c++/8047] [i386] Stack corruption with exceptions
       [not found] <20020925150601.8047.kloeckner@rtna.daimlerchrysler.com>
                   ` (4 preceding siblings ...)
  2003-08-24  7:01 ` bangerth at dealii dot org
@ 2003-12-19  9:46 ` pinskia at gcc dot gnu dot org
  2004-05-26 22:23 ` pinskia at gcc dot gnu dot org
  2004-08-25  4:22 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2003-12-19  9:46 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.0                       |3.5.0


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


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

* [Bug c++/8047] [i386] Stack corruption with exceptions
       [not found] <20020925150601.8047.kloeckner@rtna.daimlerchrysler.com>
                   ` (5 preceding siblings ...)
  2003-12-19  9:46 ` pinskia at gcc dot gnu dot org
@ 2004-05-26 22:23 ` pinskia at gcc dot gnu dot org
  2004-08-25  4:22 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-26 22:23 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.5.0                       |---


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


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

* [Bug c++/8047] [i386] Stack corruption with exceptions
       [not found] <20020925150601.8047.kloeckner@rtna.daimlerchrysler.com>
                   ` (6 preceding siblings ...)
  2004-05-26 22:23 ` pinskia at gcc dot gnu dot org
@ 2004-08-25  4:22 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-08-25  4:22 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-08-25 04:22 -------
Fixed on the mainline, most likely by the tree-ssa merge.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |3.5.0


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


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

* [Bug c++/8047] [i386] Stack corruption with exceptions
       [not found] <bug-8047-3354@http.gcc.gnu.org/bugzilla/>
@ 2006-03-17  6:27 ` aoliva at gcc dot gnu dot org
  0 siblings, 0 replies; 9+ messages in thread
From: aoliva at gcc dot gnu dot org @ 2006-03-17  6:27 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #15 from aoliva at gcc dot gnu dot org  2006-03-17 06:27 -------
I failed to note this PR when I checked in
http://gcc.gnu.org/ml/gcc-patches/2006-03/msg01039.html as revision 112170,
sorry.


-- 


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


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

end of thread, other threads:[~2006-03-17  6:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020925150601.8047.kloeckner@rtna.daimlerchrysler.com>
2003-05-25 15:53 ` [Bug c++/8047] [i386] Stack corruption with exceptions pinskia@physics.uc.edu
2003-06-07 19:40 ` pinskia@physics.uc.edu
2003-08-07  3:38 ` pinskia at physics dot uc dot edu
2003-08-23 19:22 ` pinskia at gcc dot gnu dot org
2003-08-24  7:01 ` bangerth at dealii dot org
2003-12-19  9:46 ` pinskia at gcc dot gnu dot org
2004-05-26 22:23 ` pinskia at gcc dot gnu dot org
2004-08-25  4:22 ` pinskia at gcc dot gnu dot org
     [not found] <bug-8047-3354@http.gcc.gnu.org/bugzilla/>
2006-03-17  6:27 ` aoliva 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).