Re: GCC 4.1.1 RC1

2006-05-24 Thread Martin Michlmayr
* Lars Sonchocky-Helldorf [EMAIL PROTECTED] [2006-05-24 01:32]: Could you please add http://gcc.gnu.org/ml/gcc-testresults/2006-05/ msg01295.html and http://gcc.gnu.org/ml/gcc-testresults/2006-05/ msg01296.html since I have no wiki account to do this myself. I've done this now, thanks. For

Re: GCC 4.1.1 RC1

2006-05-23 Thread Mark Mitchell
DJ Delorie wrote: FYI m32c still doesn't build libssp due to the GCC_NO_EXECUTABLES thing. Works OK with it disabled, though, for C and C++. From whence will release notes be published? I think there are several kinds of release notes. One is the manually prepared bug-summaries done by Joe

Re: GCC 4.1.1 RC1

2006-05-23 Thread DJ Delorie
I'd imagine you might want to update bugs.html, in this case? Or, perhaps, branch's install.texi's Host/Target specific installation notes for GCC ?

Re: GCC 4.1.1 RC1

2006-05-23 Thread Mark Mitchell
DJ Delorie wrote: I'd imagine you might want to update bugs.html, in this case? Or, perhaps, branch's install.texi's Host/Target specific installation notes for GCC ? Yes, that's probably even better. -- Mark Mitchell CodeSourcery [EMAIL PROTECTED] (650) 331-3385 x713

Re: GCC 4.1.1 RC1

2006-05-23 Thread Lars Sonchocky-Helldorf
GCC 4.1.1 RC1 is available from: ftp://gcc.gnu.org/pub/gcc/prerelease-4.1.1-20060517 Please download, build, and test these packages -- not trees checked out from SVN -- so that we can detect packaging problems. Please post test results here: http://gcc.gnu.org/wiki/GCC%204.1.1%20RC

Re: GCC 4.1.1 RC1

2006-05-22 Thread Rainer Emrich
H. J. Lu schrieb: On Fri, May 19, 2006 at 06:00:09PM +0200, Rainer Emrich wrote: Bootstrap failure in gnattools for ia64-unknown-linux-gnu. Complaining on missing libunwind.so.7 It is http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17464 H.J. Is there any workaround? I'm a little

Re: GCC 4.1.1 RC1

2006-05-22 Thread H. J. Lu
On Mon, May 22, 2006 at 09:39:33AM +0200, Rainer Emrich wrote: H. J. Lu schrieb: On Fri, May 19, 2006 at 06:00:09PM +0200, Rainer Emrich wrote: Bootstrap failure in gnattools for ia64-unknown-linux-gnu. Complaining on missing libunwind.so.7 It is

Re: GCC 4.1.1 RC1 -- bootstrap error sparc-sun-solaris2.8

2006-05-22 Thread Marc W. Mengel
This is probably very low priority, maybe a release note? In the dim-and-musty-systems department, using cc: Sun WorkShop 6 update 1 C 5.2 2000/09/11 One gets: cc -c -g -DENABLE_CHECKING -DENABLE_ASSERT_CHECKING -DIN_GCC -DHAVE_CONFIG_H -I. -I. -I../../../gcc-4.1.1-20060517/gcc

Re: GCC 4.1.1 RC1 -- bootstrap error sparc-sun-solaris2.8

2006-05-22 Thread Andrew Pinski
On May 22, 2006, at 7:46 AM, Marc W. Mengel wrote: This is probably very low priority, maybe a release note? Or maybe report this to Sun instead? In the dim-and-musty-systems department, using cc: Sun WorkShop 6 update 1 C 5.2 2000/09/11 One gets: cc -c -g -DENABLE_CHECKING

Re: GCC 4.1.1 RC1 -- bootstrap error alpha-dec-osf4.0

2006-05-22 Thread Marc W. Mengel
This is probably very low priority, maybe a release note? In the dim-and-musty-systems department, using Compaq C V6.1-120 on Digital UNIX V4.0G (Rev. 1530) We get: cc: Error: /tmp/build-gcc-v4_1_1/src/gcc-4.1.1-20060517/libiberty/alloca.c, line 162: In this declaration, the type of C_alloca

Re: GCC 4.1.1 RC1 -- second bootstrap error alpha-dec-osf4.0

2006-05-22 Thread Marc W. Mengel
This is probably very low priority, maybe a release note? In the dim-and-musty-systems department, using Compaq C V6.1-120 on Digital UNIX V4.0G (Rev. 1530) We get: c -c -DHAVE_CONFIG_H -g -I. -I/tmp/build-gcc-v4_1_1/src/gcc-4.1.1-20060517/libiberty/../include

Re: GCC 4.1.1 RC1 -- second bootstrap error alpha-dec-osf4.0

2006-05-22 Thread Andrew Pinski
On May 22, 2006, at 8:24 AM, Marc W. Mengel wrote: This is probably very low priority, maybe a release note? In the dim-and-musty-systems department, using Compaq C V6.1-120 on Digital UNIX V4.0G (Rev. 1530) GCC 4.0.x and above only support compiling with ansi C. -- Pinski

