public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug plugins/41757] Add PLUGIN_FINISH_DECL
       [not found] <bug-41757-4@http.gcc.gnu.org/bugzilla/>
@ 2010-10-15 20:12 ` pluto at agmk dot net
  2010-10-19 20:02 ` dnovillo at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: pluto at agmk dot net @ 2010-10-15 20:12 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Pawel Sikora <pluto at agmk dot net> 2010-10-15 20:11:57 UTC ---
ping, ping.

please, can we finally get this useful hook in 4.5/4.6?


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

* [Bug plugins/41757] Add PLUGIN_FINISH_DECL
       [not found] <bug-41757-4@http.gcc.gnu.org/bugzilla/>
  2010-10-15 20:12 ` [Bug plugins/41757] Add PLUGIN_FINISH_DECL pluto at agmk dot net
@ 2010-10-19 20:02 ` dnovillo at gcc dot gnu.org
  2010-11-29 21:19 ` bhackett1024 at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: dnovillo at gcc dot gnu.org @ 2010-10-19 20:02 UTC (permalink / raw)
  To: gcc-bugs

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

Diego Novillo <dnovillo at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dnovillo at gcc dot gnu.org

--- Comment #3 from Diego Novillo <dnovillo at gcc dot gnu.org> 2010-10-19 20:02:45 UTC ---
We still have not received copyright assignment paperwork from Brian, so we are
not able to accept the patch unfortunately.


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

* [Bug plugins/41757] Add PLUGIN_FINISH_DECL
       [not found] <bug-41757-4@http.gcc.gnu.org/bugzilla/>
  2010-10-15 20:12 ` [Bug plugins/41757] Add PLUGIN_FINISH_DECL pluto at agmk dot net
  2010-10-19 20:02 ` dnovillo at gcc dot gnu.org
@ 2010-11-29 21:19 ` bhackett1024 at gmail dot com
  2012-05-22 12:36 ` pageexec at freemail dot hu
  2014-03-08 15:06 ` devurandom at gmx dot net
  4 siblings, 0 replies; 5+ messages in thread
From: bhackett1024 at gmail dot com @ 2010-11-29 21:19 UTC (permalink / raw)
  To: gcc-bugs

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

Brian Hackett <bhackett1024 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bhackett1024 at gmail dot
                   |                            |com

--- Comment #4 from Brian Hackett <bhackett1024 at gmail dot com> 2010-11-29 20:53:17 UTC ---
What paperwork still needs to be done for this (9 line) patch?  The FSF should
have my personal copyright assignment, but I could not get one from my employer
when I wrote the patch, Stanford University (according to Stanford's policies
they would not claim copyright on this patch).  I now work for Mozilla, which I
think has a company wide copyright assignment.

The last time I tried to add this hook
(http://gcc.gnu.org/ml/gcc-patches/2010-04/msg00780.html), the copyright issue
seemed OK but the patch was blocked on account of adding a function call to
every finish_decl.  That issue has since been fixed by making
invoke_plugin_callbacks a static inline function.


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

* [Bug plugins/41757] Add PLUGIN_FINISH_DECL
       [not found] <bug-41757-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2010-11-29 21:19 ` bhackett1024 at gmail dot com
@ 2012-05-22 12:36 ` pageexec at freemail dot hu
  2014-03-08 15:06 ` devurandom at gmx dot net
  4 siblings, 0 replies; 5+ messages in thread
From: pageexec at freemail dot hu @ 2012-05-22 12:36 UTC (permalink / raw)
  To: gcc-bugs

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

pageexec at freemail dot hu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pageexec at freemail dot hu

--- Comment #5 from pageexec at freemail dot hu 2012-05-22 11:49:47 UTC ---
this feature seems to have been implemented already in gcc 4.7.x, can it be
backported to 4.5.x and 4.6.x perhaps? it would make life easier for plugin
writers who would like to provide the same features for all the plugin capable
gcc series.


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

* [Bug plugins/41757] Add PLUGIN_FINISH_DECL
       [not found] <bug-41757-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2012-05-22 12:36 ` pageexec at freemail dot hu
@ 2014-03-08 15:06 ` devurandom at gmx dot net
  4 siblings, 0 replies; 5+ messages in thread
From: devurandom at gmx dot net @ 2014-03-08 15:06 UTC (permalink / raw)
  To: gcc-bugs

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

devurandom at gmx dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |devurandom at gmx dot net

--- Comment #6 from devurandom at gmx dot net ---
(In reply to PaX Team from comment #5)
> this feature seems to have been implemented already in gcc 4.7.x, can it be
> backported to 4.5.x and 4.6.x perhaps?

I would like to see that happen, too. E.g. gcc-lua-cdecl and Gentoo's
hardened-sources would benefit from this.


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

end of thread, other threads:[~2014-03-08 15:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-41757-4@http.gcc.gnu.org/bugzilla/>
2010-10-15 20:12 ` [Bug plugins/41757] Add PLUGIN_FINISH_DECL pluto at agmk dot net
2010-10-19 20:02 ` dnovillo at gcc dot gnu.org
2010-11-29 21:19 ` bhackett1024 at gmail dot com
2012-05-22 12:36 ` pageexec at freemail dot hu
2014-03-08 15:06 ` devurandom at gmx dot net

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).