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/10320] [3.4 regression] gcc 3.4 gets rid of static inline function that does not get inlined


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10320


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|dnovillo at redhat dot com  |
             Status|RESOLVED                    |REOPENED
           Keywords|                            |wrong-code
         Resolution|FIXED                       |


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-29 20:40 -------
No this test fails
Caused this time by:
Tue Jul 29 19:24:49 CEST 2003  Jan Hubicka

        PR C++/11131
        * tree-inline.c (expand_call_inline): Always call inlinable_function_p
        in !unit-at-a-time mode.
So it looks like 11131 and this one likes to comete with each other.


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