http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51787
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |burnus at gcc dot gnu.org --- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2012-01-07 21:07:39 UTC --- Works for me with GCC 4.7.0 20120107 (experimental) [trunk revision 182980] on x86-64-linux (with and without -m32; without one gets the error "cast from 'void*' to 'size_t' loses precision"). I used the following flags but also some variants: g++ -O3 -gtoggle -m32 -fno-exceptions -fno-rtti -W -Wall -Wno-narrowing -c -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings cgraph.ii