Re: question about registers that are set on entry to a function.

2006-02-08 Thread Jim Wilson
Kenneth Zadeck wrote: I have one question about EH_USES on the ia-64 (the only place it is used). I know this is a bit late, but I didn't see any answer to this on this list, and figured you might still need one. The IA-64 port uses EH_USES for registers that hold frame state. We can opti

Re: [PATCH, RFC] Enable IBM long double for PPC32 Linux

2006-02-08 Thread Mark Mitchell
Geoffrey Keating wrote: > Mark Mitchell <[EMAIL PROTECTED]> writes: > > >>However, the PowerPC GNU/Linux community seems to want this feature very >>badly, and has suggested that failure to incorporate these patches in >>GCC 4.1 would be very bad. My feeling is that it is the PowerPC >>community

Re: [PATCH, RFC] Enable IBM long double for PPC32 Linux

2006-02-08 Thread Geoffrey Keating
Mark Mitchell <[EMAIL PROTECTED]> writes: > However, the PowerPC GNU/Linux community seems to want this feature very > badly, and has suggested that failure to incorporate these patches in > GCC 4.1 would be very bad. My feeling is that it is the PowerPC > community which will be harmed if they g

Re: i686 bootstrap failure in revision 110699: looping in

2006-02-08 Thread Diego Novillo
Andrew Pinski wrote: > var_can_have_subvars (tree v) > { > + > + /* Volatile variables should never have subvars. */ > No vertical space here.

Re: i686 bootstrap failure in revision 110699: looping in

2006-02-08 Thread Andrew Pinski
> > On Wed, 2006-02-08 at 12:28 -0500, Andrew Pinski wrote: > > > > > > I've build in a unified (symlink) tree, with sourceware stuff checked > > > out via cvs from date/time D2006.02.07.17.00.00 > > > > I am reducing this failure and will file a bug report. > > > > This failure is actually a

Re: i686 bootstrap failure in revision 110699: looping in execute_pre

2006-02-08 Thread Daniel Berlin
On Wed, 2006-02-08 at 12:28 -0500, Andrew Pinski wrote: > > > > I've build in a unified (symlink) tree, with sourceware stuff checked > > out via cvs from date/time D2006.02.07.17.00.00 > > I am reducing this failure and will file a bug report. > This failure is actually a latent bug elsewhere

Re: i686 bootstrap failure in revision 110699: looping in execute_pre

2006-02-08 Thread Andrew Pinski
> > This is a multi-part message in MIME format. > --040002010104040902030106 > Content-Type: text/plain; charset=us-ascii; format=flowed > Content-Transfer-Encoding: 7bit > > Andrew Pinski wrote: > > >>I've build in a unified (symlink) tree, with sourceware stuff checked > >>out vi

Re: matrix linking

2006-02-08 Thread Mike Stump
On Feb 8, 2006, at 5:51 AM, [EMAIL PROTECTED] wrote: I think the idea of matrix linking is quite different You could have saved all the space and just said, yeah, but mine can rebind printf. My response would be, yes, so can we. So, I've yet to see much of a difference.

Re: i686 bootstrap failure in revision 110699: looping in execute_pre

2006-02-08 Thread Joern RENNECKE
Andrew Pinski wrote: I've build in a unified (symlink) tree, with sourceware stuff checked out via cvs from date/time D2006.02.07.17.00.00 I am reducing this failure and will file a bug report. I've just got a reduced test case, to be compiled with -O2 - see attachment. struct gdb_e

Re: i686 bootstrap failure in revision 110699: looping in execute_pre

2006-02-08 Thread Andrew Pinski
> > I've build in a unified (symlink) tree, with sourceware stuff checked > out via cvs from date/time D2006.02.07.17.00.00 I am reducing this failure and will file a bug report. Thanks, Andrew Pinski

P.S. to: i686 bootstrap failure in revision 110699: looping in execute_pre

2006-02-08 Thread Joern RENNECKE
P.S.: The stage1 cc1 likewise loops in compute_antic (which is not inlined into execute_pre then).

i686 bootstrap failure in revision 110699: looping in execute_pre

2006-02-08 Thread Joern RENNECKE
I've build in a unified (symlink) tree, with sourceware stuff checked out via cvs from date/time D2006.02.07.17.00.00 The last issued command during the build was: /mnt/scratch/nightly/2006-02-07/i686/./gcc/xgcc -B/mnt/scratch/nightly/2006-02-07/i686/./gcc/ -B/usr/local/i686-pc-linux-gnu/bin/

trees: function declaration

2006-02-08 Thread george
Gentlemen. I need some kind of assistance. I am trying to substitute function name during the compilation procedure. In order to do that I am: 1. creating new identifier with my name, like this: t = get_identifier("Myfuction__ml_stub"); 2. setting this name: DECL_NAME(funcition) = t; function is t

Re: matrix linking

2006-02-08 Thread george
Mike, sorry for not answering. I think the idea of matrix linking is quite different, let me try to explain. I would not say the matrix linking is the bynamic bunding, or rather to say it is not only the dynamic binding. Let us consider a sample: void foo() { printf(“foo\n”); } int main(voi

why gcc-4_1-branch build gnattools when --enable-languages=c,c++,fortran ?

2006-02-08 Thread Cauchy Song
[EMAIL PROTECTED] /opt/work/tmp/obj/41]$ svn info /opt/work/svn/gcc-4_1-branch/ Path: /opt/work/svn/gcc-4_1-branch URL: file:///opt/gcc-svn/branches/gcc-4_1-branch Repository UUID: 138bc75d-0d04-0410-961f-82ee72b054a4 Revision: 110691 Node Kind: directory Schedule: normal Last Changed Author: jakub

re: precompiled headers tests failed

2006-02-08 Thread Eric Fisher
But there are still some failures. I'm not sure if they are okey. The error messages are like these, Executing on host: /home/smj/build_gcc_mips/gcc/xgcc -B/home/smj/build_gcc_mips/gcc/ /home/smj/gcc-3.4.4-mips/gcc/testsuite/gcc.dg/pch/static-1.c -O0 -I. -S -o static-1.s(timeout = 300) PASS

re: precompiled headers tests failed

2006-02-08 Thread Eric Fisher
But there are still some failures. I'm not sure if they are okey. The error messages are like these, Executing on host: /home/smj/build_gcc_mips/gcc/xgcc -B/home/smj/build_gcc_mips/gcc/ /home/smj/gcc-3.4.4-mips/gcc/testsuite/gcc.dg/pch/static-1.c -O0 -I. -S -o static-1.s(timeout = 300) PAS