Re: Creating a patch ready for gcc-patches list

2007-06-06 Thread Jan-Benedict Glaw
); bb4 = e34-dest; bb4-count = all; However, this won't even compile, so please redo it, compile it, test it with the regression suite and submit it with a ChangeLog entry. (Just plain text, don't prepare it as a patch to the ChangeLog file!) MfG, JBG -- Jan-Benedict Glaw [EMAIL

Re: [OT] Re: Git repository with full GCC history

2007-06-04 Thread Jan-Benedict Glaw
keeping those patches up-to-date in some branches, that aren't yet ready for merging. MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of: http://perl.plover.com/Questions.html the second : signature.asc Description

Re: Git repository with full GCC history

2007-06-01 Thread Jan-Benedict Glaw
On Fri, 2007-06-01 04:47:11 -0400, Bernardo Innocenti [EMAIL PROTECTED] wrote: Jan-Benedict Glaw wrote: On Thu, 2007-05-31 21:34:33 -0400, Bernardo Innocenti [EMAIL PROTECTED] wrote: I've set up a Git mirror of the entire GCC history on server space kindly provided by David Woodhouse

Re: Git repository with full GCC history

2007-06-01 Thread Jan-Benedict Glaw
SVN? While you're at it, would David mind to also place a binutils, glibc and glibc-ports GIT repo next to it? That way, there would be a nice single point of GIT repos for the whole toolchain. Thanks for the work, I'll just clone it right now :) MfG, JBG -- Jan-Benedict Glaw [EMAIL

Re: Git repository with full GCC history

2007-06-01 Thread Jan-Benedict Glaw
repository with git-gc --aggressive. It is quite impressive: the size of the pack file was almost cut in half, from ~23MB to ~12MB! This is way more that I expected. I'm officially impressed right now. MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature

Re: Volunteer for bug summaries?

2007-05-23 Thread Jan-Benedict Glaw
won't get caught by this. However... If not only a gcc for the local system is built, but also a full canadian cross, it's possible that at least some extra-bugs show (in the form of an ICE.) Eg. I get that often enough for the vax-linux-uclibc target... MfG, JBG -- Jan-Benedict Glaw

Re: Volunteer for bug summaries?

2007-05-22 Thread Jan-Benedict Glaw
to implement and would be helpful. I'd volunteer to prepare the setup, if somebody supplies the CPU cycles. MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of: Ich hatte in letzter Zeit ein bißchen viel Realitycheck. the second

Re: Volunteer for bug summaries?

2007-05-22 Thread Jan-Benedict Glaw
On Tue, 2007-05-22 08:50:59 +0100, Manuel López-Ibáñez [EMAIL PROTECTED] wrote: On 22/05/07, Jan-Benedict Glaw [EMAIL PROTECTED] wrote: On Mon, 2007-05-21 15:35:53 -0700, Mark Mitchell [EMAIL PROTECTED] wrote: Is there a volunteer who would like to help prepare a regular list of P3

Re: compile time regression

2006-08-22 Thread Jan-Benedict Glaw
to the exact commit. MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of: Träume nicht von Dein Leben: Lebe Deinen Traum! the second : signature.asc Description: Digital signature

Re: troubles compiling

2006-08-08 Thread Jan-Benedict Glaw
-- Jan-Benedict Glaw [EMAIL PROTECTED] +49-172-7608481 Signature of:Don't believe in miracles: Rely on them! the second : signature.asc Description: Digital signature

Mainline build broken (was: r115310 - in /trunk: fixincludes/ChangeLog fixi...)

2006-07-10 Thread Jan-Benedict Glaw
bootstrap/20437 * Makefile.in (configure, config.h.in): change into $(srcdir) before autoconf or autoheader call. This patch broke building GCC because Makefile indention was done with spaces instead of a TAB. MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172-7608481

Re: Free as in Freedom

2006-06-25 Thread Jan-Benedict Glaw
time. So please shut up now. MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172-7608481 _ O _ Eine Freie Meinung in einem Freien Kopf| Gegen Zensur | Gegen Krieg _ _ O für einen Freien Staat voll Freier Bürger | im Internet! | im Irak! O O O ret = do_actions

Re: Free as in Freedom

2006-06-25 Thread Jan-Benedict Glaw
On Sun, 2006-06-25 17:02:41 -0700, Alexander Verhaeghe [EMAIL PROTECTED] wrote: To Jan-Benedict Glaw I WON'T SHUT UP because of Free as in Freedom! Ah, so your understanding of Freedom reads like: Okay guys, I've sent out some rude emails insulting you a bit about your fortran stuff

Re: r113817 - in /trunk/gcc: ChangeLog config/mips/...

2006-05-15 Thread Jan-Benedict Glaw
//tm.texi:6221: No matching [EMAIL PROTECTED] defmac'. makeinfo: Removing output file `doc/gccint.info' due to errors; use --force to preserve. make[1]: *** [doc/gccint.info] Error 1 MfG, JBG -- Jan-Benedict Glaw

Re: Summer of Code 2006

2006-04-18 Thread Jan-Benedict Glaw
On Tue, 2006-04-18 11:57:31 +0200, Steven Bosscher [EMAIL PROTECTED] wrote: On 4/18/06, Allan Sandfeld Jensen [EMAIL PROTECTED] wrote: On Monday 17 April 2006 12:21, Jan-Benedict Glaw wrote: On Sun, 2006-04-16 21:30:08 -0700, Ian Lance Taylor ian@airs.com wrote: * Trailing whitespace

Re: Summer of Code 2006

2006-04-17 Thread Jan-Benedict Glaw
myself. Maybe not only new features, but also code cleanups, should considered: * Move _output_function_prologue() to RTL. * CONST_INT_P() instead of GET_CODE() == CONST_INT, etc. * Trailing whitespace patrol. * ... MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172

Re: r112028 - in /trunk: configure gcc/fortran/Chan...

2006-03-14 Thread Jan-Benedict Glaw
\ --enable-languages=c MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172-7608481 _ O _ Eine Freie Meinung in einem Freien Kopf| Gegen Zensur | Gegen Krieg _ _ O für einen Freien Staat voll Freier Bürger | im Internet! | im

Re: bootstrap broken on tunk for combined source tree

2006-03-14 Thread Jan-Benedict Glaw
r112028, see http://gcc.gnu.org/ml/gcc/2006-03/msg00462.html target=vax-linux-uclibc host=vax-linux-uclibc build=i686-linux-gnu But this seems to be a buglet/problem with newer automake/autoconf tools. MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172-7608481 _ O

Build error on trunk due to new ./configure (was: r112028 - in /trunk: configure gcc/fortran/Chan...)

2006-03-14 Thread Jan-Benedict Glaw
On Tue, 2006-03-14 09:56:40 +0100, Jan-Benedict Glaw [EMAIL PROTECTED] wrote: On Mon, 2006-03-13 22:49:57 -, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: # Guess values for system-dependent variables and create Makefiles. -# Generated automatically using autoconf version 2.13

Re: Build error on trunk due to new ./configure (was: r112028 - in /trunk: configure gcc/fortran/Chan...)

2006-03-14 Thread Jan-Benedict Glaw
On Tue, 2006-03-14 08:56:38 -0500, Andrew Pinski [EMAIL PROTECTED] wrote: On Mar 14, 2006, at 8:54 AM, Jan-Benedict Glaw wrote: Among other differences, it decides that we're cross-building, which isn't true in this case. This results in vax-linux-uclibc-gcc being used to build libiberty

Build broken since (probably) r110954

2006-02-14 Thread Jan-Benedict Glaw
. (do_jump_by_parts_greater): Move after do_jump_by_parts_greater_rtx. * expr.h (do_jump_by_parts_greater_rtx): Delete prototype. That's probably quite similar to PR26279 or PR26280, isn't it? MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172-7608481 _ O _ Eine Freie Meinung

Since r110852: Mainline broken for VAX (cc0 target)

2006-02-12 Thread Jan-Benedict Glaw
is quite minimalistic? MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172-7608481 _ O _ Eine Freie Meinung in einem Freien Kopf| Gegen Zensur | Gegen Krieg _ _ O für einen Freien Staat voll Freier Bürger | im Internet! | im Irak! O O O ret = do_actions((curr

Re: Since r110852: Mainline broken for VAX (cc0 target)

2006-02-12 Thread Jan-Benedict Glaw
On Sun, 2006-02-12 15:26:40 -0500, Andrew Pinski [EMAIL PROTECTED] wrote: On Feb 12, 2006, at 3:21 PM, Jan-Benedict Glaw wrote: Since r110852, GCC (used as cross-compiler) can no longer build uClibc or (parts of) GNU libc: +2006-02-10 Zdenek Dvorak [EMAIL PROTECTED] + + * doc

Re: [RFC/RFT] PR/25890 and PR/25905

2006-01-23 Thread Jan-Benedict Glaw
, but I'll post it right now so that people affected by the bug can also test it. Works for me (vax-linux-uclibc). MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172-7608481 _ O _ Eine Freie Meinung in einem Freien Kopf| Gegen Zensur | Gegen Krieg _ _ O für einen

Build on mainline broken

2006-01-22 Thread Jan-Benedict Glaw
-linux-uclibc/build/gcc1/gcc' make: *** [all-gcc] Error 2 This is the SIGN_EXTRACT case of expand_compound_operation(), maybe this does ring a bell? Thanks, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172-7608481 _ O _ Eine Freie Meinung in einem Freien Kopf| Gegen

Re: Build on mainline broken

2006-01-22 Thread Jan-Benedict Glaw
a preprocessed testcase (preferably reduced one)? Thanks for commenting on this. I've just started a build with r110030 and will try to produce something. Once that is done (it takes some time:-) Thanks, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172-7608481 _ O _ Eine

Re: Build on mainline broken

2006-01-22 Thread Jan-Benedict Glaw
On Sun, 2006-01-22 21:54:47 +0100, Jan-Benedict Glaw [EMAIL PROTECTED] wrote: On Sun, 2006-01-22 21:49:31 +0100, Zdenek Dvorak [EMAIL PROTECTED] wrote: [...] This is the SIGN_EXTRACT case of expand_compound_operation(), maybe this does ring a bell? no idea; this is either

Re: 4.2 Project: @file support

2005-08-25 Thread Jan-Benedict Glaw
, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172-7608481 _ O _ Eine Freie Meinung in einem Freien Kopf| Gegen Zensur | Gegen Krieg _ _ O für einen Freien Staat voll Freier Bürger | im Internet! | im Irak! O O O ret = do_actions((curr | FREE_SPEECH

Re: 4.2 Project: @file support

2005-08-25 Thread Jan-Benedict Glaw
On Thu, 2005-08-25 12:49:16 +0200, Andi Kleen [EMAIL PROTECTED] wrote: On Thursday 25 August 2005 12:45, Jan-Benedict Glaw wrote: Linux uses 32 pages, which results in 128KB on 4K architecture (eg. i386, m68k, sparc32, ...) or 256KB on 8K architectures (eg. Alpha, UltraSparc, ...). Yes

Re: Proposed obsoletions

2005-06-05 Thread Jan-Benedict Glaw
check-ins in both of these. As a side note: the uClibc folks do have a number of patches allowing gcc to configure against *-uclibc. How is the acceptance of these patches? MfG, JBG -- Jan-Benedict Glaw [EMAIL PROTECTED]. +49-172-7608481 _ O _ Eine Freie Meinung in einem

<    1   2   3   4   5