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 middle-end/24539] inconsistent handling of null-valued language hooks in GCC


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX
   Target Milestone|---                         |4.5.0

--- Comment #5 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-12-22 01:13:10 UTC ---
2007-09-12  Jan Hubicka  <jh@suse.cz>

        * c-objc-common.h (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.
2007-09-11  Jan Hubicka <jh@suse.cz>

        * toplev.c (process_options): all frontends now do unit-at-a-time.
        * cgraphunit.c: update comments.
        (cgraph_expand_function): call passmanager dirrectly; emit thunks.
        * c-decl.c (finish_function): use cgraph_add_new_function.
        * function.c (expand_function_end): We are always unit-at-a-time.


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