Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in GCC testcase #7187

Open
niclash opened this issue Aug 9, 2023 · 0 comments
Open

Bug in GCC testcase #7187

niclash opened this issue Aug 9, 2023 · 0 comments

Comments

@niclash
Copy link

niclash commented Aug 9, 2023

I can't find where to submit this, and thought this repository was the closest one;

https://opensource.apple.com/source/gcc/gcc-5664/gcc/testsuite/gcc.dg/arm-eabi1.c.auto.html

contains minor bugs;

ieq (__aeabi_dcmplt (dzero, dzero), 0);
and
ieq (__aeabi_fcmplt (fzero, fzero), 0);

occurs twice and the latter should be

ieq (__aeabi_dcmpgt (dzero, dzero), 0);
ieq (__aeabi_fcmpgt (fzero, fzero), 0);

I am making the assumption that people here knows where this "issue" should be filed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant