Re: GCC 4.6.0 Released

2011-03-31 Thread Ian Lance Taylor
Ryan Hill dirtye...@gentoo.org writes: Does anyone know since when (if) running make check with more than one job has been supported? IIRC back in the 3.x days it caused issues so we've been forcing -j1 here forever. If we could run it in parallel that would be a big timesaver. Jakub fixed

Re: GCC 4.6.0 Released

2011-03-31 Thread Jakub Jelinek
On Wed, Mar 30, 2011 at 11:45:38PM -0700, Ian Lance Taylor wrote: Ryan Hill dirtye...@gentoo.org writes: Does anyone know since when (if) running make check with more than one job has been supported? IIRC back in the 3.x days it caused issues so we've been forcing -j1 here forever. If

Re: GCC 4.6.0 Released

2011-03-31 Thread Dennis Clarke
On Wed, Mar 30, 2011 at 11:45:38PM -0700, Ian Lance Taylor wrote: Ryan Hill dirtye...@gentoo.org writes: Does anyone know since when (if) running make check with more than one job has been supported? IIRC back in the 3.x days it caused issues so we've been forcing -j1 here forever.

Re: GCC 4.6.0 Released

2011-03-31 Thread Rainer Orth
Dennis Clarke dcla...@blastwave.org writes: Do you know if anyone has ever tested that on Solaris ? Lately Solaris is where open source goes to die ( blame Larry for that ) so I figure I may as well give it a shot, but before I do .. tell me know if this little trick works at all. Why

Re: GCC 4.6.0 Released

2011-03-31 Thread Dennis Clarke
Dennis Clarke dcla...@blastwave.org writes: Do you know if anyone has ever tested that on Solaris ? Lately Solaris is where open source goes to die ( blame Larry for that ) so I figure I may as well give it a shot, but before I do .. tell me know if this little trick works at all. Why

Re: GCC 4.6.0 Released

2011-03-31 Thread Rainer Orth
Dennis Clarke dcla...@blastwave.org writes: The only caveat are strange errors with gmake: make[3]: write error See CR 6938116 GNU make highly unreliable: `write error' message. I've hacked around this by ignoring the error in misc.c (close_stdout) ;-) It seems odd that gmake

Re: GCC 4.6.0 Released

2011-03-31 Thread Dennis Clarke
Dennis Clarke dcla...@blastwave.org writes: The only caveat are strange errors with gmake: make[3]: write error See CR 6938116 GNU make highly unreliable: `write error' message. I've hacked around this by ignoring the error in misc.c (close_stdout) ;-) It seems odd that gmake

Re: GCC 4.6.0 Released

2011-03-30 Thread Bernd Roesch
Hello On 29.03.11, you wrote: This sounds like the generic Cygwin fork-error/BLODA problem and not specific to GCC. Indeed. For what it's worth, gcc itself *does* use the Cygwin spawn* functions to avoid this problem, but (curiously) the Cygwin versions of make, bash, and expect

Re: GCC 4.6.0 Released

2011-03-30 Thread Ian Lance Taylor
Bernd Roesch nospamn...@gmx.de writes: I add an error in file libiberty/pex-win32.c to check if cygwin build use win32_spawn. but gcc compile ok, so it seem that cygwin build do not use pex-win32.c.Or need i set a compile option for GCC ? The choice is determined in

Re: GCC 4.6.0 Released

2011-03-30 Thread Richard Henderson
On 03/30/2011 09:10 AM, Bernd Roesch wrote: I add an error in file libiberty/pex-win32.c to check if cygwin build use win32_spawn. That's because it doesn't use pex-win32.c. I add now an error in pex_unix.c, and compile file.so cygwin build use vfork stuff. You need to look more

Re: GCC 4.6.0 Released

2011-03-30 Thread Ryan Hill
On Tue, 29 Mar 2011 12:29:13 -0400 NightStrike nightstr...@gmail.com wrote: On Tue, Mar 29, 2011 at 10:45 AM, Dave Korn dave.korn.cyg...@gmail.com wrote:  True but takes rather a long time on a cygwin host that's already running make -j8 check!  So I asked.  Apologies for minor laziness,

Re: GCC 4.6.0 Released

2011-03-29 Thread Bernd Roesch
Hello On 28.03.11, you wrote: I think that the right place for the note is at http://gcc.gnu.org/install/specific.html#x-x-cygwin It should say something like: Versions of Cygwin older than x.y.z fail to build the decimal floating point library, libbid. You will either need to

Re: GCC 4.6.0 Released

2011-03-29 Thread Dave Korn
On 28/03/2011 19:52, FX wrote: this is a known issue and strictly cygwin related. Please update your cygwin environment to newest version, or disable decimal-floating point by option. Well, maybe this is known, but it is not noted on the GCC 4.6.0 release notes, nor on the target-specific

Re: GCC 4.6.0 Released

