From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 454 invoked by alias); 4 Aug 2005 10:01:49 -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 385 invoked by uid 48); 4 Aug 2005 10:01:33 -0000 Date: Thu, 04 Aug 2005 10:01:00 -0000 Message-ID: <20050804100133.384.qmail@sourceware.org> From: "ebotcazou at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20050106195542.19300.christian.joensson@gmail.com> References: <20050106195542.19300.christian.joensson@gmail.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug target/19300] [4.0 Regression] PCH failures on sparc-linux X-Bugzilla-Reason: CC X-SW-Source: 2005-08/txt/msg00425.txt.bz2 List-Id: ------- Additional Comments From ebotcazou at gcc dot gnu dot org 2005-08-04 10:01 ------- > This is the currently, 2005-08-03, latest test results I have for 3.4: > > http://gcc.gnu.org/ml/gcc-testresults/2005-08/msg00196.html > > and the gcc PCH tests that FAIL are for -m64: > > FAIL: gcc.dg/pch/static-1.c -O0 -g assembly comparison > FAIL: gcc.dg/pch/static-1.c -O0 assembly comparison > FAIL: gcc.dg/pch/static-1.c -O1 assembly comparison > FAIL: gcc.dg/pch/static-2.c -O0 -g assembly comparison > FAIL: gcc.dg/pch/static-2.c -O0 assembly comparison > FAIL: gcc.dg/pch/static-2.c -O1 assembly comparison > FAIL: gcc.dg/pch/static-3.c -O0 -g assembly comparison > FAIL: gcc.dg/pch/static-3.c -O0 assembly comparison > FAIL: gcc.dg/pch/static-3.c -O1 assembly comparison > > and from the log file, for example: > > Executing on host: /usr/local/src/branch/objdir.3.4/gcc/xgcc > -B/usr/local/src/branch/objdir.3.4/gcc/ > /usr/local/src/branch/gcc.3.4/gcc/testsuite/gcc.dg/pch/static-1.c -O0 -g -I. -S > -m64 -o static-1.s (timeout = 600) > PASS: gcc.dg/pch/static-1.c -O0 -g (test for excess errors) > line #48 > < !#PROLOGUE# 0 > > .register %g2, #scratch > line #49 > < save %sp, -192, %sp > > .register %g3, #scratch > line #50 That's a PR of you too. A backport of 2005-04-15 David S. Miller PR target/20673 * config/sparc/sparc.h (sparc_hard_reg_printed): Mark as GTY(()). is pre-approved, assuming the release manager is OK with it. -- What |Removed |Added ---------------------------------------------------------------------------- BugsThisDependsOn| |20673 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19300