Re: GCC 4.1.1 RC1 -- third bootstrap error alpha-dec-osf4.0

2006-05-22 Thread Marc W. Mengel
This is probably very low priority, maybe a release note? In the dim-and-musty-systems department, using Compaq C V6.1-120 on Digital UNIX V4.0G (Rev. 1530) We get: cc -c -DHAVE_CONFIG_H -g -I. -I/tmp/build-gcc-v4_1_1/src/gcc-4.1.1-20060517/libiberty/../include

Re: Re: GCC 4.1.1 RC1 -- third bootstrap error alpha-dec-osf4.0

2006-05-22 Thread Marc W. Mengel
So basically on alpha-dec-osf4.0 with Compaq C v6.1-120, I just had to use an older gcc to build libiberty. Everything chokes with PTR==(char *) vs (void *) all over the place... Marc W. Mengel wrote: This is probably very low priority, maybe a release note? In the dim-and-musty-systems

Re: GCC 4.1.1 RC1

2006-05-22 Thread DJ Delorie
FYI m32c still doesn't build libssp due to the GCC_NO_EXECUTABLES thing. Works OK with it disabled, though, for C and C++. From whence will release notes be published?

Re: GCC 4.1.1 RC1

2006-05-22 Thread DJ Delorie
From whence will release notes be published? From *where* of course.

i386.md from GCC-4.1.1-RC1 and GCC-4.2-ss has bugs!

2006-05-21 Thread Anny Blackyew
i386.md from GCC-4.1.1-RC1 and GCC-4.2-ss has bugs! i386.md from GCC-4.1.1-RC1 has the sharp symbol '#': f#x,x#f, f#x,xm#f, f#rx,..#fx,..#rf, ... i386.md from GCC-4.2-ss has corrected it and has not the sharp symbol '#': f,x, f,xm, ... What is the meaning of repeated words in i386.md? like

Re: GCC 4.1.1 RC1

2006-05-21 Thread Bernhard Fischer
Hi, [sorry for breaking the threading, not subscribed..] gcc-4_1-branch will fail in the install target on systems where makeinfo is too old -- or missing. See http://gcc.gnu.org/PR27516 for details and a patch which is still awaiting approval for both trunk and 4.1 Please fix this before

Re: i386.md from GCC-4.1.1-RC1 and GCC-4.2-ss has bugs!

2006-05-21 Thread Andrew Pinski
On May 21, 2006, at 7:30 AM, Anny Blackyew wrote: i386.md from GCC-4.1.1-RC1 and GCC-4.2-ss has bugs! i386.md from GCC-4.1.1-RC1 has the sharp symbol '#': f#x,x#f, f#x,xm#f, f#rx,..#fx,..#rf, ... i386.md from GCC-4.2-ss has corrected it and has not the sharp symbol '#': f,x, f,xm

Re: GCC 4.1.1 RC1

2006-05-19 Thread Martin Michlmayr
* Mark Mitchell [EMAIL PROTECTED] [2006-05-18 15:33]: GCC 4.1.1 RC1 is available from: ftp://gcc.gnu.org/pub/gcc/prerelease-4.1.1-20060517 Running make check after make gives me: | Newly fixed header: ia64/sys/getppdp.h | | There were fixinclude test FAILURES -- Martin Michlmayr [EMAIL

Re: GCC 4.1.1 RC1

2006-05-19 Thread Rainer Emrich
Bootstrap failure in gnattools for ia64-unknown-linux-gnu. Complaining on missing libunwind.so.7 gmake[3]: Entering directory `/disk1/SCRATCH/gcc-build/Linux/ia64-unknown-linux-gnu/gcc-4.1.1-RC1/gcc-4.1.1-RC1/gnattools' rm -rf ../gcc/ada/tools mkdir -p ../gcc/ada/tools (cd ../gcc/ada/tools; ln -s

Re: GCC 4.1.1 RC1

2006-05-19 Thread Ranjit Mathew
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin Michlmayr wrote: * Mark Mitchell [EMAIL PROTECTED] [2006-05-18 15:33]: GCC 4.1.1 RC1 is available from: ftp://gcc.gnu.org/pub/gcc/prerelease-4.1.1-20060517 Running make check after make gives me: | Newly fixed header: ia64/sys

Re: GCC 4.1.1 RC1

2006-05-19 Thread H. J. Lu
On Fri, May 19, 2006 at 06:00:09PM +0200, Rainer Emrich wrote: Bootstrap failure in gnattools for ia64-unknown-linux-gnu. Complaining on missing libunwind.so.7 It is http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17464 H.J.

GCC 4.1.1 RC1

2006-05-18 Thread Mark Mitchell
GCC 4.1.1 RC1 is available from: ftp://gcc.gnu.org/pub/gcc/prerelease-4.1.1-20060517 Please download, build, and test these packages -- not trees checked out from SVN -- so that we can detect packaging problems. Please post test results here: http://gcc.gnu.org/wiki/GCC%204.1.1%20RC