Re: Reporting a typo in gfortran intrinsic procedure webpage

2021-02-03 Thread Jeff Law via Gcc
On 1/24/21 6:04 PM, zheng via Gcc wrote: > I'd like to report a typo on page > https://gcc.gnu.org/onlinedocs/gfortran/ANINT.html#ANINT . In the last table > on this webpage, AINT should be ANINT. Thanks.  This is what I pushed to the trunk to fix the typo: Jeff commit 34215a7a3a359d700a520

Why doesn't gcc always emit sync builtins for MIPS?

2021-02-03 Thread Dani T via Gcc
Using crosstool-ng, I built a GCC 10.2 cross toolchain for mips-unknown-linux-uclibc. It works flawlessly for the legacy app I am compiling. I recently tried to compile the same application for an embedded device running an RTOS using a similar GCC cross toolchain built using crosstool-ng. The main