CohenArthur

Results 260 comments of CohenArthur

@vincenzopalazzo no one is working on it :) feel free! Assigning you :)

Oh, sorry @vincenzopalazzo I had completely forgotten that it was already implemented. I should have checked in more details. Another "easy" builtin macro you can work on if you'd like...

Updated as most of the macros on this list did not need to be expanded eagerly :)

Closing this in favor of the work @tschwinge is doing ( :heart: )

thanks @thesamesam I appreciate it a lot :) I've tested these changes on one of the machines of the GCC compile farm but I'll definitely take you up on that...

not sure why this causes a regression on MacOS. I'll ssh into the machine and investigate later

The 1.49 version of `rustc_format_parser` does not do that, at least - so this is probably a non-issue, and definitely a non-blocker?

I'll open an issue to cleanup the implementation once it is merged, we can write better Rust in there and separate into better modules with better names.

ICE backtrace: ``` crab1: internal compiler error: in function_set_parameters, at rust/rust-gcc.cc:2284 0x236722c internal_error(char const*, ...) ???:0 0x9fc228 fancy_abort(char const*, int, char const*) ???:0 0xd8e28d Rust::Compile::HIRCompileBase::compile_function(std::__cxx11::basic_string const&, Rust::HIR::SelfParam&, std::vector&, Rust::HIR::FunctionQualifiers const&,...

this ties in with the semantics checking project we have for this year's GSoC