summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* PR c++/14791jakub2004-06-101-0/+5
* PR c++/15337mmitchel2004-06-071-1/+2
* ChangeLog:pinskia2004-05-301-0/+24
* * bb-reorder.c, builtins.c, c-common.c, c-gimplify.c,kazu2004-05-301-3/+3
* * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c,kazu2004-05-301-1/+1
* fix typo in last commit....aldyh2004-05-281-4/+1
* * c-common.c (fname_as_string): Fix xcalloc to xmalloc.aldyh2004-05-281-1/+1
* * testsuite/g++.dg/charset/function.cc: New.aldyh2004-05-281-2/+22
* 2004-05-28 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-05-281-125/+0
* gcc/ChangeLog:bonzini2004-05-281-1/+1
* 2004-05-22 Andrew Pinski <pinskia@physics.uc.edu>zack2004-05-221-2/+4
* top:zack2004-05-181-53/+0
* * tree.def (documentation): Remove mention of class 'b'.zack2004-05-141-1/+0
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-178/+441
* gcc/ChangeLog:bonzini2004-05-051-0/+10
* * Makefile.in (LIBGCOV): Add _gcov_fork, _gcov_execl, _gcov_execlp,rakdver2004-04-231-0/+7
* 2004-04-09 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-04-091-1/+1
* * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c:kenner2004-04-011-15/+15
* * alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.kenner2004-03-231-2/+2
* * c-common.c, cfgcleanup.c, cgraphunit.c, c-pretty-print.c,kazu2004-03-201-1/+1
* * alias.c, attribs.c, bt-load.c, builtins.c, c-common.c,kazu2004-03-201-2/+2
* * c-common.c (pointer_int_sum): Do not complain about usingmmitchel2004-03-191-6/+0
* gcc/ChangeLogbonzini2004-03-161-109/+33
* * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) ()sayle2004-03-141-65/+65
* * c-common.c (handle_alias_attribute): Reject the attribute ifrth2004-02-261-1/+7
* gcc/kazu2004-02-231-2/+2
* * c-common.c, cfghooks.c, rtlanal.c, varasm.c: Fix commentkazu2004-02-171-1/+1
* PR c++/11326mmitchel2004-02-171-17/+0
* 2004-02-10 Ziemowit Laski <zlaski@apple.com>zlaski2004-02-111-48/+1
* PR c++/11295wilson2004-02-091-1/+1
* * c-common.c (shadow_warning): Delete.zack2004-02-081-15/+0
* 2004-02-03 Paolo Bonzini <bonzini@gnu.org>paolo2004-02-031-32/+10
* * alias.c, basic-block.h, c-common.c, c-common.h,kazu2004-01-211-1/+1
* fix commentjason2004-01-201-1/+1
* * c-common.c (c_estimate_num_insns_1): Handle builtin_constant_p andhubicka2004-01-171-1/+18
* * lang.c (java_estimate_num_insns_1): Fix bug in MODIFY_EXPR costhubicka2004-01-131-4/+5
* 2004-01-13 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-01-131-1/+7
* * expr.h (expand_expr): Make it a macro, not a function.mmitchel2004-01-091-3/+4
* * c-common.c (c_expand_expr): Remove code to return a valuemmitchel2003-12-311-18/+5
* 2003-12-25 Andrew Pinski <pinskia@physics.uc.edu>pinskia2003-12-251-0/+6
* * c-common.c (flag_abi_version): Default to 2.mmitchel2003-12-231-1/+3
* * c-common.c (flag_external_templates): Remove.mmitchel2003-12-221-11/+0
* * alias.c: Fix comment formatting.kazu2003-12-211-1/+1
* * c-common.h (c_parse_error): Declare it.mmitchel2003-12-151-0/+32
* * ChangeLog.7: Fix comment typos.kazu2003-11-211-1/+1
* * c-common.c (handle_visibility_attribute): Set DECL_VISIBILITYaustern2003-11-061-20/+19
* * c-common.c (expand_tree_builtin): Ensure creal and cimagjsm282003-10-201-2/+4
* * c-common.c (registered_builtin_types): New static.zack2003-10-201-0/+12
* gcc/steven2003-10-121-10/+25
* PR c++/6392jason2003-10-091-16/+24