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

2015-03-29 Thread Honggyu Kim
crashing.org; christophe.l...@st.com > > Subject: Re: [PATCH v2] New testcase to check parameter passing bug > > > > On 03/18/15 19:40, Honggyu Kim wrote: > > > Hi, > > > > > > I have modified the test-case to check parameter passing bug based on > &g

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

2015-03-25 Thread Kyrill Tkachov
> -Original Message- > From: Jeff Law [mailto:l...@redhat.com] > Sent: 25 March 2015 12:27 > To: Honggyu Kim; gcc-patches@gcc.gnu.org > Cc: Kyrylo Tkachov; seg...@kernel.crashing.org; christophe.l...@st.com > Subject: Re: [PATCH v2] New testcase to check parameter pass

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

2015-03-25 Thread Jeff Law
On 03/18/15 19:40, Honggyu Kim wrote: Hi, I have modified the test-case to check parameter passing bug based on the comments from Kyrill Tkachov, Christophe Lyon, and Segher Boessenkool as follows: 1. move from "gcc.target/arm" to "gcc.dg" 2. change "dg-do compile" to "dg-do run" Please let

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

2015-03-18 Thread Honggyu Kim
On Thu, Mar 19, 2015 at 10:40:44AM +0900, Honggyu Kim wrote: > --- > gcc/testsuite/ChangeLog|4 > gcc/testsuite/gcc.dg/pr65358.c | 33 + > 2 files changed, 37 insertions(+) > create mode 100644 gcc/testsuite/gcc.dg/pr65358.c > > diff --git a/gcc

[PATCH v2] New testcase to check parameter passing bug

2015-03-18 Thread Honggyu Kim
Hi, I have modified the test-case to check parameter passing bug based on the comments from Kyrill Tkachov, Christophe Lyon, and Segher Boessenkool as follows: 1. move from "gcc.target/arm" to "gcc.dg" 2. change "dg-do compile" to "dg-do run" Please let me know if there's still something to fix