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++/56725] extra spaces in error message


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

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