https://gcc.gnu.org/bugzilla/show_bug.cgi?id=50380
Alexandre Oliva <aoliva at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aoliva at gcc dot gnu.org --- Comment #8 from Alexandre Oliva <aoliva at gcc dot gnu.org> --- gnewsense devs ran into this problem on gnewsense, building libvpx's vp9_cx_iface for mipsel-linux-gnu. It happens on both gnewsense 3 (gcc 4.4ish) and the upcoming gnewsense 4 (gcc 4.6ish). I tracked it down to this bug, but I noticed the fix in it is incomplete; there was a subsequent fix that complemented this one, that wasn't needed for the testcase at hand, but I thought I'd help anyone else who ran into this problem by adding a note to the subsequent fix as well: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=189896