https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94548
Andrew Pinski changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94548
--- Comment #2 from fabrice salvaire ---
Yes I missed this important point on 8-bit architecture ...
This line doesn't also work for some reasons
const unsigned long int f0 = (8*(10ULL)^(6ULL)) / (1000*256ULL);
but this one works
const unsign
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94548
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2020-04-10
Status|UNCONFIRME