This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/30637] The options -fno-unit-at-a-time and -finline-functions generates erroneous code
- From: "steby at enea dot se" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jan 2007 10:43:05 -0000
- Subject: [Bug c++/30637] The options -fno-unit-at-a-time and -finline-functions generates erroneous code
- References: <bug-30637-14016@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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