Re: Rust frontend patches v2

2022-08-25 Thread Philip Herron
On Thu, 25 Aug 2022 at 13:50, Frank Ch. Eigler wrote: > > Hi - > > > > 12K 0004-gccrs-Add-link-cases-testsuite.patch > > 356K0005-gccrs-Add-general-compilation-test-cases.patch > > 132K0006-gccrs-Add-execution-test-cases.patch > > 4.0K

Re: Rust frontend patches v2

2022-08-25 Thread Frank Ch. Eigler via Gcc-patches
Hi - > 12K 0004-gccrs-Add-link-cases-testsuite.patch > 356K0005-gccrs-Add-general-compilation-test-cases.patch > 132K0006-gccrs-Add-execution-test-cases.patch > 4.0K0007-gccrs-Add-gcc-check-target-check-rust.patch > 656K

Re: Rust frontend patches v2

2022-08-25 Thread Mark Wielaard
Hi Martin, On Thu, 2022-08-25 at 11:52 +0200, Martin Liška wrote: > What about limit increase, how much space do we have on sourceware > infrastructure? Feel free to increase the limits, there is a couple of hundred GB free on sourceware and we can add more. The public-inbox instance at

Re: Rust frontend patches v2

2022-08-25 Thread Philip Herron
Hi Martin 4.0K0001-Use-DW_ATE_UTF-for-the-Rust-char-type.patch 8.0K0002-gccrs-Add-nessecary-hooks-for-a-Rust-front-end-tests.patch 8.0K0003-gccrs-Add-Debug-info-testsuite.patch 12K 0004-gccrs-Add-link-cases-testsuite.patch 356K

Re: Rust frontend patches v2

2022-08-25 Thread Martin Liška
On 8/25/22 11:46, Philip Herron wrote: > The missing patches on > https://gcc.gnu.org/pipermail/gcc-patches/2022-August/thread.html#600200 > are 8, 10, 13, 29, and 22. Hmm, I think our limit is pretty low, sorry for that. Can you please paste output of du -hs 00*? What about limit increase, how

Re: Rust frontend patches v2

2022-08-25 Thread Philip Herron
Hi everyone I noticed a few patches still didn't make it through here with the 400kb limit. In the meantime, Mark pointed out to me that they can all be viewed over here:

Rust frontend patches v2

2022-08-24 Thread herron . philip
This is the 2nd patch set for gccrs, since v1 we have dropped the changes for target hooks which are not nessecary for us right now. This now focuses directly on the front-end the only patch that affects GCC now is a tweak to debug info. Note we are close to merging our port of the C++ constexpr