[Bug target/109650] avr-gcc incorrect code with -Os

2023-06-10 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109650 Georg-Johann Lay changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug target/109650] avr-gcc incorrect code with -Os

2023-06-10 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109650 Georg-Johann Lay changed: What|Removed |Added CC|saaadhu at gcc dot gnu.org | --- Comment #13 from

[Bug target/109650] avr-gcc incorrect code with -Os

2023-06-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109650 --- Comment #12 from CVS Commits --- The releases/gcc-12 branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:ee92dc2dae45acc79d4dc08ea31adf894831840a commit r12-9691-gee92dc2dae45acc79d4dc08ea31adf894831840a Author:

[Bug target/109650] avr-gcc incorrect code with -Os

2023-06-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109650 --- Comment #11 from CVS Commits --- The releases/gcc-13 branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:6165b233ecc637efb5edcad8a34aae74b165a711 commit r13-7436-g6165b233ecc637efb5edcad8a34aae74b165a711 Author:

[Bug target/109650] avr-gcc incorrect code with -Os

2023-06-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109650 --- Comment #10 from CVS Commits --- The master branch has been updated by Georg-Johann Lay : https://gcc.gnu.org/g:30a8771c0f5ddcbc329408c3bbf4f100b01acca9 commit r14-1688-g30a8771c0f5ddcbc329408c3bbf4f100b01acca9 Author: Georg-Johann Lay

[Bug target/109650] avr-gcc incorrect code with -Os

2023-05-19 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109650 --- Comment #9 from Georg-Johann Lay --- (In reply to Georg-Johann Lay from comment #8) > Created attachment 55115 [details] > Proposed patch. > > This is a proposed patch to fix this PR. Under review at Here actually:

[Bug target/109650] avr-gcc incorrect code with -Os

2023-05-19 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109650 --- Comment #8 from Georg-Johann Lay --- Created attachment 55115 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55115=edit Proposed patch. This is a proposed patch to fix this PR. Under review at

[Bug target/109650] avr-gcc incorrect code with -Os

2023-05-03 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109650 Georg-Johann Lay changed: What|Removed |Added Component|middle-end |target --- Comment #7 from

[Bug target/109650] avr-gcc incorrect code with -Os

2023-04-28 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109650 Georg-Johann Lay changed: What|Removed |Added Ever confirmed|0 |1 Last reconfirmed|

[Bug target/109650] avr-gcc incorrect code with -Os

2023-04-28 Thread gjl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109650 Georg-Johann Lay changed: What|Removed |Added CC||gjl at gcc dot gnu.org --- Comment

[Bug target/109650] avr-gcc incorrect code with -Os

2023-04-27 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109650 --- Comment #1 from Andrew Pinski --- x86_64 prints (with a simple: `#define uart_putc __builtin_putchar`): ``` 0123456789 0 ?? 1 X? 2 X? 3 XXX??? 4 XXX??? 5 X? 6 X? 7 XXX??? 8 ??