Re: Compile times for gcc with ppl/cloog backened?

2010-05-09 Thread Tobias Grosser
Hi, On 05/09/10 05:09, ajmcello wrote: I've got a quad core 3.2Ghz FreeBSD-8 system with 8GB of ram. I compiled and installed Cloog-PPL and PPL, mpfr, gmp, mpc, polylib, etc. I'm using make -j 4, and my gcc compile has been going for about 24 hours. Is this normal or did something go terribly wr

Re: Compile times for gcc with ppl/cloog backened?

2010-05-09 Thread Richard Guenther
On Sun, May 9, 2010 at 5:09 AM, ajmcello wrote: > I've got a quad core 3.2Ghz FreeBSD-8 system with 8GB of ram. I > compiled and installed Cloog-PPL and PPL, mpfr, gmp, mpc, polylib, > etc. I'm using make -j 4, and my gcc compile has been going for about > 24 hours. Is this normal or did something

Re: Question about Machine Description

2010-05-09 Thread yazdanbakhsh
Hi, I found an strategy that would solve my problem. I changed .md with the following paragraph... (define_expand "blt" [(set (pc) (if_then_else (lt:SI (match_dup 1)

Re: Broken GCC mirror sites

2010-05-09 Thread Gerald Pfeifer
On Thu, 6 May 2010, Krzysztof ?elechowski wrote: > Regarding your page "GCC mirror sites" > http://gcc.gnu.org/mirrors.html>: > > * ftp://ftp.fu-berlin.de/unix/languages/gcc/> is empty. > * ftp://ftp.gwdg.de/pub/misc/gcc/> is broken. > * http://www.mpi-inf.mpg.de/pub/gnu/mirror/gcc.gnu.org/pub/gc

gcc-4.3-20100509 is now available

2010-05-09 Thread gccadmin
Snapshot gcc-4.3-20100509 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/4.3-20100509/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 4.3 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches

pic+64bit+sun assembler+unwind-tables => illegal cross section subtraction

2010-05-09 Thread Jay K
I haven't tried 4.5.0 yet. -bash-4.1$ /opt/csw/gcc4/bin/g++ -v Using built-in specs. Target: i386-pc-solaris2.10 Configured with: ../gcc-4.3.3/configure --prefix=/opt/csw/gcc4 --exec-prefix=/op t/csw/gcc4 --with-gnu-as --with-as=/opt/csw/bin/gas --without-gnu-ld --with-ld=/ usr/ccs/bin/ld --en

Re: pic+64bit+sun assembler+unwind-tables => illegal cross section subtraction

2010-05-09 Thread Andrew Pinski
Sent from my iPhone On May 9, 2010, at 5:42 PM, Jay K wrote: I haven't tried 4.5.0 yet. -bash-4.1$ /opt/csw/gcc4/bin/g++ -v Using built-in specs. Target: i386-pc-solaris2.10 Configured with: ../gcc-4.3.3/configure --prefix=/opt/csw/gcc4 -- exec-prefix=/op t/csw/gcc4 --with-gnu-as

RE: pic+64bit+sun assembler+unwind-tables => illegal cross section subtraction

2010-05-09 Thread Jay K
Ah, good point. I don't think my "real" scenario did that though. I'll investigate more. Networking problems were?are hampering download 4.5.0 and build and configure it. I did come up with Makefile: Assemble = $(shell if test -x /opt/csw/gnu/as ; then echo /opt/csw/gnu/as ; \ elif test

RE: pic+64bit+sun assembler+unwind-tables => illegal cross section subtraction

2010-05-09 Thread Jay K
Fix in 4.4.0. I was getting: .LASFDE1: .long .LASFDE1-.Lframe1 .long .LFB2-. <<< .long .LFE2-.LFB2 4.5.0 configured right: .LASFDE1: .long .LASFDE1-.Lframe1 .long .l...@rel <<< .long .LFE0-.LFB0 dw2_asm_output_encoded_addr_rtx => #i

Re: C++0x Memory model and gcc

2010-05-09 Thread Ian Lance Taylor
Albert Cohen writes: > Jean-Marc Bourguet wrote: >>> -fmemory-model=single >>> Assume single threaded execution, which also means no signal >>> handlers. >>> -fmemory-model=fast >>> The user is responsible for all synchronization. Accessing >>> the same me

Re: Question about Machine Description

2010-05-09 Thread Ian Lance Taylor
yazdanbakhsh writes: > (define_insn "*bltdf" > [(set (pc) > (if_then_else (lt:SI (match_operand:DF 1 "" "") >(match_operand:DF 2 "" "")) > (match_operand 3 "pc_or_label_operand" "") > (match_operand 4 "pc_or_label_operand" "")))] > "" > > "* > {