[Bug other/91085] fixincludes breaks

2021-06-29 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 --- Comment #18 from CVS Commits --- The master branch has been updated by Xi Ruoyao : https://gcc.gnu.org/g:6bf383c37e6131a8e247e8a0997d55d65c830b6d commit r12-1924-g6bf383c37e6131a8e247e8a0997d55d65c830b6d Author: Xi Ruoyao Date: Mon Jun

[Bug other/91085] fixincludes breaks

2021-06-28 Thread xry111 at mengyan1223 dot wang via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 --- Comment #17 from Xi Ruoyao --- Revised patch, matching __has_include(...): https://gcc.gnu.org/pipermail/gcc-patches/2021-June/573789.html

[Bug other/91085] fixincludes breaks

2021-06-27 Thread xry111 at mengyan1223 dot wang via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 --- Comment #16 from Xi Ruoyao --- (In reply to Bruce Korb from comment #15) > Obviously, "print_quote()" was needed early on (1999) and then saved for > prosperity :). Your patch is inadequate because it will have to not expand > 'linux' in a

[Bug other/91085] fixincludes breaks

2021-06-27 Thread bkorb at gnu dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 --- Comment #15 from Bruce Korb --- Obviously, "print_quote()" was needed early on (1999) and then saved for prosperity :). Your patch is inadequate because it will have to not expand 'linux' in a line such as: #if __has_include() In other

[Bug other/91085] fixincludes breaks

2021-06-27 Thread bkorb at gnu dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 --- Comment #14 from Bruce Korb --- Reworking fixfixes.c seems pretty heavy duty. I'm downloading the GCC sources now. I'll take a peek tomorrow.

[Bug other/91085] fixincludes breaks

2021-06-24 Thread xry111 at mengyan1223 dot wang via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 Xi Ruoyao changed: What|Removed |Added CC||xry111 at mengyan1223 dot wang --- Comment

[Bug other/91085] fixincludes breaks

2020-08-20 Thread bkorb at gnu dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 --- Comment #12 from Bruce Korb --- I'll put it on my to-do list, but I might be participating in a fire evacuation tonight or tomorrow and I haven't built GCC in several years now. I'm going to guess that you have to not do the substitution

[Bug other/91085] fixincludes breaks

2020-08-19 Thread martingalvan at sourceware dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 Tendel10 at protonmail dot com changed: What|Removed |Added CC||Tendel10 at protonmail

[Bug other/91085] fixincludes breaks

2020-02-11 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 --- Comment #8 from Andreas Schwab --- Yes, nothing has changed.

[Bug other/91085] fixincludes breaks

2020-02-07 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 --- Comment #7 from Jakub Jelinek --- Current glibc uses #ifdef __has_include # if __has_include ("linux/stat.h") # include "linux/stat.h" # ifdef STATX_TYPE # define __statx_timestamp_defined 1 # define __statx_defined 1 # endif # endif

[Bug other/91085] fixincludes breaks

2020-02-03 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 --- Comment #6 from Andreas Schwab --- PR80005 is not relevant here.

[Bug other/91085] fixincludes breaks

2020-02-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 --- Comment #5 from Jakub Jelinek --- Well, at least PR80005 has been fixed...

[Bug other/91085] fixincludes breaks

2020-01-27 Thread sch...@linux-m68k.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 Andreas Schwab changed: What|Removed |Added Status|WAITING |NEW --- Comment #4 from Andreas Schwab

[Bug other/91085] fixincludes breaks

2020-01-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug other/91085] fixincludes breaks

2019-08-05 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 --- Comment #2 from Jakub Jelinek --- IMHO not needed for 9.2, glibc will just behave as it used to be ever before with this header. I'd say let's fix it in on the trunk, let's fix PR80005 and then we can talk about backporting.

[Bug other/91085] fixincludes breaks

2019-08-05 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91085 Richard Biener changed: What|Removed |Added CC||jakub at gcc dot gnu.org,