From patchwork Mon Feb 10 16:51:28 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans-Peter Nilsson X-Patchwork-Id: 1235885 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-519249-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=axis.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.a=rsa-sha1 header.s=default header.b=DQbDDdi0; 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 48GX4J4VC7z9sP7 for ; Tue, 11 Feb 2020 03:51:42 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :message-id:from:to:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=tfPB/H+pkYKzaKsc igLB8ViX9ZnMDM+j6hwZmlRTudm6yzXO7lxA4qRxdJ3yV5tLSfmeiamlK09gEGUW HxuGchZHqHBjD0x32Gj/SvBgjRDaXjZDggjExUDcw9OhQwHWMXiVSo8Jj0Gm93e/ uRw0gXTV+Zj0ipHJgLzdXdpjiDs= 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:date :message-id:from:to:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=TPMjpTA2YhOy0uZebcYzkH 3lD6I=; b=DQbDDdi09NNBt1fX+lK1JIrdhdMjRbW3ni8DZeb3+4JItvunH0i9FS IEeP1KvtcLxWmGgQAbmdrq7MwH3Q4d8sbhFrJMVal0v/OTRwd2uBXtGJF/6y3cCF ZeQRW0KTV3sQhHe/VHvwI2IDz+SoxfqjT/H82of8RrhdPVrEfcTw8= Received: (qmail 31584 invoked by alias); 10 Feb 2020 16:51:34 -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 31576 invoked by uid 89); 10 Feb 2020 16:51:34 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.7 required=5.0 tests=AWL, BAYES_00, SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:362 X-HELO: smtp2.axis.com Received: from smtp2.axis.com (HELO smtp2.axis.com) (195.60.68.18) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 10 Feb 2020 16:51:32 +0000 IronPort-SDR: PIMWtvnb5u63pBIw+TmvTaMECaNdASazszjA1VnOZZFL3g4IHXx2n2dPK8GC9FUn9NktSg1CH4 i8pnDuClrOw7tELS7JvLhORs2T4GiAMiLjHQMyBm/FA8TdE2fRjQUpEJYMijqmg6mJiq7iGGjq jOHWeukN1HdftBH+HQ0m5M+k31raoENytwvzs67hCASZ9UnqO0/HeZ+985w+t7vLQ5pv9E18bP kktB4/4caPypUrmUwBqhb6VLEocteDquwVLYQaGu84ocP6+WsI0xll8kc56E3bp0b2XeUrq4Ee 05w= Date: Mon, 10 Feb 2020 17:51:28 +0100 Message-ID: <202002101651.01AGpSlC012155@ignucius.se.axis.com> From: Hans-Peter Nilsson To: Subject: [0/6 CRIS cc0-preparations] MIME-Version: 1.0 X-IsSubscribed: yes Stuff I broke out from the CRIS decc0ration work; compare-decanonicalization and tests that would be regressions in a future timeline, but fixed later on. Besides the first patch, nothing you'd normally care about, and perhaps for people doing CC0 work: the test-cases and the cc0 effective-target may be of use to you. brgds, H-P