Re: [PATCH][ARM] New testcase to check parameter passing bug

2015-03-18 Thread Kyrill Tkachov
Hi Honggyu, On 16/03/15 00:53, Honggyu Kim wrote: new file mode 100644 index 000..3790764 --- /dev/null +++ b/gcc/testsuite/gcc.dg/pr65358.c @@ -0,0 +1,33 @@ +/* { dg-do run */ Forgot to close the brace here after 'run' Dejagnu happily ignores that and transforms this into a compile-only

RE: [PATCH][ARM] New testcase to check parameter passing bug

2015-03-15 Thread Honggyu Kim
Hi, I have modified and moved the testcase following your comments. (from gcc.target/arm to gcc.dg) Please let me know if there's still something to fix more. I appreciate all your comments. Honggyu --- gcc/testsuite/ChangeLog|4 gcc/testsuite/gcc.dg/pr65358.c | 33 +++

Re: [PATCH][ARM] New testcase to check parameter passing bug

2015-03-13 Thread Segher Boessenkool
On Fri, Mar 13, 2015 at 12:04:28PM -, Kyrill Tkachov wrote: > > diff --git a/gcc/testsuite/gcc.target/arm/pr65358.c > > b/gcc/testsuite/gcc.target/arm/pr65358.c > > new file mode 100644 > > index 000..d663dcf > > --- /dev/null > > +++ b/gcc/testsuite/gcc.target/arm/pr65358.c > > @@ -0,0 +1,

Re: [PATCH][ARM] New testcase to check parameter passing bug

2015-03-13 Thread Christophe Lyon
On 03/13/15 13:04, Kyrill Tkachov wrote: Hi, Hi Honggyu, Thanks for helping out. I've got a couple of pointers for the testcase inline. I have wrote a testcase that reproduces argument overwriting bug during arm code generation. I wrote this testcase with the help of Mikael Pettersson. If

RE: [PATCH][ARM] New testcase to check parameter passing bug

2015-03-13 Thread Kyrill Tkachov
> Hi, Hi Honggyu, Thanks for helping out. I've got a couple of pointers for the testcase inline. > > I have wrote a testcase that reproduces argument overwriting bug during > arm code generation. > > I wrote this testcase with the help of Mikael Pettersson. > If some format is not proper to ru