https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
Andrew Pinski changed:
What|Removed |Added
CC||sje at cup dot hp.com
--- Comment #31 fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
Joey Ye changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #29 from jye2 at gcc dot gnu.org ---
Author: jye2
Date: Fri Sep 5 06:52:17 2014
New Revision: 214938
URL: https://gcc.gnu.org/viewcvs?rev=214938&root=gcc&view=rev
Log:
2014-09-05 Joey Ye
PR plugin/59335
* Makefile.in (PLU
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
Joey Ye changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
Terry Guo changed:
What|Removed |Added
CC||terry.guo at arm dot com
--- Comment #27 fro
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
Jakub Jelinek changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #25 from Jakub Jelinek ---
Author: jakub
Date: Tue Apr 15 08:04:17 2014
New Revision: 209405
URL: http://gcc.gnu.org/viewcvs?rev=209405&root=gcc&view=rev
Log:
PR plugins/59335
* Makefile.in (PLUGIN_HEADERS): Add various header
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #24 from Jakub Jelinek ---
Author: jakub
Date: Tue Apr 15 08:02:46 2014
New Revision: 209404
URL: http://gcc.gnu.org/viewcvs?rev=209404&root=gcc&view=rev
Log:
PR plugins/59335
* Makefile.in (PLUGIN_HEADERS): Add various header
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #23 from Jakub Jelinek ---
Created attachment 32593
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=32593&action=edit
gcc49-pr59335.patch
So, let's add the headers added in 4.9 and other stuff shouldn't be a
regression from 4.9 th
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #22 from PaX Team ---
some notes:
1. there're *.def files as well needed for certain headers
2. there're target specific headers and .def files installed/needed from
gcc/config/*/ as well
3. it's hard to tell a priori what one will ne
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #21 from Jakub Jelinek ---
Reduced list of new headers that weren't in 4.8 (subset of the previous list):
attribs.h
calls.h
cfgexpand.h
cilk.h
diagnostic-color.h
gcc-symtab.h
gimple-builder.h
gimple-low.h
gimple-walk.h
gimplify-me.h
gr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #20 from Jakub Jelinek ---
So, comparing the headers we have in gcc/{,c/,cp/,c-family/}*.h with what we
install shows:
for i in *.h {c,cp,c-family}/*.h; do [ -f
/tmp/foobar/usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.10.0/plugin/inclu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
Uroš Bizjak changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #18 from PaX Team ---
found another missing header not installed for plugins: stmt.h (seemingly it
was split off from tree.h which has always been exported, so this probably
counts as a regression).
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #17 from PaX Team ---
sure, thanks for fixing the already mentioned ones, i verified that all works
fine for my plugins at least. as a related question, isn't there a better way
than playing this whack-a-mole game with gcc headers vs.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
Jakub Jelinek changed:
What|Removed |Added
Status|REOPENED|RESOLVED
CC|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #15 from Jakub Jelinek ---
Author: jakub
Date: Wed Mar 5 15:06:23 2014
New Revision: 208346
URL: http://gcc.gnu.org/viewcvs?rev=208346&root=gcc&view=rev
Log:
PR plugins/59335
* Makefile.in (PLUGIN_HEADERS): Add tree-phinodes.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #14 from Jakub Jelinek ---
Author: jakub
Date: Wed Mar 5 09:52:18 2014
New Revision: 208344
URL: http://gcc.gnu.org/viewcvs?rev=208344&root=gcc&view=rev
Log:
PR plugins/59335
* config/i386/t-i386 (OPTIONS_H_EXTRA): Add string
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #13 from PaX Team ---
another missing include in trunk: tree-cfgcleanup.h (it seems that it was split
from tree-flow.h which used to be installed for plugins for gcc 4.5-4.8).
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #12 from PaX Team ---
two more headers not installed (even by older gcc versions so a backport to at
least 4.8/4.7 would be nice) but they're needed for an rtl pass to be able to
make use of the df info:
df.h
regset.h
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
Joey Ye changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #10 from PaX Team ---
please reopen, this bug is not fixed yet.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
Joey Ye changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #8 from PaX Team ---
Uroš, i tried your patch and it didn't install those two files. on the other
hand i found more missing headers:
gcc/tree-phinodes.h
gcc/stor-layout.h
gcc/ssa-iterators.h
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #7 from Uroš Bizjak ---
Can someone please test following patch:
--cut here--
Index: config/i386/t-i386
===
--- config/i386/t-i386 (revision 206552)
+++ config/i386/t-i3
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #6 from PaX Team ---
i can confirm that only gcc/config/i386/stringop.def and
gcc/config/i386/x86-tune.def seem to be missing on x86 targets.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #5 from Steve Ellcey ---
The generic problems should be fixed with my patch but the x86 specific plugin
build problem probably still exists.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #4 from Steve Ellcey ---
Author: sje
Date: Fri Jan 10 17:54:10 2014
New Revision: 206535
URL: http://gcc.gnu.org/viewcvs?rev=206535&root=gcc&view=rev
Log:
2014-01-10 Steve Ellcey
PR plugins/59335
* Makefile.in (PLUGIN_HEAD
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
Steve Ellcey changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #3 from PaX Team ---
small correction: tree-flow.h and tree-flow-inline.h seem to be removed however
here's an additional list of headers that i needed to copy over manually to get
some plugins to compile:
fold-const.h
gimple-ssa.h
tr
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
PaX Team changed:
What|Removed |Added
CC||pageexec at gmail dot com
--- Comment #2 from
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59335
--- Comment #1 from Andrew Pinski ---
These are two different issues. The x86 one is a target specific issue and the
arm one is a generic issue.
That is what it should be doing for x86 should be something like arm does:
t-arm:TM_H += $(srcdir)/c
32 matches
Mail list logo