aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-11re PR tree-optimization/16437 (New c-torture failures after bitfield patch)Joseph Myers1-1/+6
2004-07-08re PR c/2511 (-pedantic not warning about bitfield overflow)Joseph Myers1-17/+28
2004-07-08c-common.c (c_common_nodes_and_builtins): Do not create __builtin_ptrdiff_t a...Paolo Bonzini1-8/+0
2004-07-05tree-mudflap.c: Include cgraph.h.Zack Weinberg1-0/+3
2004-06-30c-common.h (check_function_format): Remove first parameter.Joseph Myers1-1/+1
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-8/+14
2004-06-27re PR c++/16205 (ICE with -Wall on no-throw specifier)Andrew Pinski1-1/+2
2004-06-26c-common.c (c_safe_from_p, [...]): Deleted.Richard Kenner1-69/+0
2004-06-25c-common.h (warn_cast_qual, [...]): Remove explicit declarations.DJ Delorie1-215/+0
2004-06-24c-common.c (expand_unordered_cmp): Delete.Roger Sayle1-149/+0
2004-06-22c-opts.c (c_common_handle_option): Handle -fpch-preprocess.Geoffrey Keating1-0/+4
2004-06-21c-common.c (verify_sequence_points): Export.Richard Henderson1-28/+1
2004-06-19c-common.c, c-common.h (lang_gimplify_stmt): Remove.Richard Henderson1-5/+0
2004-06-17c-common.c (flag_objc_sjlj_exceptions): New.Richard Henderson1-0/+3
2004-06-16c-common.def (COMPOUND_STMT): Remove.Richard Henderson1-2/+0
2004-06-16c-common.def (CASE_LABEL): Remove.Richard Henderson1-5/+5
2004-06-16c-common.def (GOTO_STMT, LABEL_STMT): Remove.Richard Henderson1-2/+2
2004-06-15c-common.c (lang_gimplify_stmt): Remove next_p argument.Richard Henderson1-226/+50
2004-06-10re PR c++/14791 (13070 does not fix -Wformat with fprintf)Jakub Jelinek1-0/+5
2004-06-07re PR c++/15337 (sizeof on incomplete type diagnostic)Mark Mitchell1-1/+2
2004-05-30c-decl.c (c_expand_body_1): Remove and fold back into ...Andrew Pinski1-0/+24
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-3/+3
2004-05-30c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-05-28fix typo in last commit....Aldy Hernandez1-4/+1
2004-05-28* c-common.c (fname_as_string): Fix xcalloc to xmalloc.Aldy Hernandez1-1/+1
2004-05-28function.cc: New.Aldy Hernandez1-2/+22
2004-05-28c-common.c (c_estimate_num_insns_1): Kill.Andrew Pinski1-125/+0
2004-05-28re PR rtl-optimization/15649 (ICE with __builtin_isgreater and -ffast-math)Paolo Bonzini1-1/+1
2004-05-22[multiple changes]Zack Weinberg1-2/+4
2004-05-18Makefile.def, [...]: Remove all mention of libf2c.Zack Weinberg1-53/+0
2004-05-14tree.def (documentation): Remove mention of class 'b'.Zack Weinberg1-1/+0
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-178/+441
2004-05-05re PR target/14899 (wrong code due to change in compatibility rules for vecto...Paolo Bonzini1-0/+10
2004-04-23Makefile.in (LIBGCOV): Add _gcov_fork...Zdenek Dvorak1-0/+7
2004-04-09c-common.c (handle_noreturn_attribute): Use TYPE_READONLY instead of TREE_REA...Andrew Pinski1-1/+1
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-15/+15
2004-03-23alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.Richard Kenner1-2/+2
2004-03-20c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-03-20alias.c, [...]: Replace calls via (*targetm.foo) () with targetm.foo ().Kazu Hirata1-2/+2
2004-03-19c-common.c (pointer_int_sum): Do not complain about using pointers to pointer...Mark Mitchell1-6/+0
2004-03-16c-common.c (c_common_type_for_mode): Build vector types on demand.Paolo Bonzini1-109/+33
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-65/+65
2004-02-25c-common.c (handle_alias_attribute): Reject the attribute if current_function...Richard Henderson1-1/+7
2004-02-23Remove -fwritable-strings.Zack Weinberg1-2/+2
2004-02-17c-common.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2004-02-17re PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer to temporary return v...Mark Mitchell1-17/+0
2004-02-11c-common.c (vector_size_helper): Remove; call reconstruct_complex_type() inst...Ziemowit Laski1-48/+1
2004-02-09re PR c++/11295 (ICE when using a non-trivial object in a compound statement ...James E Wilson1-1/+1
2004-02-08c-common.c (shadow_warning): Delete.Zack Weinberg1-15/+0
2004-02-03re PR c/11658 (Wrong error message)Paolo Bonzini1-32/+10