[Bug c++/13657] Error message incorrectly describes return type as argument type

2011-10-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13657 Paolo Carlini changed: What|Removed |Added CC|gcc-bugs at gcc dot gnu.org |jason at gcc dot gnu.org,

[Bug c++/13657] Error message incorrectly describes return type as argument type

2011-10-19 Thread jason at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13657 --- Comment #4 from Jason Merrill 2011-10-19 20:52:01 UTC --- I think just making the error message more general makes sense here, something along the lines of "cannot convert..."

[Bug c++/13657] Error message incorrectly describes return type as argument type

2011-10-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13657 --- Comment #5 from Paolo Carlini 2011-10-19 22:06:56 UTC --- Ok, thanks, I'm doing that.

[Bug c++/13657] Error message incorrectly describes return type as argument type

2011-10-19 Thread paolo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13657 --- Comment #6 from paolo at gcc dot gnu.org 2011-10-19 22:46:01 UTC --- Author: paolo Date: Wed Oct 19 22:45:58 2011 New Revision: 180228 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=180228 Log: /cp 2011-10-19 Paolo Carlini PR

[Bug c++/13657] Error message incorrectly describes return type as argument type

2011-10-19 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13657 Paolo Carlini changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug c++/13657] Error message incorrectly describes return type as argument type

2007-01-26 Thread manu at gcc dot gnu dot org
--- Comment #2 from manu at gcc dot gnu dot org 2007-01-26 23:47 --- (In reply to comment #0) > The error message is basically correct, but there is no `argument' here. The > error message should refer to the return type instead. It might suffice to > simply replace the word `argument

[Bug c++/13657] Error message incorrectly describes return type as argument type

2005-11-26 Thread gdr at gcc dot gnu dot org
-- gdr at gcc dot gnu dot org changed: What|Removed |Added CC||gdr at gcc dot gnu dot org AssignedTo|unassigned at gcc dot gnu