http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58327
--- Comment #3 from Ulrich Weber ---
Thank you for the reply. Changing the include order to
#include "SDL2\SDL.h"
#include
extern "C" {
#include "quadmath.h"
}
gives me the same wrong result.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58327
--- Comment #4 from Ulrich Weber ---
(In reply to Tobias Burnus from comment #2)
> For what it is worth: It works under x86-64 Linux with GCC 4.9.
>
> I assume that you do not link SDL2 but you just #include the file - is that
> correct?
I use t
: libquadmath
Assignee: unassigned at gcc dot gnu.org
Reporter: u.weber at gipko dot de
"quadmath_snprintf" gives strange results, when SDL2
(http://www.libsdl.org/download-2.0.php) is additionally included. I'm using
"MinGW" with "DevC++" o