[Bug bootstrap/103306] parallel build hangs since r12-5234-g04c5a91d068c4ca2f09c2bc206fce00db9d1790b

2021-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103306 --- Comment #10 from Andrew Pinski --- The question comes should we abort on broken /usr/include directories entry or just continue.

[Bug bootstrap/103306] parallel build hangs since r12-5234-g04c5a91d068c4ca2f09c2bc206fce00db9d1790b

2021-11-18 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103306 --- Comment #9 from Zdenek Sojka --- (In reply to Andrew Pinski from comment #8) > (In reply to Zdenek Sojka from comment #6) > > With 04c5a91d068c4ca2f09c2bc206fce00db9d1790b reverted, the output is: > > > > $ grep -C5 'Cannot access ' gcccomp

[Bug bootstrap/103306] parallel build hangs since r12-5234-g04c5a91d068c4ca2f09c2bc206fce00db9d1790b

2021-11-18 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103306 --- Comment #8 from Andrew Pinski --- (In reply to Zdenek Sojka from comment #6) > With 04c5a91d068c4ca2f09c2bc206fce00db9d1790b reverted, the output is: > > $ grep -C5 'Cannot access ' gcccompile-REVERT.log > Applying io_quotes_use

[Bug bootstrap/103306] parallel build hangs since r12-5234-g04c5a91d068c4ca2f09c2bc206fce00db9d1790b

2021-11-17 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103306 Jakub Jelinek changed: What|Removed |Added CC||xry111 at mengyan1223 dot wang --- Comm

[Bug bootstrap/103306] parallel build hangs since r12-5234-g04c5a91d068c4ca2f09c2bc206fce00db9d1790b

2021-11-17 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103306 Richard Biener changed: What|Removed |Added Ever confirmed|1 |0 Status|WAITING

[Bug bootstrap/103306] parallel build hangs since r12-5234-g04c5a91d068c4ca2f09c2bc206fce00db9d1790b

2021-11-17 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103306 --- Comment #6 from Zdenek Sojka --- With 04c5a91d068c4ca2f09c2bc206fce00db9d1790b reverted, the output is: $ grep -C5 'Cannot access ' gcccompile-REVERT.log Applying io_quotes_useto xorg/xorgVersion.h Applying io_quotes_use

[Bug bootstrap/103306] parallel build hangs since r12-5234-g04c5a91d068c4ca2f09c2bc206fce00db9d1790b

2021-11-17 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103306 --- Comment #5 from Zdenek Sojka --- $ make --version GNU Make 4.3 Built for x86_64-pc-linux-gnu Copyright (C) 1988-2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free so

[Bug bootstrap/103306] parallel build hangs since r12-5234-g04c5a91d068c4ca2f09c2bc206fce00db9d1790b

2021-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103306 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-11-17 Status|UNCONFIRM

[Bug bootstrap/103306] parallel build hangs since r12-5234-g04c5a91d068c4ca2f09c2bc206fce00db9d1790b

2021-11-17 Thread zsojka at seznam dot cz via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103306 --- Comment #3 from Zdenek Sojka --- Thank you for having a look at this. I am using btrfs. I will re-check with ccache disabled if this commit is really the one causing the issue for me.

[Bug bootstrap/103306] parallel build hangs since r12-5234-g04c5a91d068c4ca2f09c2bc206fce00db9d1790b

2021-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103306 --- Comment #2 from Andrew Pinski --- Plus this change removes code which was questionable 🤔. And replaces it with an abort. If the access is failing, then something is really wrong.

[Bug bootstrap/103306] parallel build hangs since r12-5234-g04c5a91d068c4ca2f09c2bc206fce00db9d1790b

2021-11-17 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103306 --- Comment #1 from Andrew Pinski --- I have done a -j16 and -j24 build after this change on x86_64-linux with the build directory on nfs mounted filesystem and got no hang. What file system are you using?