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.0K0007-gccrs-Add-gcc-check-target-check-rust.patc

Re: Rust frontend patches v2

2022-08-25 Thread Frank Ch. Eigler via Gcc-rust
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 > 656K0008-gccrs-Add-the-Rust-front-end-AST-data-structures.pat

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 inbox.so

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 356K0005-gccrs-Add-general-compilation-test-cases.patch

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: https://inbox.sourceware.org/gcc-patches/20220824115956.737931-9-philip.her...@embecosm.com/T/#rbff0bb3df2780fecd9ee3d2baa864d

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 co