Re: This is a Cygwin failure yeah?

2009-01-26 Thread Andy Scott
On 18/01/2009, Dave Korn wrote: > Andy Scott wrote: > > > Again stage3 part of build, and this is what actually stops the build > > the above issue doesn't seem to (I think it happens in stage 2), I get > > the following: > > > > > > > < a few more lines of log deleted :) > > > > > ../../.

cross-compilation, deprecated option and libgcc

2009-01-26 Thread Vincent R.
Hi, I am still trying to generate a cross-compiler targeting wince-pe from trunk. Last time it seems nobody was able to answer so now I am going to ask simpler questions : 1) When I compile bootstrap gcc, I am using make all-gcc and make install-gcc and it seems it doesn't build libgcc anymore.

gcc-4.3.3.tar.bz2 md5sum does not match

2009-01-26 Thread Andrew Walrond
I've tried two mirrors with the same results: $ cat md5.sum | grep gcc-4.3.3.tar.bz2 d3338b75fa6f83be08908b1eed56d439 gcc-4.3.3.tar.bz2 $ md5sum gcc-4.3.3.tar.bz2 cc3c5565fdb9ab87a05ddb106ba0bd1f gcc-4.3.3.tar.bz2 Can someone confirm/fix this? Thanks! Andrew Walrond

Re: gcc-4.3.3.tar.bz2 md5sum does not match

2009-01-26 Thread Richard Guenther
On Mon, Jan 26, 2009 at 4:23 PM, Andrew Walrond wrote: > I've tried two mirrors with the same results: > > $ cat md5.sum | grep gcc-4.3.3.tar.bz2 > > d3338b75fa6f83be08908b1eed56d439 gcc-4.3.3.tar.bz2 > > $ md5sum gcc-4.3.3.tar.bz2 > cc3c5565fdb9ab87a05ddb106ba0bd1f gcc-4.3.3.tar.bz2 > > Can som

Inline limits

2009-01-26 Thread Hariharan
Hi, I ran into some code-size/stack size bloat using -Os for a piece of code. This seemed to happen only when certain single call-site functions are defined "static" and not otherwise. On investigating further on this, i see that the inline_functions_called_once seems to rely only on "cgraph_c

Re: gcc-4.3.3.tar.bz2 md5sum does not match

2009-01-26 Thread H.J. Lu
On Mon, Jan 26, 2009 at 7:49 AM, Richard Guenther wrote: > On Mon, Jan 26, 2009 at 4:23 PM, Andrew Walrond wrote: >> I've tried two mirrors with the same results: >> >> $ cat md5.sum | grep gcc-4.3.3.tar.bz2 >> >> d3338b75fa6f83be08908b1eed56d439 gcc-4.3.3.tar.bz2 >> >> $ md5sum gcc-4.3.3.tar.bz

Re: Inline limits

2009-01-26 Thread Richard Guenther
On Mon, Jan 26, 2009 at 5:41 PM, Richard Guenther wrote: > On Mon, Jan 26, 2009 at 5:29 PM, Hariharan wrote: >> Hi, >> I ran into some code-size/stack size bloat using -Os for a piece of code. >> This seemed to happen only when certain single call-site functions are >> defined "static" and not ot

Re: Inline limits

2009-01-26 Thread Richard Guenther
On Mon, Jan 26, 2009 at 5:29 PM, Hariharan wrote: > Hi, > I ran into some code-size/stack size bloat using -Os for a piece of code. > This seemed to happen only when certain single call-site functions are > defined "static" and not otherwise. On investigating further on this, i see > that the inli

Re: gcc-4.3.3.tar.bz2 md5sum does not match

2009-01-26 Thread Richard Guenther
On Mon, Jan 26, 2009 at 5:37 PM, H.J. Lu wrote: > On Mon, Jan 26, 2009 at 7:49 AM, Richard Guenther > wrote: >> On Mon, Jan 26, 2009 at 4:23 PM, Andrew Walrond wrote: >>> I've tried two mirrors with the same results: >>> >>> $ cat md5.sum | grep gcc-4.3.3.tar.bz2 >>> >>> d3338b75fa6f83be08908b1e

Announce: MPFR 2.4.0 is release

