From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x102c.google.com (mail-pj1-x102c.google.com [IPv6:2607:f8b0:4864:20::102c]) by sourceware.org (Postfix) with ESMTPS id 6A51F3888825 for ; Fri, 18 Mar 2022 19:38:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 6A51F3888825 Received: by mail-pj1-x102c.google.com with SMTP id b8so8187763pjb.4 for ; Fri, 18 Mar 2022 12:38:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=faLgJEQ5shIOSpUJcsb0Xz8IWRQ7gm8i7I4/hbKKpEg=; b=COjqgODjTVEZ+65K3Q1pA2BQ4aZMCXLLUui3/Hi4LQMqR36F94cijXsScWwlbczO6e 46O6Wnbzfpm2yXCV2WuKRONDa0fS5wNhbMKISCqiyvsgV+V+ntnnLYQZpKyevA8vuCFp DW9uB6GfChzce02ohLTBNTdaanRAPPcV8eHLgDUn5RMZk/4S954SrFBwiiGfaBcq+as6 XV8h7kTrPKQ4CdlQb6AS99Lj6O2yscEfYsYw7r2rx0HUhOFrCP8pzuNbfzPYPORGGr5+ lspvOrB3/YIYHhWjFsnUEtimtLhnNGYLsWKNYs6N3jRFTHTCk2H5PJvWNwfGEqplBT23 WJKA== X-Gm-Message-State: AOAM5319miNLH2BmHoOOpc0T0jjUIXksyugtK79X6lJkuGo0n0+ZUPwQ gICfCrpakMF5EEFtXNSRdarRPpJJ9Ps+4WYCY8NL5g+57po= X-Google-Smtp-Source: ABdhPJzxif4yeId7tACY+Xyr/OnhAOGbaolh7gV/tyfuQZOYDjo99P+bvgtGHs9RHvIyb9uTwRSZwFoqyse/LSNyGiY= X-Received: by 2002:a17:902:e890:b0:151:e9c1:6386 with SMTP id w16-20020a170902e89000b00151e9c16386mr1090843plg.40.1647632333160; Fri, 18 Mar 2022 12:38:53 -0700 (PDT) MIME-Version: 1.0 From: Krishna Narayanan Date: Sat, 19 Mar 2022 01:08:41 +0530 Message-ID: Subject: GSoC: cp demangle non recursive To: Martin Jambor Cc: gcc@gcc.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=0.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2022 19:38:56 -0000 Hello, I have a doubt regarding the recursion part in demangle.c, what should be the expected report when the recursion limit has been reached,Secondly the verbose which has to be printed for the C linkage, what should be the info that has to be displayed. I have started working on the introduction of stacks in the file but there is implicit recursion which hinders a lot,Hopefully I should come up with something comprehensive subsequently. Thanks, Krishna Narayanan.