[Bug middle-end/94548] [AVR] Part of the code seems to have disappeared in the elf

2020-04-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94548 Andrew Pinski changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/94548] [AVR] Part of the code seems to have disappeared in the elf

2020-04-10 Thread fabrice.salvaire at orange dot fr
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

[Bug middle-end/94548] [AVR] Part of the code seems to have disappeared in the elf

2020-04-10 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94548 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2020-04-10 Status|UNCONFIRME