Closed egorpugin closed 2 years ago
thanks, but you should report these issues to gcc
Ok, sure.
This PR with whitespace too? It won't be overwritten in the future from this repo?
I think the whitespace change in client.cc
should be applied in this repository and then updated in GCC. The rest I agree are GCC-only changes.
Hi,
Currently the error is sticked to previous phrase. Like
Should I also send patch to gcc or libcody is eventually updated from here?
Also I've naively fixed an ICE in module.cc (
void module_state::set_filename (const Cody::Packet &packet)
):If we do not fail here, tons of ICEs come later. There can be communication error, so we do not get same number of packets sent about querying modules. The following function
iterates over responses and does not check for
r_iter == response.end()