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
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
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)
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
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
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
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
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
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
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
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" "")))]
> ""
>
> "*
> {
11 matches
Mail list logo