public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/9381] [3.4 regression] [new parser] rejects attribute on member function pointer
       [not found] <20030121045600.9381.drepper@redhat.com>
@ 2003-06-08 18:54 ` pinskia@physics.uc.edu
  2003-06-28 17:19 ` nathan at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: pinskia@physics.uc.edu @ 2003-06-08 18:54 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9381


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |3.4


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/9381] [3.4 regression] [new parser] rejects attribute on member function pointer
       [not found] <20030121045600.9381.drepper@redhat.com>
  2003-06-08 18:54 ` [Bug c++/9381] [3.4 regression] [new parser] rejects attribute on member function pointer pinskia@physics.uc.edu
@ 2003-06-28 17:19 ` nathan at gcc dot gnu dot org
  2003-06-28 17:21 ` nathan at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: nathan at gcc dot gnu dot org @ 2003-06-28 17:19 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9381


nathan at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
   Last reconfirmed|0000-00-00 00:00:00         |2003-06-28 17:19:47
               date|                            |


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/9381] [3.4 regression] [new parser] rejects attribute on member function pointer
       [not found] <20030121045600.9381.drepper@redhat.com>
  2003-06-08 18:54 ` [Bug c++/9381] [3.4 regression] [new parser] rejects attribute on member function pointer pinskia@physics.uc.edu
  2003-06-28 17:19 ` nathan at gcc dot gnu dot org
@ 2003-06-28 17:21 ` nathan at gcc dot gnu dot org
  2003-06-28 17:32 ` nathan at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: nathan at gcc dot gnu dot org @ 2003-06-28 17:21 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9381


nathan at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |nathan at gcc dot gnu dot
                   |dot org                     |org
             Status|ASSIGNED                    |NEW


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/9381] [3.4 regression] [new parser] rejects attribute on member function pointer
       [not found] <20030121045600.9381.drepper@redhat.com>
                   ` (2 preceding siblings ...)
  2003-06-28 17:21 ` nathan at gcc dot gnu dot org
@ 2003-06-28 17:32 ` nathan at gcc dot gnu dot org
  2004-01-01  4:19 ` pinskia at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: nathan at gcc dot gnu dot org @ 2003-06-28 17:32 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9381


nathan at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2003-06-28 17:19:47         |2003-06-28 17:32:56
               date|                            |


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/9381] [3.4 regression] [new parser] rejects attribute on member function pointer
       [not found] <20030121045600.9381.drepper@redhat.com>
                   ` (3 preceding siblings ...)
  2003-06-28 17:32 ` nathan at gcc dot gnu dot org
@ 2004-01-01  4:19 ` pinskia at gcc dot gnu dot org
  2004-01-01  7:08 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-01  4:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-01 04:19 -------
Already fixed in 3.4:
        pushl   %ebx
        .....
        .....
        call    *%edx
        addl    $8, %esp
        popl    %ebx
        ret

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #3466|application/octet-stream    |text/plain
          mime type|                            |
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9381


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/9381] [3.4 regression] [new parser] rejects attribute on member function pointer
       [not found] <20030121045600.9381.drepper@redhat.com>
                   ` (5 preceding siblings ...)
  2004-01-01  7:08 ` pinskia at gcc dot gnu dot org
@ 2004-01-01  7:08 ` pinskia at gcc dot gnu dot org
  2004-01-01  8:26 ` [Bug c++/9381] attribute on member function pointer have no effect pinskia at gcc dot gnu dot org
  2005-06-20  4:05 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-01  7:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-01 07:08 -------
*** Bug 11893 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |boaz at hishome dot net


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9381


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/9381] [3.4 regression] [new parser] rejects attribute on member function pointer
       [not found] <20030121045600.9381.drepper@redhat.com>
                   ` (4 preceding siblings ...)
  2004-01-01  4:19 ` pinskia at gcc dot gnu dot org
@ 2004-01-01  7:08 ` pinskia at gcc dot gnu dot org
  2004-01-01  7:08 ` pinskia at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-01  7:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-01 07:08 -------
The code is wrong now, I should of said that.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9381


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/9381] attribute on member function pointer have no effect
       [not found] <20030121045600.9381.drepper@redhat.com>
                   ` (6 preceding siblings ...)
  2004-01-01  7:08 ` pinskia at gcc dot gnu dot org
@ 2004-01-01  8:26 ` pinskia at gcc dot gnu dot org
  2005-06-20  4:05 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-01  8:26 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-01 08:26 -------
Not a regression any more.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|nathan at gcc dot gnu dot   |unassigned at gcc dot gnu
                   |org                         |dot org
             Status|REOPENED                    |NEW
            Summary|[3.4 regression] [new       |attribute on member function
                   |parser] rejects attribute on|pointer have no effect
                   |member function pointer     |
   Target Milestone|3.4.0                       |---


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9381


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug c++/9381] attribute on member function pointer have no effect
       [not found] <20030121045600.9381.drepper@redhat.com>
                   ` (7 preceding siblings ...)
  2004-01-01  8:26 ` [Bug c++/9381] attribute on member function pointer have no effect pinskia at gcc dot gnu dot org
@ 2005-06-20  4:05 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-20  4:05 UTC (permalink / raw)
  To: gcc-bugs


------- 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
----------------------------------------------------------------------------
   Last reconfirmed|2003-12-18 18:27:41         |2005-06-20 04:05:29
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=9381


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-06-20  4:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20030121045600.9381.drepper@redhat.com>
2003-06-08 18:54 ` [Bug c++/9381] [3.4 regression] [new parser] rejects attribute on member function pointer pinskia@physics.uc.edu
2003-06-28 17:19 ` nathan at gcc dot gnu dot org
2003-06-28 17:21 ` nathan at gcc dot gnu dot org
2003-06-28 17:32 ` nathan at gcc dot gnu dot org
2004-01-01  4:19 ` pinskia at gcc dot gnu dot org
2004-01-01  7:08 ` pinskia at gcc dot gnu dot org
2004-01-01  7:08 ` pinskia at gcc dot gnu dot org
2004-01-01  8:26 ` [Bug c++/9381] attribute on member function pointer have no effect pinskia at gcc dot gnu dot org
2005-06-20  4:05 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).