From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22906 invoked by alias); 24 Apr 2002 19:46:03 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 22886 invoked by uid 71); 24 Apr 2002 19:46:02 -0000 Date: Wed, 24 Apr 2002 12:46:00 -0000 Message-ID: <20020424194602.22885.qmail@sources.redhat.com> To: echristo@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Ed Maste Subject: RE: libstdc++/5625: exception unwinding creates invalid pointer o n mips Reply-To: Ed Maste X-SW-Source: 2002-04/txt/msg01270.txt.bz2 List-Id: The following reply was made to PR libstdc++/5625; it has been noted by GNATS. From: Ed Maste To: "'cgd@broadcom.com'" , echristo@redhat.com Cc: Ed Maste , "'echristo@gcc.gnu.org'" , "'gcc-bugs@gcc.gnu.org'" , "'gcc-prs@gcc.gnu.org'" , "'gcc-gnats@gcc.gnu.org'" Subject: RE: libstdc++/5625: exception unwinding creates invalid pointer o n mips Date: Wed, 24 Apr 2002 15:41:27 -0400 > > If _Unwind_Ptr were signed, the right thing should happen. (iirc; i > > seem to recall having discussed this with Ed previously [and him > > having confirmed that result, but I may be mistaken].) That is correct. When I discovered the issue I wanted to change as little as possible to isolate it so I left the _Unwind_Ptr typedef alone and rebuilt just eh_personality. -ed