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
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