From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-74.mimecast.com (us-smtp-delivery-74.mimecast.com [63.128.21.74]) by sourceware.org (Postfix) with ESMTP id 3914F385E000 for ; Sun, 22 Mar 2020 18:13:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3914F385E000 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-216-JI4IDSd0M6SnxjZc4oH_mg-1; Sun, 22 Mar 2020 14:13:51 -0400 X-MC-Unique: JI4IDSd0M6SnxjZc4oH_mg-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id DC710107ACC4; Sun, 22 Mar 2020 18:13:50 +0000 (UTC) Received: from ovpn-113-200.phx2.redhat.com (ovpn-113-200.phx2.redhat.com [10.3.113.200]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2496D5D9C9; Sun, 22 Mar 2020 18:13:49 +0000 (UTC) Message-ID: <663205d5213a5fe3a58c71d57ed99b601ea59b47.camel@redhat.com> Subject: Re: [PATCH] Test for sigsetjmp support in analyzer tests requiring that feature. From: David Malcolm To: Sandra Loosemore , "gcc-patches@gcc.gnu.org" Date: Sun, 22 Mar 2020 14:13:49 -0400 In-Reply-To: References: User-Agent: Evolution 3.32.5 (3.32.5-1.fc30) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-18.3 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Mar 2020 18:13:55 -0000 On Sun, 2020-03-22 at 11:31 -0600, Sandra Loosemore wrote: > The new-ish analyzer test cases sigsetjmp-5.c and sigsetjmp-6.c were > failing on nios2-elf and probably other newlib targets due to lack > of > support for sigsetjmp. Sorry about the breakage. > I didn't see a suitable existing > effective-target test for this, so I added one. Thanks. > OK to commit? Looks good to me. Dave