From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 0FF423858D32; Mon, 14 Nov 2022 21:25:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 0FF423858D32 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.96,164,1665475200"; d="scan'208";a="87112250" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 14 Nov 2022 13:25:31 -0800 IronPort-SDR: kfX+RPQIvVaAQlSHdoqa+mmslgiQI+7/fPoYjFezFLVDrtK2KkE43tLSXtGTNAosPOHkvGk6zK rX7hwudMcbVlXKFrbwrSmUMn4vvViTk3fR+4G1Hy3Lw5SdWDuzj4ibPJN59Iu8vM5GW8BZheVv A57wvuKfSYb00QkScPN0cd5l/kuC+M5fMlby2T23TmC3J5k12Yu/9rV7Y+lsQcCyApmifmUelR XdU8AaMhTiciMpWZ+uyW6BPPzCMbFbBKuhgKl2uJpUMivolXrQ+RhxCdhkFZrsjfFdGo20F17w aY8= Date: Mon, 14 Nov 2022 21:25:25 +0000 From: Joseph Myers To: Bernhard Reutner-Fischer CC: , Bernhard Reutner-Fischer , Subject: Re: [PATCH 1/5] c: Set the locus of the function result decl In-Reply-To: <20221112234543.95441-2-aldot@gcc.gnu.org> Message-ID: <85d5beb-a3ff-e1f2-bc4-7c8a101cc35f@codesourcery.com> References: <20221112234543.95441-1-aldot@gcc.gnu.org> <20221112234543.95441-2-aldot@gcc.gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-07.mgc.mentorg.com (139.181.222.7) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3110.0 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no 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 Sun, 13 Nov 2022, Bernhard Reutner-Fischer via Gcc-patches wrote: > Bootstrapped and regtested on x86_86-unknown-linux with no regressions. > Ok for trunk? > > Cc: Joseph Myers > --- > gcc/c/ChangeLog: > > * c-decl.cc (start_function): Set the result decl source > location to the location of the typespec. OK. -- Joseph S. Myers joseph@codesourcery.com