usage.adb: Change "pragma inline" to "pragma Inline" in information and error messages
[gcc.git] / gcc / c-common.c
2004-10-03 Joseph Myersc-aux-info.c, [...]: Follow code formatting conventions.
2004-09-21 Matt Austernc-common.c (fix_string_type): Build the unqualified...
2004-09-17 Jeffrey D. Oldhamalias.c (find_base_decl): Remove unreachable case ...
2004-09-12 Joseph Myersc-common.c, [...]: Use %q, %< and %> for quoting in...
2004-09-10 Kazu Hiratabb-reorder.c, [...]: Fix comment typos.
2004-09-10 Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-09-07 Nathan Sidwellc-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.
2004-09-05 Kazu Hiratac-common.c, [...]: Fix comment formatting.
2004-09-05 Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-09-05 Kaveh R. Ghazibuiltin-attrs.def (ATTR_NOTHROW_SENTINEL_1): New.
2004-09-05 Kaveh Ghazibuiltin-attrs.def (ATTR_SENTINEL, [...]): New.
2004-09-01 Richard Kennerre PR c/15224 (Attribute mode causes ICE when applied...
2004-08-31 Richard Kennerc-common.c (c_alignof_expr): Use DECL_ALIGN_UNIT and...
2004-08-30 Nathan Sidwellc-common.c (c_sizeof_or_alignof_type): Use gcc_assert.
2004-08-28 Jason Merrillre PR c++/13684 (local static object variable construct...
2004-08-27 Richard Hendersonc-typeck.c (build_offsetof): Remove.
2004-08-27 Richard Hendersontree.c (staticp): Return the static object.
2004-08-26 Richard Hendersontarget-def.h (TARGET_SCALAR_MODE_SUPPORTED_P): New.
2004-08-25 Nathan Sidwelltree.h (build_int_cst): New, sign extended constant.
2004-08-23 Nathan Sidwelltree.h (build_distinct_type_copy): New.
2004-08-19 Nathan Sidwelltree.h (TYPE_CACHED_VALUES_P): New.
2004-08-18 Caroline TiceHot/cold partitioning update patch.
2004-08-16 Devang Patelc-common.c (handle_used_attribute): Set DECL_PRESERVE_P.
2004-08-15 Nathan Sidwelltree.h (build_int_cst): New.
2004-08-15 Roger Saylec-common.c (shorten_compare, [...]): Replace calls...
2004-08-14 Nathan Sidwell* c-common.c (shorten_compare): Use force_fit_type...
2004-08-10 Andrew Pinskic-common.c (c_common_get_alias_set): Set the aliasing...
2004-08-07 Jason Merrillgimplify.c (gimplify_call_expr): Make return in memory...
2004-08-06 Mark Mitchelltree.c (handle_dll_attribute): Move here from i383...
2004-08-05 Geoffrey Keatingre PR c/14516 (-fleading-underscore does not work corre...
2004-08-05 Joseph Myersc-common.c (c_stddef_cpp_builtins): Define __INTMAX_TYP...
2004-08-03 Dale Johannesenrs6000.c (machopic_output_stub): Align Darwin stubs.
2004-07-28 Eric Christopherc-common.c (c_common_unsafe_for_reeval): Delete.
2004-07-26 Bernardo Innocentic-common.c (disable_builtin_function): Rename variable...
2004-07-25 Niall Douglasre PR c++/9283 (__attribute__((visibility ("hidden...
2004-07-25 Bernardo Innocentibasic-block.h (reorder_block_def): Rename to reorder_bl...
2004-07-25 Bernardo Innocentibitmap.c: Use type-safe memory allocation macros from...
2004-07-25 Bernardo Innocentic-common.c: Rename all identifiers named `new'.
2004-07-25 Bernardo Innocentic-common.c: Rename all identifiers named `class' to...
2004-07-25 Bernardo Innocenti* c-common.c (c_staticp): Last episode of the staticp...
2004-07-25 Bernardo Innocentic-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED...
2004-07-22 Paolo Bonzinitree-cfg.c (gimplify_val): Move from tree-complex.c.
2004-07-21 Paolo Bonzinic-common.c (vector_types_convertible_p): Use vector...
2004-07-20 Steven Bosscherc-common.h (check_case_value): Remove prototype.
2004-07-19 Joseph Myersc-tree.h (struct c_expr): Define.
2004-07-18 Steven Bosscherc-common.c (c_common_truthvalue_conversion): Don't...
2004-07-17 Joseph Myerslanghooks.h (builtin_function): New langhook.
2004-07-11 Joseph Myersre PR tree-optimization/16437 (New c-torture failures...
2004-07-08 Joseph Myersre PR c/2511 (-pedantic not warning about bitfield...
2004-07-08 Paolo Bonzinic-common.c (c_common_nodes_and_builtins): Do not create...
2004-07-05 Zack Weinbergtree-mudflap.c: Include cgraph.h.
2004-06-30 Joseph Myersc-common.h (check_function_format): Remove first parameter.
2004-06-30 Per BothnerConditionally compile support for --enable-mapped_location.
2004-06-28 Andrew Pinskire PR c++/16205 (ICE with -Wall on no-throw specifier)
2004-06-26 Richard Kennerc-common.c (c_safe_from_p, [...]): Deleted.
2004-06-25 DJ Deloriec-common.h (warn_cast_qual, [...]): Remove explicit...
2004-06-24 Roger Saylec-common.c (expand_unordered_cmp): Delete.
2004-06-22 Geoffrey Keatingc-opts.c (c_common_handle_option): Handle -fpch-preprocess.
2004-06-21 Richard Hendersonc-common.c (verify_sequence_points): Export.
2004-06-19 Richard Hendersonc-common.c, c-common.h (lang_gimplify_stmt): Remove.
2004-06-18 Richard Hendersonc-common.c (flag_objc_sjlj_exceptions): New.
2004-06-17 Richard Hendersonc-common.def (COMPOUND_STMT): Remove.
2004-06-16 Richard Hendersonc-common.def (CASE_LABEL): Remove.
2004-06-16 Richard Hendersonc-common.def (GOTO_STMT, LABEL_STMT): Remove.
2004-06-16 Richard Hendersonc-common.c (lang_gimplify_stmt): Remove next_p argument.
2004-06-10 Jakub Jelinekre PR c++/14791 (13070 does not fix -Wformat with fprintf)
2004-06-07 Mark Mitchellre PR c++/15337 (sizeof on incomplete type diagnostic)
2004-05-30 Andrew Pinskic-decl.c (c_expand_body_1): Remove and fold back into ...
2004-05-30 Kazu Hiratabb-reorder.c, [...]: Fix comment formatting.
2004-05-30 Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-05-28 Aldy Hernandezfix typo in last commit....
2004-05-28 Aldy Hernandez* c-common.c (fname_as_string): Fix xcalloc to xmalloc.
2004-05-28 Aldy Hernandezfunction.cc: New.
2004-05-28 Andrew Pinskic-common.c (c_estimate_num_insns_1): Kill.
2004-05-28 Paolo Bonzinire PR rtl-optimization/15649 (ICE with __builtin_isgrea...
2004-05-22 Zack Weinberg[multiple changes]
2004-05-18 Zack WeinbergMakefile.def, [...]: Remove all mention of libf2c.
2004-05-14 Zack Weinbergtree.def (documentation): Remove mention of class 'b'.
2004-05-13 Diego NovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-05 Paolo Bonzinire PR target/14899 (wrong code due to change in compati...
2004-04-23 Zdenek DvorakMakefile.in (LIBGCOV): Add _gcov_fork...
2004-04-09 Andrew Pinskic-common.c (handle_noreturn_attribute): Use TYPE_READON...
2004-04-01 Richard Kennerbuiltins.c, [...]: Change most occurrences of TREE_UNSI...
2004-03-23 Richard Kenneralias.c (get_alias_set): Add support for TYPE_REF_CAN_A...
2004-03-20 Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-03-20 Kazu Hirataalias.c, [...]: Replace calls via (*targetm.foo) (...
2004-03-19 Mark Mitchellc-common.c (pointer_int_sum): Do not complain about...
2004-03-16 Paolo Bonzinic-common.c (c_common_type_for_mode): Build vector types...
2004-03-14 Roger Saylealias.c (get_alias_set): Replace calls via (*lang_hooks...
2004-02-26 Richard Hendersonc-common.c (handle_alias_attribute): Reject the attribu...
2004-02-23 Zack WeinbergRemove -fwritable-strings.
2004-02-17 Kazu Hiratac-common.c, [...]: Fix comment typos.
2004-02-17 Mark Mitchellre PR c++/11326 (C++ IA64 ABI: 3.1.4: sometimes pointer...
2004-02-11 Ziemowit Laskic-common.c (vector_size_helper): Remove; call reconstru...
2004-02-09 James E Wilsonre PR c++/11295 (ICE when using a non-trivial object...
2004-02-08 Zack Weinbergc-common.c (shadow_warning): Delete.
2004-02-03 Paolo Bonzinire PR c/11658 (Wrong error message)
2004-01-21 Kazu Hirataalias.c, [...]: Update copyright.
2004-01-20 Jason Merrillfix comment
2004-01-17 Jan Hubickac-common.c (c_estimate_num_insns_1): Handle builtin_con...
next