> Hello. > > As described in the PR, we represent unsigned long types as gcov_type in > compiler. > That can lead to a negative value in context of GCOV_SINGLE_VALUE (coming > from DIV/MOV expression). > Thus, we have to relax the assert. > > Patch can bootstrap on ppc64le-redhat-linux and survives regression tests. > And Python can be bootstrapped > with the patch. > > Ready to be installed? OK, thanks! Honza
- [PATCH] Remove wrong assert about gcov_type (PR lto/79587). Martin Liška
- Re: [PATCH] Remove wrong assert about gcov_type (PR lto... Jan Hubicka