[Bug plugins/117972] Problems with plugin/include/errors.h

2025-01-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117972 --- Comment #4 from Andrew Pinski --- (In reply to PaX Team from comment #3) > (In reply to Andrew Pinski from comment #1) > > headers=`echo $(sort $(PLUGIN_HEADERS)) $$(cd $(srcdir); echo *.h > > *.def) | tr ' ' '\012' | sort -u`; \ > >

[Bug plugins/117972] Problems with plugin/include/errors.h

2025-01-06 Thread pageexec at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117972 --- Comment #3 from PaX Team --- (In reply to Andrew Pinski from comment #1) > headers=`echo $(sort $(PLUGIN_HEADERS)) $$(cd $(srcdir); echo *.h > *.def) | tr ' ' '\012' | sort -u`; \ > > Which was done in r5-7988-gb626318e125111 . Basi

[Bug plugins/117972] Problems with plugin/include/errors.h

2025-01-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117972 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2025-01-06 Ever confirmed|0

[Bug plugins/117972] Problems with plugin/include/errors.h

2024-12-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117972 --- Comment #2 from Andrew Pinski --- PLUGIN_HEADERS should most likely include rtl-ssa/*.h, text-art/*.h, sym-exec/*.h too.

[Bug plugins/117972] Problems with plugin/include/errors.h

2024-12-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117972 --- Comment #1 from Andrew Pinski --- headers=`echo $(sort $(PLUGIN_HEADERS)) $$(cd $(srcdir); echo *.h *.def) | tr ' ' '\012' | sort -u`; \ Which was done in r5-7988-gb626318e125111 . Basically We install all *.{h,def} files.