From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31612 invoked by alias); 22 Apr 2002 03: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 31583 invoked by uid 71); 22 Apr 2002 03:46:02 -0000 Date: Sun, 21 Apr 2002 20:46:00 -0000 Message-ID: <20020422034602.31582.qmail@sources.redhat.com> To: rth@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "Billinghurst, David \(CRTS\)" Subject: Re: c++/6212: g++ testsuite EH regressions for irix6 -mabi=64 Reply-To: "Billinghurst, David \(CRTS\)" X-SW-Source: 2002-04/txt/msg01094.txt.bz2 List-Id: The following reply was made to PR c++/6212; it has been noted by GNATS. From: "Billinghurst, David (CRTS)" To: , , , , Cc: Subject: Re: c++/6212: g++ testsuite EH regressions for irix6 -mabi=64 Date: Mon, 22 Apr 2002 13:38:15 +1000 I have just confirmed the original analysis. CVS code from 2001-06-12 12:00 UTC has these failures. With the = following change, reverting part of the suspect patch, the failures are gone Index: stor-layout.c =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvs/gcc/gcc/gcc/stor-layout.c,v retrieving revision 1.98 diff -u -r1.98 stor-layout.c --- stor-layout.c 2 Jun 2001 11:14:06 -0000 1.98 +++ stor-layout.c 22 Apr 2002 03:33:27 -0000 @@ -381,7 +381,7 @@ DECL_BIT_FIELD_TYPE (decl) =3D DECL_BIT_FIELD (decl) ? type : 0; if (maximum_field_alignment !=3D 0) DECL_ALIGN (decl) =3D MIN (DECL_ALIGN (decl), = maximum_field_alignment); - else if (DECL_PACKED (decl) && known_align % DECL_ALIGN (decl) = !=3D 0) + else if (DECL_PACKED (decl)) { DECL_ALIGN (decl) =3D MIN (DECL_ALIGN (decl), BITS_PER_UNIT); DECL_USER_ALIGN (decl) =3D 0; Testsuite results for 2001-06-12 12:00 UTC with above change Native configuration is mips-sgi-irix6.5 =3D=3D=3D g++ tests =3D=3D=3D Running target unix/-mabi=3D64 XPASS: g++.dg/vtgc1.C (test for excess errors) XPASS: g++.dg/vtgc1.C scan-assembler .vtable_inherit[ ]*vtable for = Multivv3, 0 XPASS: g++.dg/vtgc1.C scan-assembler .vtable_inherit[ ]*VTT for = Multivv3, 0 XPASS: g++.dg/vtgc1.C scan-assembler .vtable_inherit[ ]*vtable for = Multiss2, vtable for Base2 XPASS: g++.dg/vtgc1.C scan-assembler .vtable_inherit[ ]*vtable for = Multivs1, vtable for Base2 XPASS: g++.dg/vtgc1.C scan-assembler .vtable_inherit[ ]*VTT for = Multivs1, vtable for Base2 XPASS: g++.dg/vtgc1.C scan-assembler .vtable_inherit[ ]*vtable for = Multisv0, vtable for Side0 XPASS: g++.dg/vtgc1.C scan-assembler .vtable_inherit[ ]*VTT for = Multisv0, vtable for Side0 XPASS: g++.dg/vtgc1.C scan-assembler .vtable_inherit[ ]*vtable for = Side0, 0 XPASS: g++.dg/vtgc1.C scan-assembler .vtable_inherit[ ]*vtable for = VbasedA, 0 XPASS: g++.dg/vtgc1.C scan-assembler .vtable_inherit[ ]*VTT for = VbasedA, 0 XPASS: g++.dg/vtgc1.C scan-assembler .vtable_inherit[ ]*vtable for = Base2, vtable for Base1 XPASS: g++.dg/vtgc1.C scan-assembler .vtable_inherit[ ]*vtable for = Base1, vtable for Base0 XPASS: g++.dg/vtgc1.C scan-assembler .vtable_inherit[ ]*vtable for = Base0, 0 FAIL: g++.ext/instantiate1.C not instantiated (test for errors, line 20) FAIL: g++.ext/instantiate1.C not instantiated (test for errors, line 22) XPASS: g++.jason/thunk3.C (test for excess errors) XPASS: g++.jason/thunk3.C Execution test FAIL: g++.other/crash18.C (test for excess errors) XPASS: g++.other/crash27.C (test for excess errors) XPASS: g++.robertl/eb17.C Execution test =3D=3D=3D g++ Summary =3D=3D=3D # of expected passes 6480 # of unexpected failures 3 # of unexpected successes 18 # of expected failures 93 # of untested testcases 20 /exd6/billingd/obj/gcc-j/gcc/testsuite/../g++ version 3.1 20010611 = (experimental)