From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4452 invoked by alias); 7 Nov 2012 01:16:52 -0000 Received: (qmail 4441 invoked by uid 22791); 7 Nov 2012 01:16:51 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Nov 2012 01:16:46 +0000 Received: from [149.44.171.145] (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id A8D143F416; Tue, 6 Nov 2012 20:16:44 -0500 (EST) Date: Wed, 07 Nov 2012 01:16:00 -0000 From: Gerald Pfeifer To: Dominique Dhumieres cc: gcc-patches@gcc.gnu.org, tmsriram@google.com Subject: Re: User directed Function Multiversioning via Function Overloading (issue5752064) In-Reply-To: <20121106221750.91A453BABA@mailhost.lps.ens.fr> Message-ID: References: <20121106221750.91A453BABA@mailhost.lps.ens.fr> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1526356125-1352251005=:3550" X-IsSubscribed: yes 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 X-SW-Source: 2012-11/txt/msg00604.txt.bz2 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1526356125-1352251005=:3550 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8BIT Content-length: 1724 On Tue, 6 Nov 2012, Dominique Dhumieres wrote: > /opt/gcc/build_a/./prev-gcc/g++ -B/opt/gcc/build_a/./prev-gcc/ -B/opt/gcc/gcc4.8a/x86_64-apple-darwin10.8.0/bin/ -nostdinc++ -B/opt/gcc/build_a/prev-x86_64-apple-darwin10.8.0/libstdc++-v3/src/.libs -B/opt/gcc/build_a/prev-x86_64-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs -I/opt/gcc/build_a/prev-x86_64-apple-darwin10.8.0/libstdc++-v3/include/x86_64-apple-darwin10.8.0 -I/opt/gcc/build_a/prev-x86_64-apple-darwin10.8.0/libstdc++-v3/include -I/opt/gcc/_clean/libstdc++-v3/libsupc++ -L/opt/gcc/build_a/prev-x86_64-apple-darwin10.8.0/libstdc++-v3/src/.libs -L/opt/gcc/build_a/prev-x86_64-apple-darwin10.8.0/libstdc++-v3/libsupc++/.libs -c -DIN_GCC_FRONTEND -g -O2 -mdynamic-no-pic -gtoggle -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Werror -DHAVE_CONFIG_H -I. -Icp -I../../_clean/gcc -I../../_clean/gcc/cp -I../../_cle an/gcc/../include -I./../intl -I../../_clean/gcc/../libcpp/include -I/opt/mp/include -I../../_clean/gcc/../libdecnumber -I../../_clean/gcc/../libdecnumber/dpd -I../libdecnumber -I../../_clean/gcc/../libbacktrace -DCLOOG_INT_GMP -I/opt/mp/include ../../_clean/gcc/cp/class.c -o cp/class.o > ../../_clean/gcc/config/i386/i386.c:28821:1: error: 'tree_node* make_dispatcher_decl(tree)' defined but not used [-Werror=unused-function] > make_dispatcher_decl (const tree decl) > ^ > cc1plus: all warnings being treated as errors This should be fixed by a patch I committed directly before you sent your mail (which is why you did not see it yet). Can you please verify? Gerald --0-1526356125-1352251005=:3550--