------- Comment #2 from rguenth at gcc dot gnu dot org 2008-01-31 10:35 ------- I suppose the static function
static const unsigned char * read_uleb128 (const unsigned char *p, _uleb128_t *val) { in unwind-pe.h should be marked 'inline', otherwise it will be emitted multiple times to the asm file by -combine. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35034