[Bug c++/11357] no conversion of build-in binary operator argument attempted

gdr at integrable-solutions dot net gcc-bugzilla@gcc.gnu.org
Wed Sep 10 03:07:00 GMT 2003


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From gdr at integrable-solutions dot net  2003-09-10 03:07 -------
Subject: Re:  no conversion of build-in binary operator argument attempted

"bangerth at dealii dot org" <gcc-bugzilla@gcc.gnu.org> writes:

| What is confusing is that we are looking for a match 
|   float * A 
| but the message says that we are looking for 
|   1.0 * a 
| i.e. it gives values instead of types.

Printing expressions is the right thing to do.  However, the defect is
in printing 1.0 instead of 1.0f.

-- Gaby



More information about the Gcc-bugs mailing list