aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-common.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-2/+0
2004-08-05c-common.c (c_stddef_cpp_builtins): Define __INTMAX_TYPE__ and __UINTMAX_TYPE__.Joseph Myers1-0/+2
2004-08-03rs6000.c (machopic_output_stub): Align Darwin stubs.Dale Johannesen1-1/+2
2004-07-28c-common.c (c_common_unsafe_for_reeval): Delete.Eric Christopher1-39/+24
2004-07-26c-common.c (disable_builtin_function): Rename variable n to new_disabled_buil...Bernardo Innocenti1-4/+4
2004-07-25re PR c++/9283 (__attribute__((visibility ("hidden"))) not supported for clas...Niall Douglas1-2/+27
2004-07-26basic-block.h (reorder_block_def): Rename to reorder_block_def_p.Bernardo Innocenti1-9/+10
2004-07-25bitmap.c: Use type-safe memory allocation macros from libiberty.Bernardo Innocenti1-2/+2
2004-07-25c-common.c: Rename all identifiers named `new'.Bernardo Innocenti1-4/+4
2004-07-25c-common.c: Rename all identifiers named `class' to `cl'.Bernardo Innocenti1-14/+18
2004-07-25* c-common.c (c_staticp): Last episode of the staticp saga.Bernardo Innocenti1-3/+3
2004-07-25c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameter lists.Bernardo Innocenti1-54/+54
2004-07-22tree-cfg.c (gimplify_val): Move from tree-complex.c.Paolo Bonzini1-19/+4
2004-07-21c-common.c (vector_types_convertible_p): Use vector types' TYPE_SIZE and TREE...Paolo Bonzini1-1/+3
2004-07-20c-common.h (check_case_value): Remove prototype.Steven Bosscher1-3/+82
2004-07-19c-tree.h (struct c_expr): Define.Joseph Myers1-3/+1
2004-07-18c-common.c (c_common_truthvalue_conversion): Don't warn if TREE_NO_WARNING is...Steven Bosscher1-1/+3
2004-07-17langhooks.h (builtin_function): New langhook.Joseph Myers1-4/+7
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