From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15029 invoked by alias); 1 May 2002 17:36:01 -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 15002 invoked by uid 71); 1 May 2002 17:36:01 -0000 Date: Wed, 01 May 2002 10:36:00 -0000 Message-ID: <20020501173601.14999.qmail@sources.redhat.com> To: echristo@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: cgd@broadcom.com Subject: Re: libstdc++/5625: exception unwinding creates invalid pointer o n mips Reply-To: cgd@broadcom.com X-SW-Source: 2002-05/txt/msg00013.txt.bz2 List-Id: The following reply was made to PR libstdc++/5625; it has been noted by GNATS. From: cgd@broadcom.com To: echristo@redhat.com, "'gcc-bugs@gcc.gnu.org'" , "'gcc-prs@gcc.gnu.org'" , "'gcc-gnats@gcc.gnu.org'" Cc: Subject: Re: libstdc++/5625: exception unwinding creates invalid pointer o n mips Date: 01 May 2002 10:29:36 -0700 FYI, I just checked in a change to the mips64 gdb simulator code so that it will do checking of values (for many, but certainly not all 8-) which are allowed to produce UNPREDICTABLE results. This causes 27 gcc (g++, actually) tests which previously passed to fail, due to UNPREDICTABLE behaviour: FAIL: g++.dg/eh/registers1.C execution test FAIL: g++.dg/eh/unexpected1.C execution test FAIL: g++.brendan/eh1.C Execution test FAIL: g++.eh/flow1.C Execution test FAIL: g++.eh/fntry1.C Execution test FAIL: g++.eh/ia64-1.C Execution test FAIL: g++.eh/inline2.C Execution test FAIL: g++.eh/pdel2.C Execution test FAIL: g++.eh/spec2.C Execution test FAIL: g++.eh/spec3.C Execution test FAIL: g++.eh/spec4.C Execution test FAIL: g++.eh/tmpl1.C Execution test FAIL: g++.mike/eh16.C Execution test FAIL: g++.mike/eh17.C Execution test FAIL: g++.mike/eh33.C Execution test FAIL: g++.mike/eh39.C Execution test FAIL: g++.mike/eh40.C Execution test FAIL: g++.mike/eh49.C Execution test FAIL: g++.mike/eh50.C Execution test FAIL: g++.mike/eh51.C Execution test FAIL: g++.mike/eh6.C Execution test FAIL: g++.other/eh3.C Execution test FAIL: g++.other/singleton.C Execution test FAIL: g++.other/vbase2.C Execution test FAIL: g++.pt/fntry1.C Execution test FAIL: g++.robertl/eb66.C Execution test FAIL: g++.robertl/eb88.C Execution test chris