From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30679 invoked by alias); 7 May 2007 01:32:16 -0000 Received: (qmail 30640 invoked by uid 48); 7 May 2007 01:32:06 -0000 Date: Mon, 07 May 2007 01:32:00 -0000 Subject: [Bug target/31850] New: gcc.c-torture/compile/limits-fnargs.c is slow at compiling for spu-elf X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-05/txt/msg00538.txt.bz2 I get a timeout compiling gcc.c-torture/compile/limits-fnargs.c with -O1 and above. I think this is because SPU has so many register to pass to a function, that it causes one RTL pass (most likely the register allocator) to go bonkers. -- Summary: gcc.c-torture/compile/limits-fnargs.c is slow at compiling for spu-elf Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: compile-time-hog Severity: normal Priority: P3 Component: target AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pinskia at gcc dot gnu dot org GCC target triplet: spu-elf http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31850