public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug plugins/56754] some missing plugin headers during installation in gcc 4.8
       [not found] <bug-56754-4@http.gcc.gnu.org/bugzilla/>
@ 2013-03-28  3:22 ` zorry at gentoo dot org
  2013-03-30  5:26 ` nemykal at mercurylampe dot org
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: zorry at gentoo dot org @ 2013-03-28  3:22 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #1 from Magnus Granberg <zorry at gentoo dot org> 2013-03-28 03:22:04 UTC ---
Revision 188166 remove TARGET_H from GIMPLE_H.
when TARGET_H did get remove from GIMPLE_H it don't get
pass to IPA_PROP_H, so it can't get pass to PLUGIN_HEADERS.


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

* [Bug plugins/56754] some missing plugin headers during installation in gcc 4.8
       [not found] <bug-56754-4@http.gcc.gnu.org/bugzilla/>
  2013-03-28  3:22 ` [Bug plugins/56754] some missing plugin headers during installation in gcc 4.8 zorry at gentoo dot org
@ 2013-03-30  5:26 ` nemykal at mercurylampe dot org
  2013-03-31 21:33 ` zorry at gentoo dot org
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: nemykal at mercurylampe dot org @ 2013-03-30  5:26 UTC (permalink / raw)
  To: gcc-bugs


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

Michael Davies <nemykal at mercurylampe dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nemykal at mercurylampe dot
                   |                            |org

--- Comment #3 from Michael Davies <nemykal at mercurylampe dot org> 2013-03-30 05:26:32 UTC ---
I get this same error when trying to compile kernel 3.8.5 with the hardened
grsecurity patch, and selecting CONFIG_PAX_CONSTIFY_PLUGIN:

scripts/kconfig/conf --silentoldconfig Kconfig
  HOSTCXX -fPIC tools/gcc/colorize_plugin.o
  HOSTCXX -fPIC tools/gcc/constify_plugin.o
tools/gcc/constify_plugin.c:35:20: fatal error: target.h: No such file or
directory
 #include "target.h"
                    ^
compilation terminated.
make[1]: *** [tools/gcc/constify_plugin.o] Error 1
make: *** [gcc-plugins] Error 2



Worked fine in 4.7.2, doesn't work with 4.8.0


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

* [Bug plugins/56754] some missing plugin headers during installation in gcc 4.8
       [not found] <bug-56754-4@http.gcc.gnu.org/bugzilla/>
  2013-03-28  3:22 ` [Bug plugins/56754] some missing plugin headers during installation in gcc 4.8 zorry at gentoo dot org
  2013-03-30  5:26 ` nemykal at mercurylampe dot org
@ 2013-03-31 21:33 ` zorry at gentoo dot org
  2013-05-21  7:50 ` baldrick at gcc dot gnu.org
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: zorry at gentoo dot org @ 2013-03-31 21:33 UTC (permalink / raw)
  To: gcc-bugs


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

--- Comment #4 from Magnus Granberg <zorry at gentoo dot org> 2013-03-31 21:33:45 UTC ---
Created attachment 29761
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29761
This patch readd TARGET_H to PLUGIN_HEADERS

This patch is posted on gcc-patch ml and on
https://bugs.gentoo.org/show_bug.cgi?id=463564


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

* [Bug plugins/56754] some missing plugin headers during installation in gcc 4.8
       [not found] <bug-56754-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2013-03-31 21:33 ` zorry at gentoo dot org
@ 2013-05-21  7:50 ` baldrick at gcc dot gnu.org
  2013-05-21 12:45 ` pageexec at freemail dot hu
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 7+ messages in thread
From: baldrick at gcc dot gnu.org @ 2013-05-21  7:50 UTC (permalink / raw)
  To: gcc-bugs

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

Duncan Sands <baldrick at gcc dot gnu.org> changed:

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

--- Comment #5 from Duncan Sands <baldrick at gcc dot gnu.org> ---
Was there any feedback on this patch?


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

* [Bug plugins/56754] some missing plugin headers during installation in gcc 4.8
       [not found] <bug-56754-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2013-05-21  7:50 ` baldrick at gcc dot gnu.org
@ 2013-05-21 12:45 ` pageexec at freemail dot hu
  2013-05-22 10:20 ` baldrick at gcc dot gnu.org
  2013-05-22 10:25 ` baldrick at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: pageexec at freemail dot hu @ 2013-05-21 12:45 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #6 from PaX Team <pageexec at freemail dot hu> ---
(In reply to Duncan Sands from comment #5)
> Was there any feedback on this patch?

sadly, no response so far (this bug is still UNCONFIRMED even), so it's
probably not going to make 4.8.1.


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

* [Bug plugins/56754] some missing plugin headers during installation in gcc 4.8
       [not found] <bug-56754-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2013-05-21 12:45 ` pageexec at freemail dot hu
@ 2013-05-22 10:20 ` baldrick at gcc dot gnu.org
  2013-05-22 10:25 ` baldrick at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: baldrick at gcc dot gnu.org @ 2013-05-22 10:20 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #7 from Duncan Sands <baldrick at gcc dot gnu.org> ---
2013-05-21  Magnus Granberg  <baldrick@free.fr>

        PR plugins/56754
        * Makefile.in (PLUGIN_HEADERS): Add TARGET_H


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

* [Bug plugins/56754] some missing plugin headers during installation in gcc 4.8
       [not found] <bug-56754-4@http.gcc.gnu.org/bugzilla/>
                   ` (5 preceding siblings ...)
  2013-05-22 10:20 ` baldrick at gcc dot gnu.org
@ 2013-05-22 10:25 ` baldrick at gcc dot gnu.org
  6 siblings, 0 replies; 7+ messages in thread
From: baldrick at gcc dot gnu.org @ 2013-05-22 10:25 UTC (permalink / raw)
  To: gcc-bugs

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

Duncan Sands <baldrick at gcc dot gnu.org> changed:

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

--- Comment #8 from Duncan Sands <baldrick at gcc dot gnu.org> ---
Jakub backported the fix to the 4.8 branch.


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

end of thread, other threads:[~2013-05-22 10:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-56754-4@http.gcc.gnu.org/bugzilla/>
2013-03-28  3:22 ` [Bug plugins/56754] some missing plugin headers during installation in gcc 4.8 zorry at gentoo dot org
2013-03-30  5:26 ` nemykal at mercurylampe dot org
2013-03-31 21:33 ` zorry at gentoo dot org
2013-05-21  7:50 ` baldrick at gcc dot gnu.org
2013-05-21 12:45 ` pageexec at freemail dot hu
2013-05-22 10:20 ` baldrick at gcc dot gnu.org
2013-05-22 10:25 ` baldrick at gcc dot gnu.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).