On Sun, 27 Jan 2008, Matthias Klose wrote:
> David Daney writes:
> > I have tried several times (and failed) to run the GCC testsuite on
> > multilib targets (x86-64 and mips64) and have not been able to figure
> > out how to get more that a single multilib configuration to be tested.
> > The inst
On Thu, 24 Jan 2008, DJ Delorie wrote:
>
> > message was truncated because of the massive number of failures.
>
> Or massive number of multilibs :-)
Let me humbly and pragmatically suggest testing with just the
default multilib (or a much smaller subset than all you do) once
in a while.
Fixing te
David Daney writes:
> I have tried several times (and failed) to run the GCC testsuite on
> multilib targets (x86-64 and mips64) and have not been able to figure
> out how to get more that a single multilib configuration to be tested.
> The instructions on http://gcc.gnu.org/install/test.html are
Andreas Schwab wrote:
> David Daney <[EMAIL PROTECTED]> writes:
>
>
>> $ make -k check RUNTESTFLAGS="--target_board=unix/{,-m32}"
>>
>> But that only ends up running unix/-m32
>>
>
> You need to add more quotes:
>
> $ make -k check RUNTESTFLAGS="--target_board=unix/\{,-m32\}"
>
> The flag
Can someone else please try a test of gcc 4.2.3-RC1 on i686-apple-darwin9?
I am finding that (with the java langauge built) I am getting an apparent hang
in the make check at...
mkdir tests
/sw/src/fink.build/gcc42-4.2.3-1000/darwin_objdir/./gcc/xgcc
-B/sw/src/fink.build/gcc42-4.2.3-1000/darwi
On Sat, 2008-01-26 at 08:39 -0800, David Daney wrote:
> I have tried several times (and failed) to run the GCC testsuite on
> multilib targets (x86-64 and mips64) and have not been able to figure
> out how to get more that a single multilib configuration to be tested.
> The instructions on http:/
David Daney <[EMAIL PROTECTED]> writes:
> $ make -k check RUNTESTFLAGS="--target_board=unix/{,-m32}"
>
> But that only ends up running unix/-m32
You need to add more quotes:
$ make -k check RUNTESTFLAGS="--target_board=unix/\{,-m32\}"
The flags are passed unquoted to runtest, thus the shell w
I have tried several times (and failed) to run the GCC testsuite on
multilib targets (x86-64 and mips64) and have not been able to figure
out how to get more that a single multilib configuration to be tested.
The instructions on http://gcc.gnu.org/install/test.html are not working
for me. I think
On Jan 26, 2008 1:34 AM, Balaji V. Iyer <[EMAIL PROTECTED]> wrote:
>
> Hello Everyone,
> I have a quick question regarding instruction unique ID in the RTL.
> Is this number unique for the function? or is it unique for the entire
> program that it is compiling?
>
>
> I would like to "mark" inst