[Bug bootstrap/84257] Extremely slow compilation from gcc source code under macOS 10.13

2021-07-31 Thread iains at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84257 --- Comment #9 from Iain Sandoe --- (In reply to Eric Gallager from comment #8) > the MacPorts project applies the following patch to work around this issue: > https://github.com/macports/macports-ports/commit/ > 0641e588e989b7b3e5049ca79e354339c

[Bug bootstrap/84257] Extremely slow compilation from gcc source code under macOS 10.13

2021-07-31 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84257 --- Comment #8 from Eric Gallager --- the MacPorts project applies the following patch to work around this issue: https://github.com/macports/macports-ports/commit/0641e588e989b7b3e5049ca79e354339ccb403ca

[Bug bootstrap/84257] Extremely slow compilation from gcc source code under macOS 10.13

2020-05-07 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84257 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org --- Comment

[Bug bootstrap/84257] Extremely slow compilation from gcc source code under macOS 10.13

2018-12-19 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84257 --- Comment #6 from Iain Sandoe --- (In reply to Iain Sandoe from comment #5) > 1) Speculation: that there are a lot of paths to search and they might > contain many files, so that if there's no caching of the results (perhaps > that was present

[Bug bootstrap/84257] Extremely slow compilation from gcc source code under macOS 10.13

2018-12-19 Thread iains at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84257 Iain Sandoe changed: What|Removed |Added CC||iains at gcc dot gnu.org --- Comment #5 fr

[Bug bootstrap/84257] Extremely slow compilation from gcc source code under macOS 10.13

2018-02-11 Thread dominiq at lps dot ens.fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84257 Dominique d'Humieres changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug bootstrap/84257] Extremely slow compilation from gcc source code under macOS 10.13

2018-02-07 Thread 191919 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84257 --- Comment #3 from 191919 <191919 at gmail dot com> --- In macOS 10.12.6 with SIP disabled, the value of DYLD_LIBRARY_PATH was modified to the same as in macOS 10.13.3, but the compilation speed was not affected. I guess this is a regression of

[Bug bootstrap/84257] Extremely slow compilation from gcc source code under macOS 10.13

2018-02-07 Thread 191919 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84257 --- Comment #2 from 191919 <191919 at gmail dot com> --- I tried with the combination of the following settings under macOS 10.13.3: internal SSD / external HD HFS+ / APFS SIP enabled / SIP disabled The only factor that affects is SIP status. On

[Bug bootstrap/84257] Extremely slow compilation from gcc source code under macOS 10.13

2018-02-07 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84257 Andrew Pinski changed: What|Removed |Added Component|other |bootstrap Host|

[Bug other/84257] New: Extremely slow compilation from gcc source code under macOS 10.13

2018-02-07 Thread 191919 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84257 Bug ID: 84257 Summary: Extremely slow compilation from gcc source code under macOS 10.13 Product: gcc Version: 7.3.0 Status: UNCONFIRMED Severity: normal

gcc source code

2010-01-31 Thread Dileepkumarvarma
Hi i want to analyze gcc source code for my project. any body can give em the source code. If possible documentation for the code. Please give me the code and doc pleasee Regards Dileep -- View this message in context: http://old.nabble.com/gcc-source-code-tp27399511p27399511.html Sent

[Bug target/18193] GCC source code does not conform to 3.3.2.2 of C89 C-standard

2004-10-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-28 12:08 --- *** This bug has been marked as a duplicate of 12081 *** -- What|Removed |Added

[Bug target/18193] New: GCC source code does not conform to 3.3.2.2 of C89 C-standard

2004-10-28 Thread rpedersen at atmel dot com
mous arguments are passed in a different manner than named arguments (Which is legal c-code according to C89) the compilation of gcc can produce a non-working gcc executable. -- Summary: GCC source code does not conform to 3.3.2.2 of C89 C- standard