From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14608 invoked by alias); 16 Dec 2014 10:09:59 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 14458 invoked by uid 89); 16 Dec 2014 10:09:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx2.suse.de Received: from cantor2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Tue, 16 Dec 2014 10:09:56 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 1F5BCAC06; Tue, 16 Dec 2014 10:09:53 +0000 (UTC) From: Andreas Schwab To: Jason Merrill Cc: gcc-patches List Subject: Re: C++ PATCH for C++14 sized deallocation References: <548F28D2.5090505@redhat.com> X-Yow: I wonder if there's anything GOOD on tonight? Date: Tue, 16 Dec 2014 10:17:00 -0000 In-Reply-To: <548F28D2.5090505@redhat.com> (Jason Merrill's message of "Mon, 15 Dec 2014 13:30:42 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2014-12/txt/msg01317.txt.bz2 spawn /daten/aranym/gcc/gcc-20141216/Build/gcc/testsuite/g++/../../xg++ -B/daten/aranym/gcc/gcc-20141216/Build/gcc/testsuite/g++/../../ /daten/aranym/gcc/gcc-20141216/gcc/testsuite/g++.dg/abi/covariant4.C -fno-diagnostics-show-caret -fdiagnostics-color=never -nostdinc++ -I/daten/aranym/gcc/gcc-20141216/Build/m68k-linux/libstdc++-v3/include/m68k-linux -I/daten/aranym/gcc/gcc-20141216/Build/m68k-linux/libstdc++-v3/include -I/daten/aranym/gcc/gcc-20141216/libstdc++-v3/libsupc++ -I/daten/aranym/gcc/gcc-20141216/libstdc++-v3/include/backward -I/daten/aranym/gcc/gcc-20141216/libstdc++-v3/testsuite/util -fmessage-length=0 -std=c++14 -pedantic-errors -Wno-long-long -L/daten/aranym/gcc/gcc-20141216/Build/m68k-linux/./libstdc++-v3/src/.libs -B/daten/aranym/gcc/gcc-20141216/Build/m68k-linux/./libstdc++-v3/src/.libs -L/daten/aranym/gcc/gcc-20141216/Build/m68k-linux/./libstdc++-v3/src/.libs -lm -o ./covariant4.exe. /tmp/cc3x0AbC.o: In function `Model::~Model()':. covariant4.C:(.text._ZN5ModelD2Ev[_ZN5ModelD5Ev]+0x1e): undefined reference to `operator delete(void*, unsigned int)'. /tmp/cc3x0AbC.o: In function `Model::~Model()':. covariant4.C:(.text._ZN5ModelD0Ev[_ZN5ModelD5Ev]+0x1a): undefined reference to `operator delete(void*, unsigned int)'. /tmp/cc3x0AbC.o: In function `R::~R()':. covariant4.C:(.text._ZN1RD2Ev[_ZN1RD2Ev]+0x52): undefined reference to `operator delete(void*, unsigned int)'. /tmp/cc3x0AbC.o: In function `A::~A()':. covariant4.C:(.text._ZN1AD2Ev[_ZN1AD2Ev]+0x52): undefined reference to `operator delete(void*, unsigned int)'. /tmp/cc3x0AbC.o: In function `RA::~RA()':. covariant4.C:(.text._ZN2RAD2Ev[_ZN2RAD2Ev]+0x90): undefined reference to `operator delete(void*, unsigned int)'. /tmp/cc3x0AbC.o:covariant4.C:(.text._ZN3EQUD1Ev[_ZN3EQUD1Ev]+0x6a): more undefined references to `operator delete(void*, unsigned int)' follow. collect2: error: ld returned 1 exit status. compiler exited with status 1 Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."