This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/13659] New: error: no matching function for call to


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]