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

iostream hangs on m68k (thx bsek) #36

Open
wawatok opened this issue Nov 1, 2019 · 1 comment
Open

iostream hangs on m68k (thx bsek) #36

wawatok opened this issue Nov 1, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@wawatok
Copy link
Member

wawatok commented Nov 1, 2019

the following code doesnt output anything and doesnt complete on m68k. it is tested working on x86_64.

#include <iostream>

int main(int argc, char** argv) {
std::cout << "test" << std::endl;
return 0;
}

@wawatok
Copy link
Member Author

wawatok commented Nov 2, 2019

has been tested with gcc 6.5.0 and 9.1.0 on m68k so far.

@Kalamatee Kalamatee added the bug Something isn't working label Dec 19, 2019
wawatok pushed a commit that referenced this issue Mar 30, 2020
deadwood2 pushed a commit to deadwood2/fork-ADT-AROS that referenced this issue Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants