Summary: | sys-devel/gcc-4.8.1 might miscompile at >= -O | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Rafał Mużyło <galtgendo> |
Component: | [OLD] GCC Porting | Assignee: | Gentoo Toolchain Maintainers <toolchain> |
Status: | RESOLVED NEEDINFO | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://gcc.gnu.org/PR58174 | ||
See Also: | https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58174 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | the patch that works around the problem |
Description
Rafał Mużyło
2013-08-27 10:24:42 UTC
Just a few details I've skipped. 1. Problem happened on an amd64 machine, but I don't think it's arch specific. 2. "the broken executable" refers to vavoom.bin, not wx frontend (which I'm not building anyway) 3 vavoom is built WITH_FLAC, WITH_LIBMAD,WITH_OPENAL, WITH_OPENGL, WITH_SDL, WITH_VORBIS, but not WITH_MIKMOD What's the upstream PR number? Exactly what failure are you getting (what does "unworking" mean? crash? incorrect output)? What are the steps to reproduce it? Well, it's PR58174, but to be honest, they were kind of right rejecting it. The failure is a segfault upon './vavoom -openal -opengl -<game name>' during startup shortly after it switches resolution. |