From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from eggs.gnu.org (eggs.gnu.org [IPv6:2001:470:142:3::10]) by sourceware.org (Postfix) with ESMTPS id 745923858CDA for ; Tue, 10 Jan 2023 00:41:46 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 745923858CDA Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nexgo.de Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nexgo.de Received: from mr5.vodafonemail.de ([145.253.228.165]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pF2hz-0008KD-Ej for gcc@gnu.org; Mon, 09 Jan 2023 19:41:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nexgo.de; s=vfde-smtpout-mb-15sep; t=1673311299; bh=wEMJW8EPlD1Pw/pHsThWrDFZGjbGNenl8MsgUGiRD7E=; h=Message-ID:From:To:References:In-Reply-To:Subject:Date: Content-Type:X-Mailer:From; b=jCzQpiszKfLsfPPPR4WczbZa4BrPSGQXkQChSAFHaXjhrlDdWob3dfOl5IgYbWa3k yuLg2960gtiXCRifRVHU4qLtKAA2SRJY7aBhGnFPQd/tlyTyOEGGKrG2BvAp5lEDXU x0HeRULY/0KIr/+h57g2Rr7+zs9xmnu4lBh96uLQ= Received: from smtp.vodafone.de (unknown [10.0.0.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by mr5.vodafonemail.de (Postfix) with ESMTPS id 4NrX7R2VV1z2094; Tue, 10 Jan 2023 00:41:39 +0000 (UTC) Received: from H270 (p5de6d091.dip0.t-ipconnect.de [93.230.208.145]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by smtp.vodafone.de (Postfix) with ESMTPSA id 4NrX7J05cGz9vFN; Tue, 10 Jan 2023 00:41:28 +0000 (UTC) Message-ID: <545B9AD08243438F810C8F68BE0CAC00@H270> From: "Stefan Kanthak" To: , "Thomas Koenig" References: <76C395596DD94CCA94BF821C6100FF26@H270> <5e02f939-7356-a43f-d570-6e270fb6ad8b@netcologne.de> In-Reply-To: <5e02f939-7356-a43f-d570-6e270fb6ad8b@netcologne.de> Subject: Re: B^HDEAD code generation (AMD64) Date: Tue, 10 Jan 2023 01:34:25 +0100 Organization: Me, myself & IT MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6002.18197 X-MimeOLE: Produced By Microsoft MimeOLE V6.1.7601.24158 X-purgate-type: clean X-purgate: clean X-purgate-size: 542 X-purgate-ID: 155817::1673311295-E77D54F8-4E26659D/0/0 Received-SPF: pass client-ip=145.253.228.165; envelope-from=stefan.kanthak@nexgo.de; helo=mr5.vodafonemail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9,DKIM_SIGNED=0.1,DKIM_VALID=-0.1,DKIM_VALID_AU=-0.1,DKIM_VALID_EF=-0.1,RCVD_IN_DNSWL_LOW=-0.7,SPF_HELO_NONE=0.001,SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Status: No, score=2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,SPAM_BODY,SPF_FAIL,SPF_HELO_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: "Thomas Koenig" wrote: > On 09.01.23 12:35, Stefan Kanthak wrote: >> 20 superfluous instructions of the total 102 instructions! > > The proper place for bug reports is https://gcc.gnu.org/bugzilla/ . OUCH: there's NO proper place for bugs at all! > Feel free to submit these cases there. I feel free to do whatever I like to do where I do it, for example: --- bug.cpp --- int main() { __uint128_t long long bug = 0; } --- EOF --- See regards Stefan