Re: c++0x {g++}4.4, =default definition outside template class fails{ to link}.

2008-08-26 Thread Paolo Carlini
Simon Hill wrote: Sorry Paolo, that definitely should have been. no problem. Is this a bug? I think so. I opened c++/37234, you may want to add yourself to the CC list of the PR. Paolo.

Re: Better GCC diagnostics

2008-08-26 Thread Arnaud Charlet
> My point is that if the rest of the compiler extends diagnostics.c to > handle caret and ranges and all other features, Ada would need carry > all that around even if gnat has its own diagnostics machinery. But > perhaps that is OK. Certainly OK, what possible (noticeable) issue would you forese

broken svn commit logs and how to fix them

2008-08-26 Thread Manuel López-Ibáñez
Dear all, If you mess up a commit log, not everything is lost. You can edit the commit log of a particular revision by doing: svn propedit -r REVISION --revprop svn:log Note that this change is not versioned: whatever was the log before is completely overwritten by the new one. I have fixed the

Re: new file for testsuite gcc.dj

2008-08-26 Thread Janis Johnson
On Sun, 2008-08-24 at 16:41 +0530, Niklaus wrote: > i ran with this file under testsuite/gcc.dj and it aborted with -O2. > It is for the optimization bug that i reported few days back. If we > don't have this test can someone add ths. File a bug report, if you haven't already, and include the test

Re: \testsuite\ext\stdio_filebuf\char\10063-1.cc

2008-08-26 Thread Janis Johnson
On Sun, 2008-08-24 at 14:27 -0700, Karl Lindstrom wrote: > Hello, > > I am trying to port the testsuite to an embedded environment. > I have gotten all of the needed tests to compile, and am debugging > those test that fail at runtime now. > > \ext\stdio_filebuf\char\10063-1.cc fails. This test

Re: broken svn commit logs and how to fix them

2008-08-26 Thread Paul Koning
I'm seeing messages on this list repeating over and over (several minutes apart, maybe as much as 15 minutes or so). I'm not sure if the are just messages from Manuel or also from others. Is it just me? It seems to be specific to this list... paul

Re: broken svn commit logs and how to fix them

2008-08-26 Thread David Daney
Paul Koning wrote: I'm seeing messages on this list repeating over and over (several minutes apart, maybe as much as 15 minutes or so). I'm not sure if the are just messages from Manuel or also from others. Is it just me? It seems to be specific to this list... It seems that all the repe

Re: broken svn commit logs and how to fix them

2008-08-26 Thread Maik Beckmann
Am Dienstag 26 August 2008 schrieb Paul Koning: > I'm seeing messages on this list repeating over and over (several > minutes apart, maybe as much as 15 minutes or so). I'm not sure if > the are just messages from Manuel or also from others. > > Is it just me? It seems to be specific to this list

Re: Recent libstdc++ regression on i686-linux: abi/cxx_runtime_only_linkage.cc

2008-08-26 Thread Mark Mitchell
Richard Henderson wrote: > H.J. Lu wrote: >> Can we declare that Linux/ia32 generates i486 insn by default? > > We the gcc team? I'm not sure. For now I'll say no. > > We an individual linux distributor? Certainly. > In fact I would be surprised if i586 wasn't a > decent minimum these days. I

Why --with-gmp doesn't default to --prefix for GCC-4.3.* ?

2008-08-26 Thread Etienne Lorrain
If you build and install binutils (for instance in $HOME), I think GCC build will use them when using --prefix to build GCC. But for GMP and MPFR, you need to set --with-gmp to the same path as --prefix. Would it be simpler to use the same --prefix to build binutils, GMP, MPFR and GCC - so defau

Re: Recent libstdc++ regression on i686-linux: abi/cxx_runtime_only_linkage.cc

2008-08-26 Thread Paolo Carlini
Mark Mitchell wrote: Obviously, distributors can do whatever they please, but the C++ run-time library needs to tolerate CPUs without this feature. It can of course offer reduced functionality (at compile-time or at run-time) on CPUs without the necessary support. As far as I'm concerned, I t

Re: Recent libstdc++ regression on i686-linux: abi/cxx_runtime_only_linkage.cc

2008-08-26 Thread Peter Dimov
Mark Mitchell: Richard Henderson wrote: H.J. Lu wrote: Can we declare that Linux/ia32 generates i486 insn by default? We the gcc team? I'm not sure. For now I'll say no. We an individual linux distributor? Certainly. In fact I would be surprised if i586 wasn't a decent minimum these days.

Repeat messages (was Re: broken svn commit logs and how to fix them)

2008-08-26 Thread NightStrike
On 8/26/08, David Daney <[EMAIL PROTECTED]> wrote: > Paul Koning wrote: > > I'm seeing messages on this list repeating over and over (several > > minutes apart, maybe as much as 15 minutes or so). I'm not sure if > > the are just messages from Manuel or also from others. > > Is it just me? It see