This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11437] ICE in lookup_name_real
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jul 2003 23:17:59 -0000
- Subject: [Bug c++/11437] ICE in lookup_name_real
- References: <20030704210335.11437.debian-gcc@lists.debian.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=11437
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |neroden at gcc dot gnu dot
| |org
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From bangerth at dealii dot org 2003-07-12 23:17 -------
Nathanael,
the error message has no spaces before or after the __imag__, in both parts
where it occurs. Can you add another patch to insert it there, i.e. rewrite
operator__imag__
into
operator __imag__
and
__imag__a
into
__imag__ a
?
Thanks (and thanks for fixing the ICE in the first place!)
Wolfgang