Re: Magic incantation for running multilib testsuite.

2008-01-26 Thread Kaveh R. GHAZI
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

Re: GCC 4.3 target deprecation proposals

2008-01-26 Thread Hans-Peter Nilsson
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

Re: Magic incantation for running multilib testsuite.

2008-01-26 Thread Matthias Klose
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

Re: Magic incantation for running multilib testsuite.

2008-01-26 Thread David Daney
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

gcc-4.2.3-RC1's gctest hangs on i686-apple-darwin9

2008-01-26 Thread Jack Howarth
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

Re: Magic incantation for running multilib testsuite.

2008-01-26 Thread Peter Bergner
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:/

Re: Magic incantation for running multilib testsuite.

2008-01-26 Thread Andreas Schwab
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

Magic incantation for running multilib testsuite.

2008-01-26 Thread David Daney
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

Re: UNIQUE ID (INSN UID) Question

2008-01-26 Thread Richard Guenther
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