------- Comment #1 from matt dot hoosier at gmail dot com 2007-01-05 21:47 ------- The GCC version in question here is the stock g++ shipped with Ubuntu edgy, but the bug has been observed on other (3.4.4 and 4.1.1) builds too.
The test program (see attachment) is compiled with: g++ -Wall -g -I/usr/local/mm/include/gtkmm-2.4 -I/usr/local/mm/lib/gtkmm-2.4/include -I/usr/local/mm/include/glibmm-2.4 -I/usr/local/mm/lib/glibmm-2.4/include -I/usr/local/mm/include/gdkmm-2.4 -I/usr/local/mm/lib/gdkmm-2.4/include -I/usr/local/mm/include/pangomm-1.4 -I/usr/include/gtk-2.0 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/atk-1.0 -save-temps -L/usr/local/mm/lib -lgtkmm-2.4 -lgdkmm-2.4 -lpangomm-1.4 -lglibmm-2.4 -lsigc-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -save-temps -o main main.cc No warnings or errors are reported by g++ as it compiles the test case. GCC is built with the following: Using built-in specs. Target: i486-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu Thread model: posix gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5) -- matt dot hoosier at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt dot hoosier at gmail | |dot com GCC build triplet| i486-linux-gnu |i486-linux-gnu GCC host triplet| i486-linux-gnu |i486-linux-gnu GCC target triplet| i486-linux-gnu |i486-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30387