From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from w1.tutanota.de (w1.tutanota.de [81.3.6.162]) by sourceware.org (Postfix) with ESMTPS id 378FF3858D3C for ; Mon, 29 Apr 2024 22:38:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 378FF3858D3C Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=tutamail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=tutamail.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 378FF3858D3C Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=81.3.6.162 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714430330; cv=none; b=NOr1421u9tDapHodA37QHTSeiqqj4woMi9vbQ6mFn7Xmq0fpLV5l4J1VGyYI6kuAdLqt1sGiOqiG5WN3AMM5BmsZObZgwgmAhPO1sMvrZThrPV55bwun7YoggaqNFBo2k8La5po5i7haiQcFX8RDoD5OeW0bYUgal5Vnoy4OFkE= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714430330; c=relaxed/simple; bh=xbPE650pgpeQIRLKbZ8xGIFv5EFFMtcllTxljXnxqlg=; h=DKIM-Signature:Date:From:To:Message-ID:Subject:MIME-Version; b=gofUj5e2DwtQCXNhlqvwt5plZEBYQKuSee0fDc/7qeIauRBNGsFPn1sY5JsLNLw6cV3+JYNbVr3zfcMVfUgnk+IhAo/baBi62ICA6tCxqmWdUoJeEHmNoeSATqaxvec3a9/yICKXtGdu8grCWGbzIjkjmU94kuh7jCzH9bxGyPQ= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w1.tutanota.de (Postfix) with ESMTP id DC427FBF831 for ; Mon, 29 Apr 2024 22:38:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1714430327; s=s1; d=tutamail.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=SNfM5nnowBdh0qYMD6AQBpnESQo5Ns/j03JKZwwQ09E=; b=hKsrf6Snm7kgXl96FIogIx16RrGLeneWrlbEta3CJVHf1DsQYR8UvMyxii+btXYE SpODl1eW2aS8SY0X4jxavdDkGEN6YBn8jA4xA2dTaPiDNRGXKQN+/C5n+vYrJ9IvWnC CiJrH5tsPgQqucEEV3gAYIdR3KJg2zqMjWpLObbaT+bnrQoZjaUvUMziIi+liktvj/c MytVHpeSzQyxGJFIRaeSE2sgxsF2JdRvixBtKnM4VLztgIvDQc8MOEU/yZu9kS+MmGc IeF5rD2g4H4/uxl0QC4iAyzB/b568Q9ZZpmRVdEIt6stjA1D65g9SrBC58MZ5qmr8MB z1vEqIZIjQ== Date: Tue, 30 Apr 2024 00:38:47 +0200 (CEST) From: 0xd@tutamail.com To: Gcc Help Message-ID: Subject: Reconciling -save-temps intermediate file with cfg MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_66800_1500190225.1714430327893" X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,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: ------=_Part_66800_1500190225.1714430327893 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I am attempting to reconcile the preprocessed C file with the cfg produced = from=C2=A0-fdump-tree-cfg-blocks-lineno. The resulting cfg identifies the l= ine numbers of basic blocks as they relate to the original source file, how= ever I am trying to correlate the bb's to the intermediate file (which is w= hat I'm ultimately parsing). Is there a way to do this? Thank you in advance for any help.= ------=_Part_66800_1500190225.1714430327893--