"No such file error" when compiling powerpc-softfloat-linux-gnu libgfrotran

2008-01-05 Thread Xiaobo Yan
Hi After I built powerpc-softfloat-linux-gnu gcc and gfortran compiler, The c compiler works well and the gfortran show the error like this: /bin/ld: cannot find -lgfortranbegin I think it should work after install libgfortran, So I use the the following configuration to build lib

Announcement: AspeCt-oriented C (ACC) version 0.8 !

2008-01-05 Thread mwgong
We are pleased to announce the release of AspeCt-oriented C (ACC) V 0.8. The ACC 0.8 release includes several bug fixes and feature enhancements. The highlights are: 1. result() pointcut can be used to modify the return value of a join point. 2. Support for accessing arguments' type/value and r

Re: changing gcc

2008-01-05 Thread Ian Lance Taylor
"amnon stanislavsky" <[EMAIL PROTECTED]> writes: > Could you please direct me on how to change gcc so that it will translate > c/c++ files to an assembly language to a new instruction set that I am > building? http://gcc.gnu.org/onlinedocs/gccint/ Notably the chapters "Machine Descriptions" and

MIPS/FORTRAN failures...

2008-01-05 Thread David Daney
The gfortran.dg/optional_dim_2.f90 test has been failing on mipsel-linux ever since it was added. See: http://gcc.gnu.org/ml/gcc-testresults/2008-01/msg00204.html http://gcc.gnu.org/ml/gcc-testresults/2007-11/msg01522.html http://gcc.gnu.org/ml/gcc-testresults/2007-11/msg01430.html I don't rea

Pilgerweg nach Assisi

2008-01-05 Thread info
Comment=Warum ein Pilgerweg in Italien? Der heilige Franz und der heilige Antonius, der friedfertige Gründer und der gelehrte Apostel („meo episcopus“ = mein Bischof) des Franziskanerordens, sind zwei unvergleichliche Figuren, die einen beständigen Motor angezündet haben einer demütigen und

changing gcc

2008-01-05 Thread amnon stanislavsky
Hello Could you please direct me on how to change gcc so that it will translate c/c++ files to an assembly language to a new instruction set that I am building? Thank you in advance Amnon

Re: __builtin_expect for indirect function calls

2008-01-05 Thread Richard Guenther
On Jan 5, 2008 6:43 AM, Mark Mitchell <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > > Currently, the prototype for __builtin_expect is > > > > long __builtin_expect (long expression, long constant); > > > > Extending it to functions would change it to > > > > T __builtin_expect