verify_gimple fails for git-1.6.4.1

2009-08-25 Thread Jan Engelhardt
Hi, Compiling git 1.6.4.1 with the gcc trunk Using built-in specs. Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c+

Re: darwin8 / ppc bootstrap is failing for me.

2009-08-25 Thread IainS
Thanks Ralf, On 24 Aug 2009, at 19:52, Ralf Wildenhues wrote: * IainS wrote on Mon, Aug 24, 2009 at 08:17:37PM CEST: the configure that's failing is GMP rather than gcc... maybe I've missed a requirement to update? configure:11139: /lib/cpp -DNO_ASM conftest.cc /Volumes/ScratchCS/gcc-4-5-

RE: IRA undoing scheduling decisions

2009-08-25 Thread Bingfeng Mei
I can comfirm too in our private port, though in slightly different form. r2 = 7 [r0] = r2 r0 = 4 [r1] = r0 Bingfeng > -Original Message- > From: gcc-ow...@gcc.gnu.org [mailto:gcc-ow...@gcc.gnu.org] On > Behalf Of Charles J. Tabony > Sent: 25 August 2009 00:56 > To: gcc@gcc.gnu.org > S

Re: verify_gimple fails for git-1.6.4.1

2009-08-25 Thread Ian Lance Taylor
Jan Engelhardt writes: > builtin-grep.c:669:5: internal compiler error: verify_gimple failed > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. > make: *** [builtin-grep.o] Error 1 Please file a bug report, per http:/

Re: Exception handling information

2009-08-25 Thread Jason Merrill
On 08/20/2009 11:36 PM, Ian Lance Taylor wrote: Ironically, -freorder-blocks-and-partition, which seems tailor-made to fix this, is disabled when exception handling is used. This is no longer true: 2009-08-07 Jakub Jelinek ... * opts.c: Include except.h. (decode_options): Al

Re: Function argument passing

2009-08-25 Thread Richard Henderson
On 08/23/2009 10:19 PM, Mohamed Shafi wrote: I am getting the following error when i make a function call. (call_insn 18 17 19 3 1.c:29 (set (parallel:DI [ (expr_list:REG_UNUSED (reg:SI 7 d7) (const_int 0 [0x0])) (expr_list:REG_UNUSED (

Re: Exception handling information

2009-08-25 Thread Ian Lance Taylor
Jason Merrill writes: > On 08/20/2009 11:36 PM, Ian Lance Taylor wrote: >> Ironically, -freorder-blocks-and-partition, which seems tailor-made to >> fix this, is disabled when exception handling is used. > > This is no longer true: > > 2009-08-07 Jakub Jelinek > ... > * opts.c: Include

Re: darwin8 / ppc bootstrap is failing for me.

2009-08-25 Thread Ralf Wildenhues
* IainS wrote on Tue, Aug 25, 2009 at 12:28:58PM CEST: > On 24 Aug 2009, at 19:52, Ralf Wildenhues wrote: > > > >http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40950 > That seems to be it, and the cure is to add --enable-stage1-languages=c,c++ > (as per the bugreport). > > In fact, it seems to effec

Re: Build failure in libgfortran on i386-pc-solaris2.10

2009-08-25 Thread Rainer Orth
Art Haas writes: > My bootstrap builds have been failing in the 'libgfortran' portion > of the build since this patch: > > 2009-07-27 Tobias Burnus > > PR fortran/40863 > * c99_functions.c: Define complex I, if not defined. > Create prototypes for C99 functions to sil

RE: Build failure in libgfortran on i386-pc-solaris2.10

2009-08-25 Thread Arthur Haas
>> Art Haas writes: >> My bootstrap builds have been failing in the 'libgfortran' portion >> of the build since this patch: >> >> 2009-07-27 Tobias Burnus >> >> PR fortran/40863 >> * c99_functions.c: Define complex I, if not defined. >> Create prototypes for C99 fu

Re: IRA undoing scheduling decisions

2009-08-25 Thread Charles J. Tabony
Adam Nemet wrote: > "Charles J. Tabony" writes: > > I see the same difference between GCC 4.3.2 and 4.4.0 when compiling > > for PowerPC, MIPS, ARM, and FR-V. > > I can confirm this with mainline on MIPS/Octeon. Can you please file a > bug. Filed as PR 41171. Is this actually a performa

gcc-4.4-20090825 is now available

2009-08-25 Thread gccadmin
Snapshot gcc-4.4-20090825 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.4-20090825/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.4 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

Re: IRA undoing scheduling decisions

2009-08-25 Thread Adam Nemet
Charles J. Tabony writes: > Filed as PR 41171. Thanks. > Is this actually a performance regression on MIPS? I suspect either > sequence would be the same performance on most machines. Yes it is: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41171#c1 Adam