This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/24539] inconsistent handling of null-valued language hooks in GCC
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 22 Dec 2011 01:13:10 +0000
- Subject: [Bug middle-end/24539] inconsistent handling of null-valued language hooks in GCC
- Auto-submitted: auto-generated
- References: <bug-24539-4@http.gcc.gnu.org/bugzilla/>
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.