This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: floating point operations in gcc 3.3.3, glibc 2.3.2


>Then maybe it's due to one of these files in patches/gcc-3.3.3:
 I can try removing them and building and will also look at what each of
them does.

>Also, I'm assuming you're simply building the toolchain, then compiling a
simple testcase by hand, rather than running the >whole testsuite.

Yes, I am simply building the toolchain and running single testcase by hand
using:

DEJAGNU=~/ixos/linux2.6/linux/3rdParty/crosstool/crosstool-0.28-rc19/boards/
master.exp
PATH=~/ixos/linux2.6/linux/3rdParty/crosstool/crosstool-0.28-rc19/result/dej
agnu/bin/:$PATH runtest --tool=gcc --target=powerpc-750-linux-gnu -v -v -v
-v -a execute.exp=struct-ret-1.c

Or compiling using "~toolDir/powerpc-750-linux-gnu-gcc [flags]
struct-ret-1.c" and then transferring it to the 
target.

Thanks for your time and help.
-Kunjan


-----Original Message-----
From: Daniel Kegel [mailto:dank@kegel.com] 
Sent: Friday, June 18, 2004 10:46 AM
To: Kunjan Naik
Cc: Daniel Kegel; 'crossgcc@sources.redhat.com'
Subject: Re: floating point operations in gcc 3.3.3, glibc 2.3.2


Kunjan Naik wrote:
> > Can you try it with gcc-3.3.1, to match my earlier tests?
> With gcc-3.3.1 it works. I tested that.

Then maybe it's due to one of these files in patches/gcc-3.3.3:

  gcc-3.3.2-arm-softfloat.patch
  pr11608.patch
  pr12009.patch
  pr12010.patch
  pr13250-fix.patch
  pr13260-fix-3.3.3.patch
  sh-lib1funcs_sizeAndType.patch
  sh-pic-set_fpscr-gcc-3.3.2.patch

Can you try removing them, and test whether that fixes the problem?

Also, I'm assuming you're simply building the toolchain, then compiling a
simple testcase by hand, rather than running the whole testsuite. Can you
give me the simple command you're using to compile the individual test? Then
I could help narrow down the problem further here, maybe.

- Dan

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]