See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86724 Author: Rainer Jung Date: 2018-07-29 isl 0.20 stopped including other unused header files in their header files. Therefore,now it's necessary to include the stuff ourselves. --- .../gcc/graphite.h 2018-01-03 11:03:58.000000000 +0000 +++ .../gcc/graphite.h 2018-07-29 17:42:55.836121000 +0000 @@ -37,6 +37,8 @@ #include #include #include +#include +#include typedef struct poly_dr *poly_dr_p; d>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
an class='msg-avail'>...
AgeCommit message (Expand)Author
2023-04-24Add mumi config....Arun Isaac
2022-07-03etc: Add teams.scm....Ricardo Wurmus
2022-06-05gitignore: Add .DS_Store....Pavel Shlyak
2021-10-16.gitignore: Ignore more autotools directories....Sarah Morgensen
2021-10-16.gitignore: Ignore more temporary test directories....Sarah Morgensen
2021-09-20etc: Add systemd files for running ‘guix gc’ periodically...Thiago Jung Bauermann
Tobias Geerinckx-Rice
2023-12-10daemon: Sacrifice builders on OOM....Tobias Geerinckx-Rice
2023-12-11daemon: Implement ‘substitute-urls’ RPC....Ludovic Courtès
2023-12-04daemon: Simplify “empty status” substitute error message....Ludovic Courtès
2023-09-24Revert "build: Add missing guix-gc.timer file to binary tarball."...Tobias Geerinckx-Rice
2023-09-26daemon: Add “git-download” built-in builder....Ludovic Courtès
2023-09-09daemon: Fix build with GCC 13....Sören Tempel
2023-08-31build: Add missing guix-gc.timer file to binary tarball....Maxim Cournoyer
2023-01-09daemon: Improve error message for wrong hash sizes....Ludovic Courtès
2022-12-18daemon: Make "opening file" error messages distinguishable....Ludovic Courtès