This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/35034] assembler errors when building gcc/unwind-*.c at -O0 or -O1



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]