From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15020 invoked by alias); 12 Jan 2004 16:47:46 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 15011 invoked by uid 48); 12 Jan 2004 16:47:46 -0000 Date: Mon, 12 Jan 2004 16:47:00 -0000 From: "larsbj at gullik dot net" To: gcc-bugs@gcc.gnu.org Message-ID: <20040112164741.13659.larsbj@gullik.net> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/13659] New: error: no matching function for call to X-Bugzilla-Reason: CC X-SW-Source: 2004-01/txt/msg01242.txt.bz2 List-Id: The following two testcases fail to compile on current CVS, with this error mesage: g++ -Wall -W -o swap swap.C swap.C: In function `int main()': swap.C:10: error: no matching function for call to `swap(size_t&, size_t&)' g++ -Wall -W -o foo foo.C foo.C: In function `int main()': foo.C:18: error: no matching function for call to `f(int)' Tests show that 'cvs up -D "3 days ago"' work, but that 'cvs up -D "36 hours ago"' fail. -- Summary: error: no matching function for call to Product: gcc Version: 3.4.0 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: larsbj at gullik dot net CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13659