[Bug libquadmath/58327] Problem of quadmath in connection with SDL2

2013-09-09 Thread u.weber at gipko dot de
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.

[Bug libquadmath/58327] Problem of quadmath in connection with SDL2

2013-09-09 Thread u.weber at gipko dot de
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

[Bug libquadmath/58327] New: Problem of quadmath in connection with SDL2

2013-09-05 Thread u.weber at gipko dot de
: 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