[Bug c++/9381] attribute on member function pointer have no effect

2009-11-07 Thread jason at gcc dot gnu dot org
--- Comment #15 from jason at gcc dot gnu dot org 2009-11-07 20:24 --- Fixed for 4.4.3. The patch for 4.4 applied fine to 4.3, but didn't fix the bug there for some reason. -- jason at gcc dot gnu dot org changed: What|Removed |Added -

[Bug c++/9381] attribute on member function pointer have no effect

2009-11-07 Thread jason at gcc dot gnu dot org
--- Comment #14 from jason at gcc dot gnu dot org 2009-11-07 19:46 --- Subject: Bug 9381 Author: jason Date: Sat Nov 7 19:45:56 2009 New Revision: 153998 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=153998 Log: PR c++/9381 * decl2.c (build_memfn_type): Preserv

[Bug c++/9381] attribute on member function pointer have no effect

2009-11-05 Thread jason at gcc dot gnu dot org
-- jason at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |jason at gcc dot gnu dot org |dot org

[Bug c++/9381] attribute on member function pointer have no effect

2009-10-09 Thread jacek at codeweavers dot com
--- Comment #12 from jacek at codeweavers dot com 2009-10-09 13:24 --- (In reply to comment #6) > Not a regression any more. It is a regression now. It worked in 3.4 and doesn't work in 4.x. That's why I'm still using GCC 3.4.6. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9381

[Bug c++/9381] attribute on member function pointer have no effect

2008-07-11 Thread techrazy dot yang at gmail dot com
--- 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

[Bug c++/9381] attribute on member function pointer have no effect

2008-07-11 Thread techrazy dot yang at gmail dot com
--- Comment #10 from techrazy dot yang at gmail dot com 2008-07-11 07:41 --- (In reply to comment #1) > From: "Christian Ehrhardt" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re: c++/9381: stdcall attribute ignored in member function pointer > type >

[Bug c++/9381] attribute on member function pointer have no effect

2007-12-14 Thread pinskia at gcc dot gnu dot org
--- Comment #9 from pinskia at gcc dot gnu dot org 2007-12-14 20:26 --- *** Bug 34468 has been marked as a duplicate of this bug. *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added ---

[Bug c++/9381] attribute on member function pointer have no effect

2005-06-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-20 04:05 --- I do get a warning now, saying this attribute only applies to function pointers. -- What|Removed |Added --