Re: question on optimizing calls to library functions

2008-12-13 Thread Toon Moene
Paolo Bonzini wrote: The main difference that springs to mind: SIN is built-in, MATMUL is a library function. In gcc/builtin.defs, one finds Not just that: SIN is a pure (or const, depending on -frounding-math) function, which can be subject to CSE and DCE. I don't see anything suggesting th

Re: Will GCC 4.3 or 4.4 work on the AlphaServer anytime soon?

2008-12-13 Thread Uros Bizjak
Hello! Hi - to all of the incredible programmers who make GCC work on so many computer chip architectures... I have one question: Will GCC 4.3.X or 4.4.X be ported and operational on the AlphaServer 4XXX Systems running Debian Linux or any other Linux anytime soon? Have you actually tried t

gcc-4.3.2 cross build error

2008-12-13 Thread raja . saleru
Hi, I am cross compiling the gcc-4.3.2 for arm based dsp target. while building, the following error occurs. Please help us how to proceed further. Checking multilib configuration for libgcc... Configuring in dsp/libgcc .. checking for suffix of object files... con