https://bugs.freedesktop.org/show_bug.cgi?id=30131
Martin Stolpe martinstolpe@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|NOTABUG |
--- Comment #20 from Martin Stolpe martinstolpe@gmail.com 2011-02-16 14:38:41 PST --- I've found the culprit for the problem and reopened the bug because of this. Perhaps it's worth opening a new bug or report a bug for gcc. The problem is the following: -I'm running Archlinux 32 Bit -When I use "-mfpmath=sse" as an option for my CFLAGS and CXXFLAGS the game will crash. Only exception is when I select a processor type which doesn't support SSE as "-march" option. "-mmmx", "-msse", "-msse2" and "-msse3" have no influence on the behaviour (I'm not sure if those options are only valid when used in conjunction with some other option?)