Andrew Pinski

Results 5 comments of Andrew Pinski

This might not be a GCC issue. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60027 and https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109247 . The C++ standard has defect reports in this area even.

Note the reason why this would be useful for aarch64 (arm64) is because that is the first version of GCC that included aarch64 support. I wanted to see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114843 was...

One thing which seems to be missing is 32bit to 64bit FP conversions and the sign of NaNs. For most ISAs, it carries over the sign. This is NOT true...

> This should be reported to GCC as well: https://godbolt.org/z/drY9W9dGo Had already been reported https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100326 .

This is a bug in libxo in the assumption about name after a call to memcpy, this patch fixes the issue for me: ``` diff --git a/libxo/libxo.c b/libxo/libxo.c index 916a111..ea71723...