Results 23 issues of kas1e

As we found lately "gprof" is not working for a long time on machines which support performance monitor in the kernel (like for example pegasos2). "gmoun.out" file creates fine for...

So as there is a lot of such issues, IMHO we better collect since now everything just in one topic. I Will update that topic once new found, there is...

Another one of the same set of errors, this time fmin and fmax. Happens the same and for newlib and for clib2. Test case: ``` #include #include int main() {...

Like all the other ones, std::copysign also saying that this is not a member of std. Test case: ``` #include #include int main(void) { std::cout

Topic says it all. Test case: ``` #include #include #include int main() { // normal use std::cout

While trying to compile some programms, found 2 times error about ‘stoi’ is not a member of ‘std’. There is simple test case: `#include ` `#include ` `#include ` `#include...

While testing pthread based threading (gthr-amigaos-posix.c) , find out that it miss some necessary basic functions, because of which even simple test cases can't be complied. There they are: ```...

Found lately that miss some defination in new adtools installation, and was curius why, and find out that by some reassons SDK 53.24 are downloaded, and then renamed to 53.30...

It can be very well not gl4es issue, but ogles2 (i also report that issue to Daniel), but it can be gl4es as well too .. So, once we added:...

To reproduce: -- build scummvm -- run it -- choose in "Global Options" : Graphics/GraphicsMode: OpenGL (that at top of options in Graphics menu) -- choose in "Game 3D Renderer":...