Re: How can I remove articles posted under my name?

2006-06-25 Thread tobias . schlueter
[ cutting down the CC list ] Alexander Verhaeghe <[EMAIL PROTECTED]> wrote on Mon, 26 Jun 2006: As the title says, how can I remove articles posted under my name "Alexander Verhaeghe" or e-mailaddress "alexanderverhaeghe at yahoo dot com" When I do a search in http://gcc.gnu.org/lists.html I g

Missing new file

2006-02-14 Thread Tobias . Schlueter
Zdenek, you forgot to add tree-ssa-loop-prefetch.c in your latest commit, which breaks bootstrap. Regards, - Tobi

Re: Compilation time has more than doubled on some Polyhedron tests

2006-01-15 Thread Tobias . Schlueter
[ Added gcc@gcc.gnu.org to the CC list and included Dominique's mail in full, as the problem might well be in the common code. ] Quoting Dominique Dhumieres <[EMAIL PROTECTED]>: > I have the following timing for the compilation of the polyhedron tests > on a 1.8Ghz G5 with: > > gfortran -w -O3

Re: What happened to bubblestrap?

2005-12-16 Thread Tobias . Schlueter
Quoting Paolo Bonzini <[EMAIL PROTECTED]>: > Yes. "make bubblestrap" is now called simply "make". As Giovanni put > it a few minutes ago: > > "I would also note that using "make" in the cp/ directory at least used > to build cc1plus with the system compiler, without -Werror and with a > different

Re: Build using --with-gmp and shared libraries

2005-11-04 Thread Tobias . Schlueter
Quoting Janne Blomqvist <[EMAIL PROTECTED]>: > Would it be possible to replace gmp with mpfr entirely? Or do we use > gmp functionality that isn't found in mpfr? We use mpz_* for our integer handling, so that's not an option, unfortunately. - Tobi

Re: Vectorizing HIRLAM 4: complicated access patterns examined.

2005-11-01 Thread Tobias . Schlueter
Quoting Jakub Jelinek <[EMAIL PROTECTED]>: > On Tue, Nov 01, 2005 at 02:01:43PM +0100, > [EMAIL PROTECTED] wrote: > > [ Bringing this back to fortran@, taking the optimizer guys out of CC: ] > > > > Quoting Toon Moene: > > > I still have to construct a bug report of something that confuses the > pa

Re: Vectorizing HIRLAM 4: complicated access patterns examined.

2005-11-01 Thread Tobias . Schlueter
[ Bringing this back to fortran@, taking the optimizer guys out of CC: ] Quoting Toon Moene: > I still have to construct a bug report of something that confuses the parser > and that basically looks like this: > > IMPLICIT CHARACTER*8 (Y) > CHARACTER*11 Y1, Y2, Y3 > ... > YA =

Re: A couple more subversion notes

2005-10-20 Thread Tobias . Schlueter
(I'm sorry that I'm breaking threading, but I don't feel to bad about this given whom I'm replying to, it's not like I'm cutting a huge thread in two) Richard Kenner wrote: > I must say that I find the amount of "fiddling" and special options or > configurations needed here very disturbing. Peop

Re: How to write testcase with two warnings on one line?

2005-06-21 Thread Tobias . Schlueter
Quoting Feng Wang <[EMAIL PROTECTED]>: > Hi, > > I want to write a testcase. The compiler gives two separated warnings on one > statement. How to write this with Dejagnu? I don't think this is possible if both warnings are issued for the same location (which is probably not something we want). I