Extending -flto parallel feature to the rest of the build

2014-12-17 Thread Lewis Hyatt
Hello- I recently started using -flto in my builds, it's a very impressive feature, thanks very much for adding it. One thing that occurred to me while switching over to using it: In an LTO world, the object files, it seems to me, are becoming increasingly less relevant, at least for some applicat

Re: Extending -flto parallel feature to the rest of the build

2015-01-15 Thread Lewis Hyatt
oy it. Thanks! -Lewis On Wed, Dec 17, 2014 at 1:12 PM, Lewis Hyatt wrote: > Hello- > > I recently started using -flto in my builds, it's a very impressive > feature, thanks very much for adding it. One thing that occurred to me > while switching over to using it: In an LTO worl

Re: The encoding of GCC's stderr

2020-11-17 Thread Lewis Hyatt via Gcc
On Tue, Nov 17, 2020 at 12:01 PM David Malcolm via Gcc wrote: > > As far as I can tell, GCC's diagnostic output on stderr is a mixture of > bytes from various different places in our internal representation: > - filenames > - format strings from diagnostic messages (potentially translated via > .p

post-commit hook failure

2021-08-25 Thread Lewis Hyatt via Gcc
Hello- I wanted to note I got some errors when pushing this commit: commit 3ac6b5cff1eca4e1748c671960ef7b4ca5e47fd2 (HEAD -> master, origin/trunk, origin/master, origin/HEAD) Author: Lewis Hyatt Date: Tue Aug 24 19:30:44 2021 -0400 diagnostics: Support for -finput-charset [PR93067]