Package: g++
Version: 2:2.95.4-14
Severity: normal
If you try to compile the program given below you will get the
following:
$ g++ test.cc
test.cc: In function `int main()':
test.cc:24: no matching function for call to `B::p1 (int)'
test.cc:16: candidates are: void B::p1()
So, the function B::p1
Package: g77
Version: 2:2.95.4-9
Severity: important
When trying to compile the program below g77 reports the following
error message.
Sorry for the long program. It was not written by me. I just wanted
to compile it. Under g77-3.0 it compiles.
Greetings, Heiko
$ g77 -c clx.f
clx.f: In p
2 matches
Mail list logo