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



Marc Glisse <glisse at gcc dot gnu.org> changed:



           What    |Removed                     |Added

----------------------------------------------------------------------------

                 CC|marc.glisse at ens dot fr   |glisse at gcc dot gnu.org



--- Comment #3 from Marc Glisse <glisse at gcc dot gnu.org> 2012-12-18 20:53:52 
UTC ---

If I have:

void f(double);

void f(float32x4_t);

float a;

what should f(a) do? Not sure that's the right question (I am sick this week,

so I have an excuse for posting nonsense), but hopefully you see the point,

adding implicit conversions has a lot of consequences, which might be good but

need to be considered.

Reply via email to