[Bug target/92041] m68k optimizations (-O2, -O3 or -Ofast) generates wrong code

2019-10-10 Thread djipi.mari at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92041 Jean-Paul Mari changed: What|Removed |Added Known to work||8.3.0 Known to fail|

[Bug target/92041] New: m68k optimizations (-O2, -O3 or -Ofast) generates wrong code

2019-10-09 Thread djipi.mari at gmail dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: djipi.mari at gmail dot com Target Milestone: --- Host: x86 Target: m68k-elf This code: void *calloc(size_t num_elements, size_t size) { void *ptr

[Bug target/82182] m68k slow code: u16/u8 division calls divsi3

2019-09-10 Thread djipi.mari at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82182 Jean-Paul Mari changed: What|Removed |Added CC||djipi.mari at gmail dot com