2011-03-29 Thread Dave Korn
On 29/03/2011 09:50, Bernd Roesch wrote: Hello On 28.03.11, you wrote: I think that the right place for the note is at http://gcc.gnu.org/install/specific.html#x-x-cygwin It should say something like: Versions of Cygwin older than x.y.z fail to build the decimal floating point

Re: GCC 4.6.0 Released

2011-03-29 Thread Dave Korn
On 28/03/2011 08:25, Jakub Jelinek wrote: The GNU Compiler Collection version 4.6.0 has been released. Were there any changes (other than perhaps repackaging) after the second RC (dated 20110321)? cheers, DaveK

Re: GCC 4.6.0 Released

2011-03-29 Thread Jakub Jelinek
On Tue, Mar 29, 2011 at 03:13:07PM +0100, Dave Korn wrote: On 28/03/2011 08:25, Jakub Jelinek wrote: The GNU Compiler Collection version 4.6.0 has been released. Were there any changes (other than perhaps repackaging) after the second RC (dated 20110321)? You can easily look at svn. But

Re: GCC 4.6.0 Released

2011-03-29 Thread Dave Korn
On 29/03/2011 15:32, Jakub Jelinek wrote: On Tue, Mar 29, 2011 at 03:13:07PM +0100, Dave Korn wrote: On 28/03/2011 08:25, Jakub Jelinek wrote: The GNU Compiler Collection version 4.6.0 has been released. Were there any changes (other than perhaps repackaging) after the second RC (dated

Re: GCC 4.6.0 Released

2011-03-29 Thread NightStrike
On Tue, Mar 29, 2011 at 10:45 AM, Dave Korn dave.korn.cyg...@gmail.com wrote: On 29/03/2011 15:32, Jakub Jelinek wrote: On Tue, Mar 29, 2011 at 03:13:07PM +0100, Dave Korn wrote: On 28/03/2011 08:25, Jakub Jelinek wrote: The GNU Compiler Collection version 4.6.0 has been released.   Were

Re: GCC 4.6.0 Released

2011-03-29 Thread Richard Henderson
On 03/29/2011 05:53 AM, Dave Korn wrote: I think it can too in readme add that on current cygwin on win 64 and multicore CPU GCC compile lots slower as on single CPU systems. To speed up GCC and compile 3* faster in windows taskmanager can the CPU number set to 1 for the shell task. But i

GCC 4.6.0 Released

2011-03-28 Thread Jakub Jelinek
The GNU Compiler Collection version 4.6.0 has been released. GCC 4.6.0 is a major release, containing substantial new functionality not available in GCC 4.5.x or previous GCC releases. The link-time optimization framework introduced in GCC 4.5.0 has been significantly improved in this release,

[Fwd: GCC 4.6.0 Released]

2011-03-28 Thread Dennis Clarke
MESSAGE ENDS -- Original Message Subject: GCC 4.6.0 Released From:Jakub Jelinek ja...@redhat.com Date:Mon, March 28, 2011 03:25 To: gcc-annou...@gcc.gnu.org Cc: gcc@gcc.gnu.org

Re: GCC 4.6.0 Released

2011-03-28 Thread Piotr Wyderski
Jakub Jelinek ja...@redhat.com: The GNU Compiler Collection version 4.6.0 has been released. Compilation failure on Cygwin: ../../../libgcc/config/libbid/bid_decimal_globals.c:47:18: fatal error: fenv.h: No such file or directory compilation terminated. make[3]: *** [bid_decimal_globals.o]

Re: GCC 4.6.0 Released

2011-03-28 Thread Kai Tietz
2011/3/28 Piotr Wyderski piotr.wyder...@gmail.com: Jakub Jelinek ja...@redhat.com: The GNU Compiler Collection version 4.6.0 has been released. Compilation failure on Cygwin: ../../../libgcc/config/libbid/bid_decimal_globals.c:47:18: fatal error: fenv.h: No such file or directory

Re: GCC 4.6.0 Released

2011-03-28 Thread FX
this is a known issue and strictly cygwin related. Please update your cygwin environment to newest version, or disable decimal-floating point by option. Well, maybe this is known, but it is not noted on the GCC 4.6.0 release notes, nor on the target-specific installation information page at

Re: GCC 4.6.0 Released

2011-03-28 Thread Joe Buck
On Mon, Mar 28, 2011 at 11:52:56AM -0700, FX wrote: this is a known issue and strictly cygwin related. Please update your cygwin environment to newest version, or disable decimal-floating point by option. Well, maybe this is known, but it is not noted on the GCC 4.6.0 release notes, nor

[wwwdocs] PATCH for Re: GCC 4.6.0 Released

2011-03-28 Thread Gerald Pfeifer
Committed. Gerald Index: index.html === RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.781 diff -u -3 -p -r1.781 index.html --- index.html 25 Mar 2011 19:56:41 - 1.781 +++ index.html 28 Mar 2011