From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id C56A73858418 for ; Mon, 13 Dec 2021 19:12:29 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org C56A73858418 Received: from mail-qt1-f199.google.com (mail-qt1-f199.google.com [209.85.160.199]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-286-rhn-EXEbPTG5Wq0qWLTvMw-1; Mon, 13 Dec 2021 14:12:28 -0500 X-MC-Unique: rhn-EXEbPTG5Wq0qWLTvMw-1 Received: by mail-qt1-f199.google.com with SMTP id e14-20020a05622a110e00b002b0681d127eso24251609qty.15 for ; Mon, 13 Dec 2021 11:12:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=e/ZCU+YxW2zuAYzDsrNPFVTkTvtP8AqwOE61UYaqjaM=; b=n6fSeGtXjzN9O5+s5J2bD3bnxsgp//Ru6PL4lcwfrzxVtZMGJ8xLE3kq6TtdkkOSU/ 6eXintlIYQl3wa+iGPtY9e7SE5qf6/DBk6lo2FXtU8K7c0Gx76a0QqzxbesG9RW1cC/Z iKZDfTJyzhO+vMYrxIUpc0kEqi0oEq9p45X2SctmKAxOOisZC4i2FTyIrMnrkk0nXxP1 +/+SHd+Q+hDYXk/SSZ+8aX95JtDJKPdcAbLHKiboe4L1UpfUK/1OZrlzWWI8k7wWcqT/ N9HM35dqLMQvFWasyegZVFv3IHxY8vYANp3az3EGlQaiXgaAGPKM7aZBZ6YAwGTPtR87 mwZg== X-Gm-Message-State: AOAM530efOyVxydDq60eGMf3hRudUnXixikJOYd7JNlqbBVIUj682G4M WexSC6inxe+IZVQuHaj3mCUEXAfR5EiDzPKj6Ygsa7HqsP4A8Y/HJ5+1Y/FThusa2yVF9cD00A8 tViNsVR9bSaTFUPlwBA== X-Received: by 2002:ad4:5d49:: with SMTP id jk9mr226623qvb.31.1639422747950; Mon, 13 Dec 2021 11:12:27 -0800 (PST) X-Google-Smtp-Source: ABdhPJyWK8Yehnle2BhBZuPeWuHs6x/8mGdLYpvPbsJqu7EauKaaZ9S3G3jNjNPmgQDdQU8Ic2AYMw== X-Received: by 2002:ad4:5d49:: with SMTP id jk9mr226611qvb.31.1639422747786; Mon, 13 Dec 2021 11:12:27 -0800 (PST) Received: from t14s.localdomain (c-73-69-212-193.hsd1.ma.comcast.net. [73.69.212.193]) by smtp.gmail.com with ESMTPSA id b11sm10151086qtx.85.2021.12.13.11.12.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 13 Dec 2021 11:12:27 -0800 (PST) Message-ID: Subject: Re: testsuite: Be more informative for ICEs From: David Malcolm To: Martin Sebor , Thomas Schwinge , gcc-patches@gcc.gnu.org Date: Mon, 13 Dec 2021 14:12:26 -0500 In-Reply-To: <29c07bd3-de1b-4d10-7905-796d20bd1eec@gmail.com> References: <87h7bgdqur.fsf@dem-tschwing-1.ger.mentorg.com> <29c07bd3-de1b-4d10-7905-796d20bd1eec@gmail.com> User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) MIME-Version: 1.0 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=-6.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Mon, 13 Dec 2021 19:12:31 -0000 On Mon, 2021-12-13 at 10:53 -0700, Martin Sebor via Gcc-patches wrote: > On 12/10/21 3:42 PM, Thomas Schwinge wrote: > > Hi! > > > > OK to push the attached "testsuite: Be more informative for ICEs"? > > Adding more detail here seems like a useful improvement to me. > > Martin Agreed. I don't think I can formally approve this patch, but it looks like a big improvement to me, too. Does it identify assertion failures, BTW? Dave