public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: "Billinghurst, David \(CRTS\)" <David.Billinghurst@riotinto.com>
To: rth@gcc.gnu.org
Cc: gcc-prs@gcc.gnu.org,
Subject: Re: c++/6212: g++ testsuite EH regressions for irix6 -mabi=64
Date: Sun, 21 Apr 2002 20:46:00 -0000	[thread overview]
Message-ID: <20020422034602.31582.qmail@sources.redhat.com> (raw)

The following reply was made to PR c++/6212; it has been noted by GNATS.

From: "Billinghurst, David (CRTS)" <David.Billinghurst@riotinto.com>
To: <rth@gcc.gnu.org>,
	<gcc-gnats@gcc.gnu.org>,
	<ghazi@caip.rutgers.edu>,
	<kenner@vlsi1.ultra.nyu.edu>,
	<gcc-bugs@gcc.gnu.org>
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)
 
 


             reply	other threads:[~2002-04-22  3:46 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-21 20:46 Billinghurst, David (CRTS) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-05-06 22:46 rth
2002-04-30 23:26 Richard Henderson
2002-04-30 21:56 Kaveh R. Ghazi
2002-04-30 21:36 Richard Henderson
2002-04-30 20:36 Billinghurst, David (CRTS)
2002-04-24 11:14 rth
2002-04-23  0:38 rth
2002-04-22 19:26 Billinghurst, David (CRTS)
2002-04-22  3:46 Richard Kenner
2002-04-21 21:06 Billinghurst, David (CRTS)
2002-04-17 17:56 Kaveh R. Ghazi
2002-04-17 17:16 Billinghurst, David (CRTS)
2002-04-16 19:26 Billinghurst, David (CRTS)
2002-04-16 19:06 rth
2002-04-16 18:07 rth
2002-04-06 22:56 David.Billinghurst

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020422034602.31582.qmail@sources.redhat.com \
    --to=david.billinghurst@riotinto.com \
    --cc=gcc-prs@gcc.gnu.org \
    --cc=rth@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).