http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56725

--- Comment #8 from Manuel López-Ibáñez <manu at gcc dot gnu.org> 2013-03-27 
19:48:21 UTC ---
(In reply to comment #7)

> manuel@gcc10:~$ ~/test1/195333/build/gcc/cc1plus test.cc -fpermissive
> test.cc:4:5: note:   initializing argument 3 of ‘int callf(int, int, int
> (*)(double*))’ 
>  int callf (int, int, int (*)(double *));
>      ^

Typo! The command-line is actually:

manuel@gcc10:~$ ~/test1/195333/build/gcc/cc1plus test.cc -fpermissive -w

Reply via email to