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
> -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
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
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
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