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
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
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
"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
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
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
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