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

bangerth at dealii dot org gcc-bugzilla@gcc.gnu.org
Wed Sep 10 01:51: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


bangerth at dealii dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |gdr at gcc dot gnu dot org
                   |dot org                     |
             Status|SUSPENDED                   |ASSIGNED


------- Additional Comments From bangerth at dealii dot org  2003-09-10 01:50 -------
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. From the value 1.0 it is not clear that this 
should be a float; in fact, one would think that the first argument needs to be 
a double instead, since the numeric literal 1.0 has type double. 
 
W.



More information about the Gcc-bugs mailing list