From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BDDA53858404; Wed, 7 Jun 2023 11:09:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BDDA53858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1686136192; bh=lBkCkDcuEsrLx4S/Jw1uHiUZ9tBPQz7hO63sskPpeD8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GZ/5gM+QDVXUeCVvG8c3SlIdDvoeOcHWZJYhTzg4tKlHhUnlyWXrYPHxtTSffl1X1 wOCHJ7bcP3CipgWUGwY4WHMfeSvw8un9quGmXV31AT5XpiPOEnVPc3Gn7aFGL5wu+0 M2yfuNdthGsAtG3JRW1Dm2iify3vEFVh5Jbe7c9c= From: "141242068 at smail dot nju.edu.cn" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/110154] When compiling __builtin_frame_address with a relatively large argument, GCC-trunk takes up a significant amount of time. Date: Wed, 07 Jun 2023 11:09:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: 141242068 at smail dot nju.edu.cn X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110154 wierton <141242068 at smail dot nju.edu.cn> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|UNCONFIRMED |RESOLVED --- Comment #1 from wierton <141242068 at smail dot nju.edu.cn> --- not a bug=