From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102b.google.com (mail-pj1-x102b.google.com [IPv6:2607:f8b0:4864:20::102b]) by sourceware.org (Postfix) with ESMTPS id 6FDC63858C83 for ; Wed, 15 Mar 2023 22:07:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6FDC63858C83 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-pj1-x102b.google.com with SMTP id rj10so9862270pjb.4 for ; Wed, 15 Mar 2023 15:07:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1678918074; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=I1Epyz7EUIEkJbzhnPEEW7aI7G+PAem9lkIs72dVkn8=; b=nFMysCr9ptywk7DBGrSI4rfxoZgh1PXuRXeQQM3XhxdBS0xc+rKYbVDM17VWgjGakJ mLbn0n35GB3vS554YaKkvePudFZjwrRUZqyXtmLBND6F/Z6xVtv+aEVR36b/xDLO5gcT vU0wFZvco0jwzYqVnNTeqGnt/E604INkMLeS3av6HMHVFb3tonfV6kJpnsNcoz+27YQo TwhhV+uJYjYT48QJlHFs1B4nULnVmQdQQQukMcQ9/n8qhlkQS2Rtj9ZbrXKswl/fuUKb PzW7J6b6nUdDSJEGhdRRP+AE3Skv3dHIujyzWeiv6Lk6G5ckCd+TYXPsIasgNw52YHEt sCVg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678918074; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=I1Epyz7EUIEkJbzhnPEEW7aI7G+PAem9lkIs72dVkn8=; b=gif3zLoOGaiK1SeZRyWkhQg1FCtgh+5SFuHqpnnHWBU9llUPp6tUXrtxRATZ2ylgSf mkizd79P3AaYy3duQznfuVBtbDU13U9ejiPjE9SgcaXBiGf87EF9MjGUbYgEirrdvLbF kL7N+brBdLO3nPFdB4NHAxh3GNxombK4gPGZihf5a9DEcFKMslO5Xnf8zypG24S0t2ED 8rHfTx6cIyFq7gWVsoiKqoa28stL9G0MK01Y/TfHDkDyy0a8JK6dOU5KxBWpTj5Jv0Dr SL7UHWjXVhE68M0pqGw2BR+0IaFIGM1Gfy8W6h5ZpfjYGDY3K8J41jTw9GnBOr+L8Dlr OCxA== X-Gm-Message-State: AO0yUKXycfIW1Mjgrz5yoGOM+5+0YxeBuYsDi1gxq5HKP8LbZQfrcijI Z5zKnZXdHcKwAyIffYRz5TlhDICL0y4= X-Google-Smtp-Source: AK7set+MpMgBeS3y6n8xY5+A64Q0RNDwe79SbNEIVoduSu5yOroqGhz/TnUFUpYFjQ+rw/hDdCIb/A== X-Received: by 2002:a05:6a20:4408:b0:cd:3069:28cd with SMTP id ce8-20020a056a20440800b000cd306928cdmr1342546pzb.39.1678918074132; Wed, 15 Mar 2023 15:07:54 -0700 (PDT) Received: from ?IPV6:2607:fb90:461:2716:e238:1045:250f:29af? ([2607:fb90:461:2716:e238:1045:250f:29af]) by smtp.gmail.com with ESMTPSA id k17-20020aa792d1000000b005a84ef49c63sm3928469pfa.214.2023.03.15.15.07.52 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 15 Mar 2023 15:07:53 -0700 (PDT) Message-ID: Date: Wed, 15 Mar 2023 16:07:51 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH v2] PR target/89828 Inernal compiler error on -fno-omit-frame-pointer Content-Language: en-US To: Yoshinori Sato , gcc-patches@gcc.gnu.org References: <7e49f36f-73d6-bf9b-fe83-b36474e09ae2@gmail.com> <20230315075103.1039307-1-ysato@users.sourceforge.jp> From: Jeff Law In-Reply-To: <20230315075103.1039307-1-ysato@users.sourceforge.jp> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP 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: On 3/15/23 01:51, Yoshinori Sato wrote: > What about this? > It no longer occurs for me. > > gcc/config/rx/ > * rx.cc (add_pop_cfi_notes): Release the frame pointer if it is used. > (rx_expand_prologue): Redesigned stack pointer and frame pointer update process. That fixes the problems building newlib. It also fixes roughly 300 failures in the testsuite (primarily fixing ICEs in dwarf2out_frame_debug_adjust_cfa). So the next step is to sit down with the code and review it :-) jeff