Re: PATCH: PR target/59605: Create jump_around_label only if it doesn't exist

2014-02-10 Thread Andrew Pinski
On Thu, Dec 26, 2013 at 6:31 PM, H.J. Lu hjl.to...@gmail.com wrote: Hi Honza, r203937 may create jump_around_label earlier. But later code doesn't check if jump_around_label exists. This patch fixes it. Tested on Linux/x86-64. OK to install? This test times out when running on a

Re: PATCH: PR target/59605: Create jump_around_label only if it doesn't exist

2014-02-01 Thread Richard Sandiford
H.J. Lu hjl.to...@gmail.com writes: On Thu, Jan 30, 2014 at 10:43 AM, Richard Sandiford rdsandif...@googlemail.com wrote: Hi H.J., H.J. Lu hjl.to...@gmail.com writes: diff --git a/gcc/testsuite/gcc.dg/pr59605.c b/gcc/testsuite/gcc.dg/pr59605.c new file mode 100644 index 000..4556843

Re: PATCH: PR target/59605: Create jump_around_label only if it doesn't exist

2014-02-01 Thread H.J. Lu
On Sat, Feb 1, 2014 at 2:28 AM, Richard Sandiford rdsandif...@googlemail.com wrote: H.J. Lu hjl.to...@gmail.com writes: On Thu, Jan 30, 2014 at 10:43 AM, Richard Sandiford rdsandif...@googlemail.com wrote: Hi H.J., H.J. Lu hjl.to...@gmail.com writes: diff --git

Re: PATCH: PR target/59605: Create jump_around_label only if it doesn't exist

2014-01-30 Thread Richard Sandiford
Hi H.J., H.J. Lu hjl.to...@gmail.com writes: diff --git a/gcc/testsuite/gcc.dg/pr59605.c b/gcc/testsuite/gcc.dg/pr59605.c new file mode 100644 index 000..4556843 --- /dev/null +++ b/gcc/testsuite/gcc.dg/pr59605.c @@ -0,0 +1,55 @@ +/* { dg-do run } */ +/* { dg-options -O2 } */ +/* {

Re: PATCH: PR target/59605: Create jump_around_label only if it doesn't exist

2014-01-30 Thread H.J. Lu
On Thu, Jan 30, 2014 at 10:43 AM, Richard Sandiford rdsandif...@googlemail.com wrote: Hi H.J., H.J. Lu hjl.to...@gmail.com writes: diff --git a/gcc/testsuite/gcc.dg/pr59605.c b/gcc/testsuite/gcc.dg/pr59605.c new file mode 100644 index 000..4556843 --- /dev/null +++

Re: PATCH: PR target/59605: Create jump_around_label only if it doesn't exist

2013-12-28 Thread Jakub Jelinek
On Thu, Dec 26, 2013 at 06:31:10PM -0800, H.J. Lu wrote: 2013-12-26 H.J. Lu hongjiu...@intel.com PR target/59605 * config/i386/i386.c (ix86_expand_set_or_movmem): Create jump_around_label only if it doesn't exist. gcc/testsuite/ 2013-12-26 H.J. Lu

PATCH: PR target/59605: Create jump_around_label only if it doesn't exist

2013-12-26 Thread H.J. Lu
Hi Honza, r203937 may create jump_around_label earlier. But later code doesn't check if jump_around_label exists. This patch fixes it. Tested on Linux/x86-64. OK to install? Thanks. H.J. -- gcc/ 2013-12-26 H.J. Lu hongjiu...@intel.com PR target/59605 * config/i386/i386.c