https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108143

--- Comment #3 from Gaius Mulley <gaius at gcc dot gnu.org> ---
> find gcc/m2 -type f | xargs grep long.double | wc -l
> 222

its not perhaps quite as bad as 222, I think 100 cases as the directories
pge-boot and mc-boot contain machine generated source code. 

find gcc/m2/pge-boot -type f | xargs grep long.double | wc -l
69
find gcc/m2/mc-boot -type f | xargs grep long.double | wc -l
53

happy to defer to your knowledge and implement what is decided

Reply via email to