Re: GNAT Cross Compiling Issues

2008-09-02 Thread Laurent GUERBY
On Tue, 2008-09-02 at 18:29 -0600, Jacob Oursland wrote: > This seems to be a problem that should be resolvable by getting the > variables straightened out. Unfortunately, I don't know which variables > are wrong and what they are set to. Grep isn't really helping me > either. It seems you're us

Re: objc build error

2008-09-02 Thread Jack Howarth
On Tue, Sep 02, 2008 at 11:43:46AM +0200, Dominique Dhumieres wrote: > Mail sent by error to [EMAIL PROTECTED]: > > I get the same error on i686-apple-darwin9 revision 139884. > > Dominique No problem building libobjc in gcc trunk r139919 (with the fix for PR37293 applied) on i686-apple-darwin9.

Re: GCC 4.4.0 Status Report (2008-09-02)

2008-09-02 Thread Jack Howarth
On Tue, Sep 02, 2008 at 02:50:36PM -0500, Sebastian Pop wrote: > On Tue, Sep 2, [EMAIL PROTECTED]:00 AM, Jakub Jelinek <[EMAIL PROTECTED]> > wrote: > > The trunk is now in stage3 phase, so only bugfixes, documentation changes > > and new ports are [EMAIL PROTECTED] point. As an exception the GRAP

About the "Build status for GCC 4.3" page

2008-09-02 Thread Dennis Clarke
I really do value the build status reports submitted by others and I go searching for a few results in particular. People like Joe Buck can be relied upon to post good looking results for Solaris and thus I need to be able to find those results easily. I noticed that the "Build status for GCC" pa

[PATCH] Testcases executed, even if graphite is not available

2008-09-02 Thread Tobias Grosser
On Tue, 2008-09-02 at 14:54 -0700, Janis Johnson wrote: > On Tue, 2008-09-02 at 21:23 +, Joseph S. Myers wrote: > > On Tue, 2 Sep 2008, Andrew Pinski wrote: > > > > > On Tue, Sep 2, 2008 at 2:15 PM, Tobias Grosser > > > <[EMAIL PROTECTED]> wrote: > > > > > > > May be you missed to add "--with

GNAT Cross Compiling Issues

2008-09-02 Thread Jacob Oursland
Hello! I'm trying to get a native Ada compiler working on ARM, but have ran into a few (primarily Makefile) problems. Before the problem, a little background: I successfully built a cross compiler to build Ada programs from my laptop (x86_64) to the target system (Debian ARMEL). My process was

Re: graphite regressions of trunk

2008-09-02 Thread Janis Johnson
On Tue, 2008-09-02 at 21:23 +, Joseph S. Myers wrote: > On Tue, 2 Sep 2008, Andrew Pinski wrote: > > > On Tue, Sep 2, 2008 at 2:15 PM, Tobias Grosser > > <[EMAIL PROTECTED]> wrote: > > > > > May be you missed to add "--with-cloog" or "--with-ppl" to > > > your ./configure. > > > Can you send

Re: graphite regressions of trunk

2008-09-02 Thread Steve Kargl
On Tue, Sep 02, 2008 at 06:38:03PM -0300, Tobias Grosser wrote: > > The necessary libraries are described here: > > http://gcc.gnu.org/wiki/Graphite > Grabbing PPL is fairly easy because a tarball is available. Cloog OTOH hand is a pain in the ass to obtain bacause I don't have git installed.

Re: graphite regressions of trunk

2008-09-02 Thread Tobias Grosser
On Tue, 2008-09-02 at 14:29 -0700, Steve Kargl wrote: > On Tue, Sep 02, 2008 at 06:15:56PM -0300, Tobias Grosser wrote: > > Hi Steve, > > On Tue, 2008-09-02 at 13:59 -0700, Steve Kargl wrote: > > > > > > gfortran.log shows that all the failures are the same. Note I've trimmed > > > the directory

Re: graphite regressions of trunk

