From owner-freebsd-current@freebsd.org Sun May 6 22:32:13 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EF7A0FC94D6 for ; Sun, 6 May 2018 22:32:12 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: from mail-io0-f177.google.com (mail-io0-f177.google.com [209.85.223.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8CE0D6F9FB for ; Sun, 6 May 2018 22:32:12 +0000 (UTC) (envelope-from cse.cem@gmail.com) Received: by mail-io0-f177.google.com with SMTP id e78-v6so31544037iod.0 for ; Sun, 06 May 2018 15:32:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:reply-to:in-reply-to:references :from:date:message-id:subject:to:cc:content-transfer-encoding; bh=T3W9JVE4Dp9yI3IUxq14raYfEE3qfi5cl4aa1mvabL4=; b=e3TSXyw++C41lWh2+4lyoV1Npy8lrZdlmuTwQY7r0CS7hrymyfaIx33MtgB8LeMqtb ZvzFCKUEu2LecGYEgWB8sBX6vgrP+2LfequiU5imMoP6+4cjG5CVeujFw96+Bm17gC69 J328f528Q36cY7nMze+/i6VKi0Kn6gUxj+t1+di84EurSuBxfcAn20tSiwZHQnixcxHn ou7v75iW4RZKxEXK6YeuiGOh9xmG2jd3sNx/VV9RnWq8m+7iujv4QJpkvRUtCo7CW/2I YmdiT/EfH03IqIQY3N+DuAX39pyaDzheyaFjjG3uo82jZO7aISN4QsrwK8QU7qkvOTAu 88Wg== X-Gm-Message-State: ALQs6tAJ8n+jWb578POAnyMoBf3H5L3ZM7I9K2C27azVUtOjJ7Lr5FGU MZvibniyzjxDelVzqvS42kM660x9 X-Google-Smtp-Source: AB8JxZroJs2ezszk09DwQrO3KQohdfnfIsPupmRArWyDi2CSZcEYXARxjAmK2Rp8qIrrJHC89fzzyw== X-Received: by 2002:a6b:264d:: with SMTP id m74-v6mr36853404iom.154.1525645931533; Sun, 06 May 2018 15:32:11 -0700 (PDT) Received: from mail-io0-f175.google.com (mail-io0-f175.google.com. [209.85.223.175]) by smtp.gmail.com with ESMTPSA id y25-v6sm4055133ioa.83.2018.05.06.15.32.10 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 06 May 2018 15:32:11 -0700 (PDT) Received: by mail-io0-f175.google.com with SMTP id r9-v6so31510829iod.6 for ; Sun, 06 May 2018 15:32:10 -0700 (PDT) X-Received: by 2002:a6b:3a87:: with SMTP id h129-v6mr10416176ioa.220.1525645930820; Sun, 06 May 2018 15:32:10 -0700 (PDT) MIME-Version: 1.0 Reply-To: cem@freebsd.org Received: by 2002:a02:a40b:0:0:0:0:0 with HTTP; Sun, 6 May 2018 15:32:10 -0700 (PDT) In-Reply-To: <9D64510E-32AE-45DC-87EC-4DFB41B9369F@yahoo.com> References: <9D64510E-32AE-45DC-87EC-4DFB41B9369F@yahoo.com> From: Conrad Meyer Date: Sun, 6 May 2018 15:32:10 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r333240 - in head/sys: powerpc/powerpc sys [appears to have broken the builds of head for riscv64] To: Mark Millard Cc: FreeBSD Current Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 May 2018 22:32:13 -0000 The same change as for powerpc needs to be made for riscv =E2=80=94 the (bcopy) trick =E2=80=94 to avoid expansion. Best, Conrad P.S., Mark, your email server is misconfigured and most/all of your emails get flagged as spam. I only saw this because I occasionally check the spam folder. On Sat, May 5, 2018 at 4:39 PM, Mark Millard wro= te: > --- bcopy.o --- > In file included from /workspace/src/sys/riscv/riscv/bcopy.c:39:0: > /workspace/src/sys/sys/systm.h:262:31: error: expected identifier or '(' = before '{' token > #define bcopy(from, to, len) ({ \ > ^ > /workspace/src/sys/riscv/riscv/bcopy.c:134:1: note: in expansion of macro= 'bcopy' > bcopy(const void *src0, void *dst0, size_t length) > ^~~~~