From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3497 invoked by alias); 1 Jun 2005 18:09:55 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 3467 invoked by uid 48); 1 Jun 2005 18:09:46 -0000 Date: Wed, 01 Jun 2005 18:09:00 -0000 From: "jsm28 at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20050601180945.21865.jsm28@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug testsuite/21865] New: gcc.dg/torture/pr21817-1.c fails on hppa2.0w-hpux X-Bugzilla-Reason: CC X-SW-Source: 2005-06/txt/msg00090.txt.bz2 List-Id: The newly added test gcc.dg/torture/pr21817-1.c fails on hppa2.0w-hpux with: pr21817-1.c:12: warning: alignment (16) for value exceeds maximum alignment for global common data. Using 8 This is a target-specific warning. There seems to be nothing about this test requiring it to be in gcc.dg (and the test does not seem to have been included in the patch posted - patches should always be posted as the exact patch tested and proposed to be committed including all testcases in their proposed locations), so it would better belong in gcc.c-torture/compile, which would fix this problem by having the warning no longer cause a test failure. FAIL: gcc.dg/torture/pr21817-1.c -O0 (test for excess errors) FAIL: gcc.dg/torture/pr21817-1.c -O1 (test for excess errors) FAIL: gcc.dg/torture/pr21817-1.c -O2 (test for excess errors) FAIL: gcc.dg/torture/pr21817-1.c -O3 -fomit-frame-pointer (test for excess errors) FAIL: gcc.dg/torture/pr21817-1.c -O3 -fomit-frame-pointer -funroll-loops (test for excess errors) FAIL: gcc.dg/torture/pr21817-1.c -O3 -fomit-frame-pointer -funroll-all-loops -finline-functions (test for excess errors) FAIL: gcc.dg/torture/pr21817-1.c -O3 -g (test for excess errors) FAIL: gcc.dg/torture/pr21817-1.c -Os (test for excess errors) -- Summary: gcc.dg/torture/pr21817-1.c fails on hppa2.0w-hpux Product: gcc Version: 4.1.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: testsuite AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: jsm28 at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org GCC target triplet: hppa2.0w-*-hpux11.* http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21865