[Bug c++/30637] The options -fno-unit-at-a-time and -finline-functions generates erroneous code
steby at enea dot se
gcc-bugzilla@gcc.gnu.org
Tue Jan 30 10:43:00 GMT 2007
------- Comment #5 from steby at enea dot se 2007-01-30 10:43 -------
(From update of attachment 12980)
> .file "test.cpp"
> .section ".text"
> .align 2
> .globl _ZN5Actor17getResourceFacadeEv
> .type _ZN5Actor17getResourceFacadeEv, @function
>_ZN5Actor17getResourceFacadeEv:
>.LFB2:
> lwz 3,0(3)
> blr
>.LFE2:
> .size _ZN5Actor17getResourceFacadeEv, .-_ZN5Actor17getResourceFacadeEv
> .align 2
> .globl _ZN5Actor9configureEv
> .type _ZN5Actor9configureEv, @function
>_ZN5Actor9configureEv:
>.LFB3:
>.L3:
> b .L3 <--------------------- ERROR: Infinite loop!
>.LFE3:
> .size _ZN5Actor9configureEv, .-_ZN5Actor9configureEv
> .ident "GCC: (GNU) 3.4.4"
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30637
More information about the Gcc-bugs
mailing list