2008-09-02 Thread Steve Kargl
On Tue, Sep 02, 2008 at 06:15:56PM -0300, Tobias Grosser wrote: > Hi Steve, > On Tue, 2008-09-02 at 13:59 -0700, Steve Kargl wrote: > > > > gfortran.log shows that all the failures are the same. Note I've trimmed > > the directory paths: > > > > gfortran.dg/graphite/block-1.f90: In function 'mat

Re: graphite regressions of trunk

2008-09-02 Thread Joseph S. Myers
On Tue, 2 Sep 2008, Andrew Pinski wrote: > On Tue, Sep 2, 2008 at 2:15 PM, Tobias Grosser > <[EMAIL PROTECTED]> wrote: > > > May be you missed to add "--with-cloog" or "--with-ppl" to > > your ./configure. > > Can you send me your config.log file? > > I thought we had decided that the build woul

Re: Some 4.3.2 files not found on ftp.gnu.org

2008-09-02 Thread Joseph S. Myers
On Tue, 2 Sep 2008, Jonathan Wakely wrote: > Is there any particular reason why > gcc-{ada,java,objc}-4.3.2.tar.bz2{,.sig} and > gcc-core-4.3.1-4.3.2.diff.gz{,.sig} are not on the GNU FTP site, > although they're present on sourceware.org? > > ftp://sourceware.org/pub/gcc/releases/gcc-4.3.2/ > ft

Re: graphite regressions of trunk

2008-09-02 Thread Andrew Pinski
On Tue, Sep 2, 2008 at 2:20 PM, Richard Guenther <[EMAIL PROTECTED]> wrote: > On Tue, Sep 2, 2008 at 11:19 PM, Andrew Pinski <[EMAIL PROTECTED]> wrote: >> On Tue, Sep 2, 2008 at 2:15 PM, Tobias Grosser >> <[EMAIL PROTECTED]> wrote: >> >>> May be you missed to add "--with-cloog" or "--with-ppl" to >

Re: graphite regressions of trunk

2008-09-02 Thread Richard Guenther
On Tue, Sep 2, 2008 at 11:19 PM, Andrew Pinski <[EMAIL PROTECTED]> wrote: > On Tue, Sep 2, 2008 at 2:15 PM, Tobias Grosser > <[EMAIL PROTECTED]> wrote: > >> May be you missed to add "--with-cloog" or "--with-ppl" to >> your ./configure. >> Can you send me your config.log file? > > I thought we had

Re: graphite regressions of trunk

2008-09-02 Thread Andrew Pinski
On Tue, Sep 2, 2008 at 2:15 PM, Tobias Grosser <[EMAIL PROTECTED]> wrote: > May be you missed to add "--with-cloog" or "--with-ppl" to > your ./configure. > Can you send me your config.log file? I thought we had decided that the build would fail to happen if the person did not have cloog and ppl

Re: graphite regressions of trunk

