]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR c++/11510 (Error message with operator __imag__ is missing spaces)
authorGabriel Dos Reis <gdr@integrable-solutions.net>
Mon, 14 Jul 2003 17:45:08 +0000 (17:45 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Mon, 14 Jul 2003 17:45:08 +0000 (17:45 +0000)
commit19948e32a8be1a439f58c2d34a7f0b03ec03b85c
tree9e88937e0bee4564255bc4672f58497ac390c16f
parentc18b00c0d3d51780b2842f3cad567feb1a9b9d9f
re PR c++/11510 (Error message with operator __imag__ is missing spaces)

PR c++/11510
* call.c (op_error): Properly handle REALPART_EXPR
  and IMAGPART_EXPR.
* error.c (dump_expr): Likewise.

From-SVN: r69340
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/error.c