------- Comment #3 from pinskia at gcc dot gnu dot org 2005-10-29 20:14 ------- (In reply to comment #1) > I suspect there are lots of presumptions in the compiler that arithmetic > operations such as PLUS_EXPR and MULT_EXPR have both operands of the same > type, which would need to be fixed to represent a real*complex product > properly.
Or get the front-end emitting the correct code in the first place and not worry about real*complex in the middle-end which is a much better option and safer one. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24581