From patchwork Mon Sep 16 16:19:04 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jason Merrill X-Patchwork-Id: 1162988 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-509060-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="XJ7i9lce"; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.b="LSOkslk0"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46XBJq5tH8z9sPn for ; Tue, 17 Sep 2019 02:19:22 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=xz2AD1nFALwxC9JW TLzldMR9Rl+MiBaFaCxHUfEL7XOiz7HYdlpP+LvLKqaj6SCR+5ZmFMs/h8VMUY0i bOBHOBYpDOoyznKI9vk36ZFX8rmAkXmamdnUT4iHksf8KcXWAQ2BepHe4Ladvys7 Gov6hXDG25olCqcfWst4w/oZ/F8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:mime-version:content-type :content-transfer-encoding; s=default; bh=0b9pLARjYwh6mFo3WqMZmD cgdDY=; b=XJ7i9lceEYuFC8eXueKSRgJY3QJUQtN7jGN5H6xkJL7R3pTMWapF9y SB95/dwQ85VPvNInPeAAh33dwaFdLjtxwZ0jiSyR+wMlz1JFu6rokeaskdFdTgCQ oik7l0EZ63jeiB0vlLAhUJWkNjFjJL0Oyj/qHQLQj3YYG6WcglYkY= Received: (qmail 98833 invoked by alias); 16 Sep 2019 16:19:14 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 98824 invoked by uid 89); 16 Sep 2019 16:19:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy= 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; Mon, 16 Sep 2019 16:19:12 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1568650751; h=from:from: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; bh=pzqxIMTqEdFr+BEEj5g/SJMEDL1k9pugWNzBVEUB7R8=; b=LSOkslk0EG7Fruxno+NQzlMNqgCATzwa+dUkPWJl7xJyEQbTM3vNi7Xq40pCAvUUxadR6z Cd25SuutBN7VKcj0L1URrKf7lpkoNCrCIMODGB/O81StxP1q0BWtTUIvHSobVp7J5HfS46 Ozf2anH7gy47tj7lwwOKGA0ygsL7utQ= Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-347-HaZocXJVMOuUMCLw-bqBpQ-1; Mon, 16 Sep 2019 12:19:09 -0400 Received: by mail-io1-f72.google.com with SMTP id x22so353321iol.6 for ; Mon, 16 Sep 2019 09:19:08 -0700 (PDT) Received: from localhost.localdomain ([72.142.123.242]) by smtp.gmail.com with ESMTPSA id l19sm31238741iok.14.2019.09.16.09.19.05 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 Sep 2019 09:19:05 -0700 (PDT) From: Jason Merrill To: gcc-patches@gcc.gnu.org Subject: [PATCH] * Makefile.in (build/genmatch.o): Depend on $(CPPLIB_H). Date: Mon, 16 Sep 2019 12:19:04 -0400 Message-Id: <20190916161904.3344-1-jason@redhat.com> MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-IsSubscribed: yes So that rebuilding my tree with or without the operator<=> patches properly rebuilds genmatch. Tested x86_64-pc-linux-gnu, applying to trunk as obvious. --- gcc/Makefile.in | 2 +- gcc/ChangeLog | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) base-commit: 4bc26ca2c40a29d0f49bad7a8326dbac6f764c35 diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 0fe02fb27a1..152df9fa9b3 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -2783,7 +2783,7 @@ build/genmddump.o : genmddump.c $(RTL_BASE_H) $(BCONFIG_H) $(SYSTEM_H) \ $(CORETYPES_H) $(GTM_H) errors.h $(READ_MD_H) $(GENSUPPORT_H) build/genmatch.o : genmatch.c $(BCONFIG_H) $(SYSTEM_H) \ $(CORETYPES_H) errors.h $(HASH_TABLE_H) hash-map.h $(GGC_H) is-a.h \ - tree.def builtins.def internal-fn.def case-cfn-macros.h + tree.def builtins.def internal-fn.def case-cfn-macros.h $(CPPLIB_H) build/gencfn-macros.o : gencfn-macros.c $(BCONFIG_H) $(SYSTEM_H) \ $(CORETYPES_H) errors.h $(HASH_TABLE_H) hash-set.h builtins.def \ internal-fn.def diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1921bc775d6..63fae8615e5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2019-09-16 Jason Merrill + + * Makefile.in (build/genmatch.o): Depend on $(CPPLIB_H). + 2019-09-16 Martin Liska * gimple-fold.c (or_comparisons_1): Remove rules moved