From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yb1-xb32.google.com (mail-yb1-xb32.google.com [IPv6:2607:f8b0:4864:20::b32]) by sourceware.org (Postfix) with ESMTPS id 069563858428 for ; Tue, 14 Dec 2021 16:25:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 069563858428 Received: by mail-yb1-xb32.google.com with SMTP id v138so47584121ybb.8 for ; Tue, 14 Dec 2021 08:25:55 -0800 (PST) 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; bh=ulqBxeFBV2UjKJIRiUyJchedTteRd47VPbPf8KEffGE=; b=DKhd7/Q8a6XRTJm384dutIzOh9aEnNHoWAsk6CTUenrE0S4NgdbBn5SFTavOEXUpGS obSivH2Qilu4Hye7b7SnzkwyxLOP6Mv44+89cgwfChHmLJec0tE6guRIiFln5zD26P0M Sx5sh5ltcdTfb+rFO+fJK5A/Nos/rU63NcZVZwv2EkXk7UomlHJsbXDlDXPialuOFGQz sgf2Q+P/ITAvfj/9Z5f9zFnVCxohpCEg16Lw5L2a0rrwW1EqJ5UcrtS3eO8dxQRWK1Js Yt4RIqdNn4ru2TwMy63PZpEXa4EpNySwnob8rgxeOkqcbHWQSiARM8WNKVJzx3arBFiX tOCw== X-Gm-Message-State: AOAM531/ly2FsNAOozCGkQyGUhr9+hKFw9NNgm4HNfWXM96/9axbWvYr 0zqAuOpuvmt+KN2Q4YWqu9pk5vyJz1Egg97GQ8/87fqFQOI= X-Google-Smtp-Source: ABdhPJwoUG0Ijhd+Ab+RnQyFVHs33iEci3MZS6sQy8Pbqt9NvY1YwwsWzZrYSKzn0x9gfD8kOo0f7gqh9jza7eUlh80= X-Received: by 2002:a5b:4ca:: with SMTP id u10mr6788957ybp.249.1639499155154; Tue, 14 Dec 2021 08:25:55 -0800 (PST) MIME-Version: 1.0 From: =?UTF-8?Q?Marc_Nieper=2DWi=C3=9Fkirchen?= Date: Tue, 14 Dec 2021 17:25:42 +0100 Message-ID: Subject: Labels as values To: jit@gcc.gnu.org X-Spam-Status: No, score=0.5 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, KAM_SHORT, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: jit@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Jit mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Dec 2021 16:25:57 -0000 Hi, libgccjit does not yet offer labels as values ([1]), does it? Would void gcc_jit_block_end_with_jump_through_ptr (gcc_jit_block *block, gcc_jit_location *loc, gcc_jit_rvalue *block_ptr) and gcc_jit_rvalue *gcc_jit_block_get_address (gcc_jit_block *block, gcc_jit_location *loc) be a sufficient API? Thanks, Marc -- [1] https://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html