From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26540 invoked by alias); 7 Dec 2019 14:38:02 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 26532 invoked by uid 89); 7 Dec 2019 14:38:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:278 X-HELO: us-smtp-1.mimecast.com Received: from us-smtp-delivery-1.mimecast.com (HELO us-smtp-1.mimecast.com) (207.211.31.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 07 Dec 2019 14:38:01 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1575729480; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=j+p+SigQFwEzOAciXiBtENZghLQ5IcuzK4SV2ZdnKY4=; b=Ej9xizz3Vd7ThCxZDaS21LjEnDX07nI0l6lhe7KdWt7YS5XhjOVjv8cqt9uxQqaR7VzsBI MS7FhMZRzO6W0ua1lZFqhUTzEnZB0AJaiN3tNqrDJM300d108HTCm+XErffXtiWdkKFUsl MkBrqNyfOpYu5nX8HqgVnBYxunphsiI= 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-379-jpYGoZawO-WL_YpffQUlqw-1; Sat, 07 Dec 2019 09:37:55 -0500 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 6C795800D5B for ; Sat, 7 Dec 2019 14:37:54 +0000 (UTC) Received: from ovpn-112-27.phx2.redhat.com (ovpn-112-27.phx2.redhat.com [10.3.112.27]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9FE9A5C1D4; Sat, 7 Dec 2019 14:37:49 +0000 (UTC) Message-ID: <03b7bba60c2928467b95d1335e1ef1e4556f0a33.camel@redhat.com> Subject: Re: [PATCH 14/49] hash-map-tests.c: add a selftest involving int_hash From: Jeff Law Reply-To: law@redhat.com To: David Malcolm , gcc-patches@gcc.gnu.org Date: Sat, 07 Dec 2019 14:38:00 -0000 In-Reply-To: <1573867416-55618-15-git-send-email-dmalcolm@redhat.com> References: <1573867416-55618-1-git-send-email-dmalcolm@redhat.com> <1573867416-55618-15-git-send-email-dmalcolm@redhat.com> User-Agent: Evolution 3.34.2 (3.34.2-1.fc31) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-12/txt/msg00493.txt.bz2 On Fri, 2019-11-15 at 20:23 -0500, David Malcolm wrote: > gcc/ChangeLog: > * hash-map-tests.c (selftest::test_map_of_int_to_strings): New > selftest. > (selftest::hash_map_tests_c_tests): Call it. OK jeff >