summaryrefslogtreecommitdiff
path: root/gcc/c-common.c
Commit message (Expand)AuthorAgeFilesLines
* tree-mudflap.c: Include cgraph.h.Zack Weinberg2004-07-051-0/+3
* c-common.h (check_function_format): Remove first parameter.Joseph Myers2004-06-301-1/+1
* Conditionally compile support for --enable-mapped_location.Per Bothner2004-06-301-8/+14
* re PR c++/16205 (ICE with -Wall on no-throw specifier)Andrew Pinski2004-06-271-1/+2
* c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner2004-06-261-69/+0
* c-common.h (warn_cast_qual, [...]): Remove explicit declarations.DJ Delorie2004-06-251-215/+0
* c-common.c (expand_unordered_cmp): Delete.Roger Sayle2004-06-241-149/+0
* c-opts.c (c_common_handle_option): Handle -fpch-preprocess.Geoffrey Keating2004-06-221-0/+4
* c-common.c (verify_sequence_points): Export.Richard Henderson2004-06-211-28/+1
* c-common.c, c-common.h (lang_gimplify_stmt): Remove.Richard Henderson2004-06-191-5/+0
* c-common.c (flag_objc_sjlj_exceptions): New.Richard Henderson2004-06-171-0/+3
* c-common.def (COMPOUND_STMT): Remove.Richard Henderson2004-06-161-2/+0
* c-common.def (CASE_LABEL): Remove.Richard Henderson2004-06-161-5/+5
* c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson2004-06-161-2/+2
* c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson2004-06-151-226/+50
* re PR c++/14791 (13070 does not fix -Wformat with fprintf)Jakub Jelinek2004-06-101-0/+5
* re PR c++/15337 (sizeof on incomplete type diagnostic)Mark Mitchell2004-06-071-1/+2
* c-decl.c (c_expand_body_1): Remove and fold back into ...Andrew Pinski2004-05-301-0/+24
* bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata2004-05-301-3/+3
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-05-301-1/+1
* fix typo in last commit....Aldy Hernandez2004-05-281-4/+1
* * c-common.c (fname_as_string): Fix xcalloc to xmalloc.Aldy Hernandez2004-05-281-1/+1
* function.cc: New.Aldy Hernandez2004-05-281-2/+22
* c-common.c (c_estimate_num_insns_1): Kill.Andrew Pinski2004-05-281-125/+0
* re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini2004-05-281-1/+1
* [multiple changes]Zack Weinberg2004-05-221-2/+4
* Makefile.def, [...]: Remove all mention of libf2c.Zack Weinberg2004-05-181-53/+0
* tree.def (documentation): Remove mention of class 'b'.Zack Weinberg2004-05-141-1/+0
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-178/+441
* re PR target/14899 (wrong code due to change in compatibility rules for vecto...Paolo Bonzini2004-05-051-0/+10
* Makefile.in (LIBGCOV): Add _gcov_fork...Zdenek Dvorak2004-04-231-0/+7
* c-common.c (handle_noreturn_attribute): Use TYPE_READONLY instead of TREE_REA...Andrew Pinski2004-04-091-1/+1
* builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner2004-03-311-15/+15
* alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.Richard Kenner2004-03-231-2/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-03-201-1/+1
* alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata2004-03-201-2/+2
* c-common.c (pointer_int_sum): Do not complain about using pointers to pointer...Mark Mitchell2004-03-191-6/+0
* c-common.c (c_common_type_for_mode): Build vector types on demand.Paolo Bonzini2004-03-161-109/+33
* alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle2004-03-141-65/+65
* c-common.c (handle_alias_attribute): Reject the attribute if current_function...Richard Henderson2004-02-251-1/+7
* Remove -fwritable-strings.Zack Weinberg2004-02-231-2/+2
* c-common.c, [...]: Fix comment typos.Kazu Hirata2004-02-171-1/+1
* re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell2004-02-171-17/+0
* c-common.c (vector_size_helper): Remove; call reconstruct_complex_type() inst...Ziemowit Laski2004-02-111-48/+1
* re PR c++/11295 (ICE when using a non-trivial object in a compound statement ...James E Wilson2004-02-091-1/+1
* c-common.c (shadow_warning): Delete.Zack Weinberg2004-02-081-15/+0
* re PR c/11658 (Wrong error message)Paolo Bonzini2004-02-031-32/+10
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* fix commentJason Merrill2004-01-201-1/+1
* c-common.c (c_estimate_num_insns_1): Handle builtin_constant_p and builtin_ex...Jan Hubicka2004-01-171-1/+18