Re: [PATCH, testsuite]: Do not run simulate-thread on alpha*-*-linux*

2011-11-16 Thread Uros Bizjak
On Wed, Nov 16, 2011 at 10:46 PM, Richard Henderson wrote: >> +/* Checks for an atomic sequence of instructions beginning with a >> LWARX/LDARX >> +   instruction and ending with a STWCX/STDCX instruction.  If such a >> sequence >> +   is found, attempt to step through it.  A breakpoint is place

Re: [PATCH, testsuite]: Do not run simulate-thread on alpha*-*-linux*

2011-11-16 Thread Richard Henderson
> +/* Checks for an atomic sequence of instructions beginning with a LWARX/LDARX > + instruction and ending with a STWCX/STDCX instruction. If such a sequence > + is found, attempt to step through it. A breakpoint is placed at the end > of > + the sequence. */ > + s/LWARX/LDL_L/g s/LDAR

Re: [PATCH, testsuite]: Do not run simulate-thread on alpha*-*-linux*

2011-11-16 Thread Uros Bizjak
On Sun, Nov 13, 2011 at 10:41 PM, Richard Henderson wrote: > On 11/12/2011 07:38 AM, Uros Bizjak wrote: >> On Fri, Nov 11, 2011 at 8:58 PM, Dominique Dhumieres >> wrote: >> >>> For the record, Jakub's comment on IRC: >>> with older gdb you simply had to find the stwcx or whatever SC in

Re: [PATCH, testsuite]: Do not run simulate-thread on alpha*-*-linux*

2011-11-13 Thread Richard Henderson
On 11/12/2011 07:38 AM, Uros Bizjak wrote: > On Fri, Nov 11, 2011 at 8:58 PM, Dominique Dhumieres > wrote: > >> For the record, Jakub's comment on IRC: >> >>> with older gdb you simply had to find the stwcx >>> or whatever SC insn is, put a breakpoint after >>> it and continue instead of single

Re: [PATCH, testsuite]: Do not run simulate-thread on alpha*-*-linux*

2011-11-12 Thread Uros Bizjak
On Fri, Nov 11, 2011 at 8:58 PM, Dominique Dhumieres wrote: > For the record, Jakub's comment on IRC: > >> with older gdb you simply had to find the stwcx >> or whatever SC insn is, put a breakpoint after >> it and continue instead of single stepping I'm not familiar enough with gdb scripting to

Re: [PATCH, testsuite]: Do not run simulate-thread on alpha*-*-linux*

2011-11-11 Thread Dominique Dhumieres
For the record, Jakub's comment on IRC: > with older gdb you simply had to find the stwcx > or whatever SC insn is, put a breakpoint after > it and continue instead of single stepping Dominique

Re: [PATCH, testsuite]: Do not run simulate-thread on alpha*-*-linux*

2011-11-11 Thread Uros Bizjak
On Fri, Nov 11, 2011 at 6:51 PM, Dominique Dhumieres wrote: > Is your patch dealing with gcc.dg/simulate-thread/atomic-other-* running > for ever without timeout? If yes, I have seen the same problem on > powerpc-apple-darwin9. Could you add powerpc*-apple-darwin* to your > patch? Yes, the probl

Re: [PATCH, testsuite]: Do not run simulate-thread on alpha*-*-linux*

2011-11-11 Thread Dominique Dhumieres
Hi Uros, Is your patch dealing with gcc.dg/simulate-thread/atomic-other-* running for ever without timeout? If yes, I have seen the same problem on powerpc-apple-darwin9. Could you add powerpc*-apple-darwin* to your patch? TIA Dominique