2009-01-26 Thread Vincent Lefevre
MPFR 2.4.0 ("andouillette sauce moutarde") is now available for download from the MPFR web site: http://www.mpfr.org/mpfr-2.4.0/ Thanks very much to those who sent us bug reports and/or tested the release candidate. md5sum : f5916d785d4f7e7282057f6a3ebff9ce mpfr-2.4.0.tar.bz2 6a6162517d7e4f

Re: C++0x Concepts development schedule

2009-01-26 Thread Jason Merrill
Rodolfo Lima wrote: When the time to get the hands dirty arrives, I'll need to know if somebody's working off-branch on some parts to avoid unnecessary work. I don't think anyone is working on it at the moment; since Apple hired Doug Gregor he isn't working on GCC at all anymore. I also kno

Re: C++0X constexpr implementation status

2009-01-26 Thread Jason Merrill
Ed Smith-Rowland wrote: In my efforts to build C++-0X library components I've noticed that constexpr member variables are used in several places. I was unable to implement these as intended and reverted to const accessors. It seems like the intent is sort of a static const function except tha

Re: gcc-4.3.3.tar.bz2 md5sum does not match

2009-01-26 Thread Ian Lance Taylor
Richard Guenther writes: > On Mon, Jan 26, 2009 at 4:23 PM, Andrew Walrond wrote: >> I've tried two mirrors with the same results: >> >> $ cat md5.sum | grep gcc-4.3.3.tar.bz2 >> >> d3338b75fa6f83be08908b1eed56d439 gcc-4.3.3.tar.bz2 >> >> $ md5sum gcc-4.3.3.tar.bz2 >> cc3c5565fdb9ab87a05ddb106b

Re: Archive for SPEC CPU 2K/2006 results?

2009-01-26 Thread Ian Lance Taylor
"H.J. Lu" writes: > My website isn't visible to public. Also it isn't really benchmark since > I only run functional tests. My reports only show pass or which tests > failed. For what it's worth, Diego is posting his spec runs on my website, at http://www.airs.com/dnovillo/spec2000/ . I'd be ha

Re: Archive for SPEC CPU 2K/2006 results?

2009-01-26 Thread H.J. Lu
On Mon, Jan 26, 2009 at 11:31 AM, Ian Lance Taylor wrote: > "H.J. Lu" writes: > >> My website isn't visible to public. Also it isn't really benchmark since >> I only run functional tests. My reports only show pass or which tests >> failed. > > For what it's worth, Diego is posting his spec runs o

Re: cross-compilation, deprecated option and libgcc

2009-01-26 Thread Ben Elliston
On Mon, 2009-01-26 at 14:19 +0100, Vincent R. wrote: > 1) When I compile bootstrap gcc, I am using make all-gcc and make > install-gcc and it seems it doesn't build libgcc anymore. I think that's correct; make all-gcc just builds gcc these days. To build libgcc, you need to run make all-target-l

x86-64 and large code model questions/bugs

2009-01-26 Thread Steve Ellcey
I have a user who is trying to use the large code model on x86-64 Linux (-mcmodel=large) and is running into some trouble and I have a couple of questions for the x86-64 experts/maintainers. The first one is: would it be reasonable to compile crt files with -mcmodel=large by default on the x86-64

Re: GCC RES: Restrictive Exception Specification: 0.1 - Alpha. Feedback Request.

2009-01-26 Thread Ben Elliston
Hi Simon > I recently (on 18/12/2008) mailed a GCC patch to this mailing list, > but I went on holiday after and have only just arrived back. I > probably should have asked for some feedback then. Thanks for taking the time to describe your work in the right amount of detail. I think you need a

Re: Archive for SPEC CPU 2K/2006 results?

2009-01-26 Thread H.J. Lu
On Sun, Jan 25, 2009 at 11:17 AM, H.J. Lu wrote: > On Sun, Jan 25, 2009 at 11:04 AM, Richard Guenther > wrote: >> On Sun, Jan 25, 2009 at 7:56 PM, H.J. Lu wrote: >>> On Sun, Jan 25, 2009 at 10:45 AM, Richard Guenther >>> wrote: On Sun, Jan 25, 2009 at 7:34 PM, H.J. Lu wrote: > Hi, >>>

Serious code generation/optimisation bug (I think)

2009-01-26 Thread zoltan
I was debugging a function and by inserting the debug statement crashed the system. Some investigation revealed that gcc 4.3.2 arm-eabi (compiled from sources) with -O2 under some circumstances assumes that if a pointer is dereferenced, it can not be NULL therefore explicite tests against NULL can