From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x530.google.com (mail-pg1-x530.google.com [IPv6:2607:f8b0:4864:20::530]) by sourceware.org (Postfix) with ESMTPS id 183183858D32 for ; Mon, 2 Jan 2023 18:17:47 +0000 (GMT) Received: by mail-pg1-x530.google.com with SMTP id q9so1763704pgq.5 for ; Mon, 02 Jan 2023 10:17:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=bYvKmUNj9T+aF6sjcea5ZI/kKiqygsApV5K58+Hjsmk=; b=BVi09iQNKojR6vnKQibI6b8o7M5ImsHLFz/s5NRS8/6okLe6bEqgyNsZfWQ2WJmf1I ut24bO5VFN5tsCykL0k4lEzHmDaYx5UJQN8SnJCNvm6Wx4xcoIUlfE6wNC0BVP/qhEXM aRkZFjDdnev+MYnQyHgsS4iG0pOAeRLYGIHoP0YWViUdJInc9Ibgm7dpuDuranMLd2+D lyqH7phTDPujKSsStaVV4qb/6Du5y9XtxM5m9Z1zpPSXMRMkfTaqRDGObDIM3Keu/+cL qiqsjrdzBwF5V8uepzPl1KgFjB/KXWiZpHa204GWMIxHvLvWAIz/ahYferkDkCc9Ie3K q9Sw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=bYvKmUNj9T+aF6sjcea5ZI/kKiqygsApV5K58+Hjsmk=; b=XGOiQOzmuVLGwP1oAweZ8JiuG7VI1wM/TUEhOzBmgyAkdgJKCkbZrItusGJLrswZB3 rIWOnta5EviQMW0x0GvJ0GUUMsBqlRy8UNqgVpl+W3UW5XlVeLIGhUVlbFqYag44ITXd vdbvPMwwP0V4eAyL34o7n0zb9QoODNbkMAGJCY2mHRPd3/HCX/0yfa8s5x7EUq0NjoOE +4+wVyv2WA6FLTrJoWU7O5jfSNcOaLY1h3tDBIUaxskNFNL8EQMRCXN2oADJyx6bvR6D Y9WorJo5syhvfMflnZJ7n8T5wus6dOytv19pPiuRvuRv1n8oG3NRu1gsgdbYdScvPds0 6zvw== X-Gm-Message-State: AFqh2kpEqG1s7HyOZCRHHxfv2OYZrRIhrb6LABvR62qd5RRSdpyMRnAF sj/pybjS4IY3FG4GN4e9WObxdLSBqAXh+ayBRwk= X-Google-Smtp-Source: AMrXdXtAvQXOwhl3SuZxgCxs2LVMDaOdshcOYR9sDesWRJ6ghX6c9a9HBtkovy8mBSiLM8JCi0DzFohCHEVCz+03HjA= X-Received: by 2002:a63:f012:0:b0:4a1:c803:2f9 with SMTP id k18-20020a63f012000000b004a1c80302f9mr277874pgh.16.1672683466061; Mon, 02 Jan 2023 10:17:46 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Andrew Pinski Date: Mon, 2 Jan 2023 10:17:34 -0800 Message-ID: Subject: Re: ICE on trunk with combination of "-Og -fcontracts", repro link in body To: Gavin Ray Cc: gcc-bugs@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,WEIRD_PORT autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Please file a bug to bugzilla. With attaching the source there. This list is for automated emails from bugzilla really and most folks are not tracking the list. Thanks, Andrew On Mon, Jan 2, 2023 at 10:16 AM Gavin Ray via Gcc-bugs wrote: > > Hit the following ICE today, just sharing here to be helpful: > > https://gcc.godbolt.org/z/advKKxK43 > > during RTL pass: final > : In member function 'void Stack::push(int)': > :20:3: internal compiler error: in gen_inlined_subroutine_die, at > dwarf2out.cc:25002 > 20 | } > | ^