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++/30637] The options -fno-unit-at-a-time and -finline-functions generates erroneous code



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


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