From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5479 invoked by alias); 6 Jan 2003 17:16: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 5442 invoked by uid 71); 6 Jan 2003 17:16:02 -0000 Resent-Date: 6 Jan 2003 17:16:02 -0000 Resent-Message-ID: <20030106171602.5441.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org, mark@codesourcery.com Resent-Reply-To: gcc-gnats@gcc.gnu.org, ghazi@caip.rutgers.edu Received: (qmail 3907 invoked by uid 61); 6 Jan 2003 17:14:13 -0000 Message-Id: <20030106171413.3906.qmail@sources.redhat.com> Date: Mon, 06 Jan 2003 17:16:00 -0000 From: ghazi@caip.rutgers.edu Reply-To: ghazi@caip.rutgers.edu To: gcc-gnats@gcc.gnu.org Cc: mark@codesourcery.com X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) X-GNATS-Notify: mark@codesourcery.com Subject: c++/9193: Testsuite error on mips-irix6 with g++.dg/abi/empty6.C (missing -Wabi warning) X-SW-Source: 2003-01/txt/msg00344.txt.bz2 List-Id: >Number: 9193 >Category: c++ >Synopsis: Testsuite error on mips-irix6 with g++.dg/abi/empty6.C (missing -Wabi warning) >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Mon Jan 06 09:16:01 PST 2003 >Closed-Date: >Last-Modified: >Originator: Kaveh Ghazi >Release: gcc version 3.4 20030105 (experimental) >Organization: >Environment: mips-sgi-irix6.5 >Description: I'm getting a testsuite failure for g++.dg/abi/empty6.C on mips-sgi-irix6.5 as seen here: http://gcc.gnu.org/ml/gcc-testresults/2003-01/msg00233.html The error is not new, it appears to have started from the very day the testcase was checked in: http://gcc.gnu.org/ml/gcc-testresults/2002-09/msg00909.html The logfile says: FAIL: g++.dg/abi/empty6.C (test for warnings, line 6) and indeed no -Wabi warning is issued. The failure occurs only when I run the testsuite with -mabi=64, it succeeds without that flag as noted in the test report above. >How-To-Repeat: Target mips-sgi-irix6.5 and compile empty6.ii with: cc1plus -fpreprocessed empty6.ii -quiet -dumpbase empty6.C -mabi=64 -auxbase-strip empty6.C -Wabi -version -fmessage-length=0 -o empty6.C and note that no -Wabi warning is issued. # 1 "/caip/u58/ghazi/gcc-testing/egcc-CVS20030105/gcc/testsuite/g++.dg/abi/empty6.C" # 1 "" # 1 "" # 1 "/caip/u58/ghazi/gcc-testing/egcc-CVS20030105/gcc/testsuite/g++.dg/abi/empty6.C" struct A {}; struct B { A a; virtual void f () {} }; >Fix: >Release-Note: >Audit-Trail: >Unformatted: