This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11510] Error message with operator __imag__ is missing spaces
- From: "gdr at integrable-solutions dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jul 2003 17:20:25 -0000
- Subject: [Bug c++/11510] Error message with operator __imag__ is missing spaces
- References: <20030712235410.11510.bangerth@dealii.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11510
------- Additional Comments From gdr at integrable-solutions dot net 2003-07-14 17:20 -------
Subject: Re: Error message with operator __imag__ is missing spaces
"bangerth at dealii dot org" <gcc-bugzilla@gcc.gnu.org> writes:
| Gaby: it's the patch that is referenced in the audit trail of PR 11437.
Thank. I got it: The problem comes from cp/call.c:op_error which
thinks that __imag__/__real__ is "ordinary" operators.
Investigating patch.
-- Gaby