From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.polymtl.ca (smtp.polymtl.ca [132.207.4.11]) by sourceware.org (Postfix) with ESMTPS id 31C8D3858D39; Wed, 2 Mar 2022 16:45:48 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 31C8D3858D39 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 222GjTuK000784 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 2 Mar 2022 11:45:34 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 222GjTuK000784 Received: from [10.0.0.11] (192-222-157-6.qc.cable.ebox.net [192.222.157.6]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id AC1611EDF0; Wed, 2 Mar 2022 11:45:28 -0500 (EST) Message-ID: <6d70655f-22eb-96fd-85e8-ebe609dfe533@polymtl.ca> Date: Wed, 2 Mar 2022 11:45:28 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.6.1 Subject: =?UTF-8?B?UmU6IOWbnuWkje+8mi4uLy4uL2dkYnN1cHBvcnQvbmV3LW9wLmNjOjEz?= =?UTF-8?B?NzoxOiBlcnJvcjog4oCYdm9pZCBvcGVyYXRvciBkZWxldGUgW10odm9pZCosIHN0?= =?UTF-8?B?ZDo6c2l6ZV90KeKAmSBpcyBhIHVzdWFsIChub24tcGxhY2VtZW50KSBkZWFsbG9j?= =?UTF-8?Q?ation_function_in_C++14_=28or_with_-fsized-deallocation=29_=5b-We?= =?UTF-8?Q?rror=3dc++14-compat=5d?= Content-Language: en-US To: =?UTF-8?B?5ZGo5pil5piOKOaXpeaciCk=?= , Gdb-patches , gdb-patches Cc: Louis-He <1726110778@qq.com>, Dominique Quatravaux , Sam Warner References: <65ee9ce9-34db-4434-9cc6-34378f96bee9.riyue.zcm@alibaba-inc.com> <46908d9f-d3bf-bd2f-3a63-1d8429ac8ab8@polymtl.ca> <460c98ca-9e94-401b-8838-d6273ac2b641.riyue.zcm@alibaba-inc.com> From: Simon Marchi In-Reply-To: <460c98ca-9e94-401b-8838-d6273ac2b641.riyue.zcm@alibaba-inc.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Wed, 2 Mar 2022 16:45:29 +0000 X-Spam-Status: No, score=-3031.5 required=5.0 tests=BAYES_00, BODY_8BITS, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, 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: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2022 16:45:49 -0000 > Hi, > > Can you give a bit more info? > [David] of course. > > - compiler and compiler version > [David] > > gcc (Ubuntu 5.4.0-6ubuntu1~16.04.12) 5.4.0 20160609 > > > - OS and OS version > [David] > > 16.04.1-Ubuntu > > > - your complete configure line > [David] > > ../configure --enable-64-bit-bfd --enable-targets="x86_64-linux-gnu,alippu-unknown-unknown" --disable-ld --disable-gas --disable-gdbserver --disable-sim --enable-tui --disable-gdbtk --disable-shared --with-expat --with-system-zlib --without-guile --with-lzma --with-python=python3 > > > - the build command line for that file, given by "make V=1" > [David] > > g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../gdbsupport -I../../gdbsupport/../include -I../../gdbsupport/../gdb -I../gnulib/import -I../../gdbsupport/../gnulib/import -I.. -I../../gdbsupport/.. -I../bfd -I../../gdbsupport/../bfd -Wall -Wpointer-arith -Wno-unused -Wunused-value -Wunused-variable -Wunused-function -Wno-switch -Wno-char-subscripts -Wempty-body -Wunused-but-set-parameter -Wunused-but-set-variable -Wno-sign-compare -Wno-error=maybe-uninitialized -Wsuggest-override -Wmissing-declarations -Wstrict-null-sentinel -Wformat -Wformat-nonliteral -Werror -g -O2 -MT new-op.o -MD -MP -MF .deps/new-op.Tpo -c -o new-op.o ../../gdbsupport/new-op.cc Thanks, it seems like Andrew managed to reproduce the problem with this information, I'll reply to his message. Simon