Hi,

I have a patch in testing which streamlines a bit <complex> and wanted
to make sure we are supporting well mixed-mode __complex__ arithmetic, like:

  __complex__ double cd1;
  __complex__ float cf1;

  cd1 *= cf1;

are we aware of any special problem in this area?

Thanks!
Paolo.

Reply via email to