2008-09-02 Thread Tobias Grosser
Hi Steve, On Tue, 2008-09-02 at 13:59 -0700, Steve Kargl wrote: > On Tue, Sep 02, 2008 at 05:57:07PM -0300, Tobias Grosser wrote: > > Hi Steve, > > > > On Tue, 2008-09-02 at 13:49 -0700, Steve Kargl wrote: > > > x86_64-*-freebsd8.0 > > > > > > FAIL: gfortran.dg/graphite/block-1.f90 -O (test for

[4.4 Regression] Boostrap failed on obj-c++ "too many arguments to function 'bui

2008-09-02 Thread 3dw4rd
All, I logged the bootstrap fail on obj-c++ as 37335. Ed Smith-Rowland

Re: graphite regressions of trunk

2008-09-02 Thread Steve Kargl
On Tue, Sep 02, 2008 at 05:57:07PM -0300, Tobias Grosser wrote: > Hi Steve, > > On Tue, 2008-09-02 at 13:49 -0700, Steve Kargl wrote: > > x86_64-*-freebsd8.0 > > > > FAIL: gfortran.dg/graphite/block-1.f90 -O (test for excess errors) > > FAIL: gfortran.dg/graphite/block-2.f -O (test for excess

Re: graphite regressions of trunk

2008-09-02 Thread Tobias Grosser
Hi Steve, On Tue, 2008-09-02 at 13:49 -0700, Steve Kargl wrote: > x86_64-*-freebsd8.0 > > FAIL: gfortran.dg/graphite/block-1.f90 -O (test for excess errors) > FAIL: gfortran.dg/graphite/block-2.f -O (test for excess errors) > FAIL: gfortran.dg/graphite/block-3.f90 -O (test for excess errors

graphite regressions of trunk

2008-09-02 Thread Steve Kargl
x86_64-*-freebsd8.0 FAIL: gfortran.dg/graphite/block-1.f90 -O (test for excess errors) FAIL: gfortran.dg/graphite/block-2.f -O (test for excess errors) FAIL: gfortran.dg/graphite/block-3.f90 -O (test for excess errors) FAIL: gfortran.dg/graphite/block-4.f90 -O (test for excess errors) FAIL

Some 4.3.2 files not found on ftp.gnu.org

2008-09-02 Thread Jonathan Wakely
Is there any particular reason why gcc-{ada,java,objc}-4.3.2.tar.bz2{,.sig} and gcc-core-4.3.1-4.3.2.diff.gz{,.sig} are not on the GNU FTP site, although they're present on sourceware.org? ftp://sourceware.org/pub/gcc/releases/gcc-4.3.2/ ftp://ftp.gnu.org/gnu/gcc/gcc-4.3.2/ Jonathan

Re: GCC 4.4.0 Status Report (2008-09-02)

2008-09-02 Thread Sebastian Pop
On Tue, Sep 2, 2008 at 6:00 AM, Jakub Jelinek <[EMAIL PROTECTED]> wrote: > The trunk is now in stage3 phase, so only bugfixes, documentation changes > and new ports are allowed at this point. As an exception the GRAPHITE > branch, which has been AFAIK mostly approved already but missed the deadlin

Re: IRA copy heuristics

2008-09-02 Thread Richard Sandiford
Vladimir Makarov <[EMAIL PROTECTED]> writes: > Richard Sandiford wrote: > > > As I mentioned in: > > > > http://gcc.gnu.org/ml/gcc/2008-08/msg00476.html > > > > I'd been working on a MIPS IRA port, but got side-tracked by a wrong-code > > regression. > > > > The regression was caused by

Re: IRA copy heuristics

2008-09-02 Thread Vladimir Makarov
Richard Sandiford wrote: > As I mentioned in: > > http://gcc.gnu.org/ml/gcc/2008-08/msg00476.html > > I'd been working on a MIPS IRA port, but got side-tracked by a wrong-code > regression. > > The regression was caused by incorrect EH liveness information. I tried > to "fix" it by replacing

GCC 4.4.0 Status Report (2008-09-02)

2008-09-02 Thread Jakub Jelinek
Status == The trunk is now in stage3 phase, so only bugfixes, documentation changes and new ports are allowed at this point. As an exception the GRAPHITE branch, which has been AFAIK mostly approved already but missed the deadline, can be checked in within next two weeks. Quality Data ==

Warnings when building the Ada f-e

2008-09-02 Thread Duncan Sands
Building gcc from svn today I see the following: prj-nmsc.adb: In function ‘Prj.Nmsc.Check_Naming_Schemes’: prj-nmsc.adb:3272: warning: ‘Casing’ may be used uninitialized in this function ... g-socket.adb: In function ‘GNAT.SOCKETS.SEND_SOCKET’: g-socket.adb:1786: warning: ‘SIN’ is used uninitiali

Re: objc build error

2008-09-02 Thread Dominique Dhumieres
Mail sent by error to [EMAIL PROTECTED]: I get the same error on i686-apple-darwin9 revision 139884. Dominique

gcc trunk - build issue

2008-09-02 Thread M R Swami Reddy
Hello, I am building the gcc tools using the gcc trunk sources and my configuration is: = /gcc/trunk/configure --build=i686-pc-linux-gnu --host=i686-pc-mingw32 --prefix=/release --target=crx-elf --disable-nls --enable-languages=c,c++ --disable-libssp --with-mpfr=/scratch/mpfr-2.3.1/rel --with-