public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andreas Krebbel <krebbel@linux.vnet.ibm.com>
To: James Greenhalgh <james.greenhalgh@arm.com>
Cc: Bernd Schmidt <bschmidt@redhat.com>,
	gcc-patches@gcc.gnu.org,        uweigand@de.ibm.com
Subject: Re: [PATCH 1/9] gensupport: Fix define_subst operand renumbering.
Date: Tue, 01 Mar 2016 14:55:00 -0000	[thread overview]
Message-ID: <56D5AD66.20706@linux.vnet.ibm.com> (raw)
In-Reply-To: <20160301133822.GA19657@arm.com>

On 03/01/2016 02:38 PM, James Greenhalgh wrote:
> On Tue, Mar 01, 2016 at 01:35:18PM +0100, Andreas Krebbel wrote:
>> On 03/01/2016 01:15 PM, James Greenhalgh wrote:
>>> On Tue, Mar 01, 2016 at 10:29:28AM +0100, Andreas Krebbel wrote:
>>>> On 02/29/2016 02:36 PM, Bernd Schmidt wrote:
>>>>> On 02/29/2016 09:46 AM, Andreas Krebbel wrote:
>>>>>> Ok for mainline?
>>>>>>
>>>>>> 	* gensupport.c (process_substs_on_one_elem): Split loop to
>>>>>> 	complete mark_operands_used_in_match_dup on all expressions in the
>>>>>> 	vector first.
>>>>>> 	(adjust_operands_numbers): Inline into process_substs_on_one_elem
>>>>>> 	and remove function.
>>>>>
>>>>> Didn't I approve this a while ago? Not sure it's appropriate for stage4 
>>>>> though; is this series fixing an important regression?
>>>>
>>>> Yes you did. I didn't commit it until the rest of the patch series was ready to commit.  The patch
>>>> series fixes a fundamental problem in the backend. The first iteration was posted before stage 4 but
>>>> it took me a few iterations to get it right.
>>>>
>>>> I've committed the patch now after retesting.
>>>
>>> This looks like it has caused failures in the following tests on an
>>> x86_64-none-linux-gnu build.
>>
>> I've regression tested the patch on x86_64 as well.  Are there specific
>> options required to enable these tests?
> 
> The bisect robot just builds a stage one compiler, configured with:
> 
>   ./configure --disable-bootstrap, --enable-languages=c,c++,fortran
>               --disable-multilib --disable-libsanitizer
> 
> My system GCC is a 5.2 from the release sources with:
> 
>   ../gcc-5.2.0/configure --with-bugurl='Good luck'
>                          --enable-languages=c,c++,go,fortran,objc,obj-c++
>                          --prefix=/work/install-gcc-5.2.0 --enable-shared
>                          --enable-linker-build-id --without-included-gettext
>                          --enable-threads=posix --enable-nls
> 			 --enable-clocale=gnu --enable-libstdcxx-debug
>                          --enable-libstdcxx-time=yes
>                          --enable-gnu-unique-object --disable-libmudflap
>                          --enable-plugin --with-system-zlib
>                          --disable-browser-plugin --enable-java-awt=gtk
>                          --enable-gtk-cairo --with-arch-directory=amd64
>                          --enable-objc-gc --enable-multiarch
>                          --disable-werror --with-arch-32=i686
>                          --with-abi=m64 --with-multilib-list=m32,m64,mx32
>                          --with-tune=native --enable-checking=release
>                          --build=x86_64-linux-gnu --host=x86_64-linux-gnu
>                          --target=x86_64-linux-gnu
> 
> I tried a full bootstrap at that revision and still see these failures.
> Who knows what state has been corrupted, or that you silently get away with,
> if this is an undefined behaviour somewhere :-). I haven't tried with a
> valgrind checking build to see what it can spot.

Ok. Thanks for the infos.  I'll try to have a look. I've reverted the patch now.

Bye,

-Andreas-

  reply	other threads:[~2016-03-01 14:55 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-29  8:47 [PATCH 0/9] S/390 rework shift count handling - v3 Andreas Krebbel
2016-02-29  8:46 ` [PATCH 8/9] S/390: Use define_subst for the setmem patterns Andreas Krebbel
2016-02-29  8:46 ` [PATCH 3/9] S/390: Get rid of Y constraint in rotate patterns Andreas Krebbel
2016-02-29  8:46 ` [PATCH 9/9] S/390: Disallow SImode in s390_decompose_address Andreas Krebbel
2016-02-29  8:47 ` [PATCH 5/9] S/390: Get rid of Y constraint in arithmetic right shift patterns Andreas Krebbel
2016-02-29  8:47 ` [PATCH 4/9] S/390: Get rid of Y constraint in left and logical " Andreas Krebbel
2016-02-29  8:47 ` [PATCH 7/9] S/390: Get rid of Y constraint in vector.md Andreas Krebbel
2016-02-29 14:58   ` Ulrich Weigand
2016-03-01 15:11     ` Ulrich Weigand
2016-03-01 15:31       ` Andreas Krebbel
2016-03-08 12:51       ` [PATCH] S/390: Rename shift_count_or_setmem_operand to setmem_operand Andreas Krebbel
2016-02-29  8:47 ` [PATCH 1/9] gensupport: Fix define_subst operand renumbering Andreas Krebbel
2016-02-29 13:37   ` Bernd Schmidt
2016-03-01  9:30     ` Andreas Krebbel
2016-03-01 12:15       ` James Greenhalgh
2016-03-01 12:17         ` Bernd Schmidt
2016-03-01 12:35         ` Andreas Krebbel
2016-03-01 13:38           ` James Greenhalgh
2016-03-01 14:55             ` Andreas Krebbel [this message]
2016-02-29  8:47 ` [PATCH 2/9] S/390: Use enabled attribute overrides to disable alternatives Andreas Krebbel
2016-02-29  8:47 ` [PATCH 6/9] S/390: Get rid of Y constraint in tabort Andreas Krebbel
2016-02-29 14:59 ` [PATCH 0/9] S/390 rework shift count handling - v3 Ulrich Weigand
2016-03-01  9:30   ` Andreas Krebbel
  -- strict thread matches above, loose matches on Subject: below --
2016-02-23 14:33 [PATCH 0/9] S/390 rework shift count handling - v2 Andreas Krebbel
2016-02-23 14:33 ` [PATCH 1/9] gensupport: Fix define_subst operand renumbering Andreas Krebbel
2016-01-14 16:34 [PATCH 0/9] S/390 rework shift count handling Andreas Krebbel
2016-01-14 16:44 ` [PATCH 1/9] gensupport: Fix define_subst operand renumbering Andreas Krebbel
2016-01-18 14:46   ` Bernd Schmidt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56D5AD66.20706@linux.vnet.ibm.com \
    --to=krebbel@linux.vnet.ibm.com \
    --cc=bschmidt@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=james.greenhalgh@arm.com \
    --cc=uweigand@de.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).