This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/9381] attribute on member function pointer have no effect
- From: "techrazy dot yang at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jul 2008 07:43:51 -0000
- Subject: [Bug c++/9381] attribute on member function pointer have no effect
- References: <bug-9381-700@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #11 from techrazy dot yang at gmail dot com 2008-07-11 07:43 -------
Created an attachment (id=15898)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15898&action=view)
The testcase fail g++ 4.3.0
>From this bug http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11893, we know the
typeof operator make all things correctly. But in gcc 4.3.0, this operator
failed, too.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9381