This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11578] cp/mangle.c doesn't handle __typeof__
- 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: 18 Jul 2003 15:05:48 -0000
- Subject: [Bug c++/11578] cp/mangle.c doesn't handle __typeof__
- References: <20030718145900.11578.jakub@gcc.gnu.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=11578
------- Additional Comments From gdr at integrable-solutions dot net 2003-07-18 15:05 -------
Subject: Re: New: cp/mangle.c doesn't handle __typeof__
"jakub at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:
| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11578
|
| Summary: cp/mangle.c doesn't handle __typeof__
I think there is already a PR for this issue. (Same for __alignof__).
It should follow the same line of treatment as we got for
__imag__/__real__ recently. Will look into that.
-- Gaby