From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qk1-x731.google.com (mail-qk1-x731.google.com [IPv6:2607:f8b0:4864:20::731]) by sourceware.org (Postfix) with ESMTPS id E581A3857036 for ; Wed, 16 Dec 2020 12:19:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E581A3857036 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=derodat@adacore.com Received: by mail-qk1-x731.google.com with SMTP id c7so22249688qke.1 for ; Wed, 16 Dec 2020 04:19:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=pmHxzsv87I+CIS1Si/WxqufZwswwklG7d0sIgEGyblY=; b=HtHt4WWmpyEip9d0jB7m9vh+rgyRYz+u79ils26vfqFW5aC7Ogw3vgYiSn+42YXFcb 9yF3GYhJClWZVVVDv0jEN/giryOsSVbZIVZHnKlEMwdqYPIWBe2f6JoYh9iRicOxXpeq nHkGrXbFT/omS7e2edet3CduhcWRR40Vz8eeaMnsZQ+EZ7gV7Ch3rroMmHl6arasv9Op W3YH4YppRXbJp7dwy60jsYG03DciLgE6a/wSMWgg3pLLsT2YRPsMyZXq0TKoWYntT2ux JWc8bZzTMghEXtyfzyixw7294ujY0afLtrAyi6UPVHkvRiXCqB74mrHFnNpVpnyTmzBB dvuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=pmHxzsv87I+CIS1Si/WxqufZwswwklG7d0sIgEGyblY=; b=iGaIInIXgaR5lPtg02cLflp4lcIx7zm0vsz/Ql8OOCO8FVyl9GyCVZphPZ5bwnUJ1e aKrlyecy/L2Ga8+sEEhB23R6YZrFzbjfQcG7w+wrVBwnfgbfFxxyURaMkjPBNS54nq5g 2qw8JlJlOzTePbLXxNucPYydpQRikLrHg9g8Gr5RkaaA7sVGQaLjv33ZEXQnQXFjD9vY 52vLlI0FoyJFc4T1G5n4HrvrreSUhKBrMnONW707rfjn4hj5NWug0piWk57rKODxhVmm gBhpirdKQCR+sKfkBc9wSlsjOkkAlzgta9FzdB17rRp7u86w6N2HAc5uOvuVOK/rV1ci 2/5w== X-Gm-Message-State: AOAM532nEGKel6ZvoDd92af2TtuO5wogv5NQ2Yl418bxFeKCpyLnllDa mh1P1kL2gjh8zka+sfNeo3zWWSoyNq35D3BMtckc0Q== X-Google-Smtp-Source: ABdhPJzyK+efhc/8xNNBiXlE3kgd9hqb3SV63tNNDeMoDwV9FXZY2eifPaaShE78apjyvT74Qf+zMzRh7ydIeNpSyRU= X-Received: by 2002:a05:620a:544:: with SMTP id o4mr44193012qko.19.1608121149560; Wed, 16 Dec 2020 04:19:09 -0800 (PST) MIME-Version: 1.0 References: <20201215114241.GA35315@adacore.com> <265e6d3d-ee71-93ff-9727-7e7490b35d29@suse.cz> In-Reply-To: <265e6d3d-ee71-93ff-9727-7e7490b35d29@suse.cz> From: Pierre-Marie de Rodat Date: Wed, 16 Dec 2020 13:18:58 +0100 Message-ID: Subject: Re: [Ada] Fix serial port baud rate setting on GNU/Linux To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: Iain Sandoe , Pascal Obry , gcc-patches@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Wed, 16 Dec 2020 12:19:11 -0000 Hello all, On Wed, Dec 16, 2020 at 9:31 AM Martin Li=C5=A1ka wrote: > I've just create PR for it: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D98312 Thank you. I can reproduce the issue: at this point I suspect that my testing hasn=E2=80=99t detected this because of some inconsistency with my incremental builds. The actual correction is a few patches later in my porting queue: I=E2=80=99m about to commit it. Sorry for the trouble! --=20 Pierre-Marie de Rodat