aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2015-07-01c-common.h (D_CXX11): Rename from D_CXX0X.Jason Merrill4-14/+18
2015-07-01c-opts.c (c_common_post_options): Default to C++14.Jason Merrill2-2/+4
2015-07-01c-opts.c (c_common_post_options): Highest ABI level is now 10.Jason Merrill2-1/+5
2015-07-01Fix latest entryEric Botcazou1-6/+7
2015-06-30Implement N4197 - Adding u8 character literalsEdward Smith-Rowland4-2/+22
2015-06-29Wunused-parameter warnings are given from cgraph::finalize_function,Manuel López-Ibáñez3-0/+24
2015-06-29re PR c/66322 (Linus Torvalds: -Wswitch-bool produces dubious warnings, fails...Marek Polacek3-12/+83
2015-06-26c-common.c (check_main_parameter_types): Use VECTOR_TYPE_P or VECTOR_INTEGER_...Marek Polacek3-10/+14
2015-06-26array-notation-common.c (find_rank): Use INDIRECT_REF_P.Marek Polacek6-8/+16
2015-06-26* c-common.c (handle_unused_attribute): Use VAR_OR_FUNCTION_DECL_P.Marek Polacek2-2/+5
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod6-10/+8
2015-06-25hash-traits.h (ggc_hasher): Rename to...Richard Sandiford2-1/+6
2015-06-25function.h (struct incoming_args): Move struct.Andrew MacLeod2-1/+5
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek10-31/+42
2015-06-25cilk.c (extract_free_variables): Use is_global_var.Marek Polacek2-1/+5
2015-06-23c-common.c: Don't include target-def.h.Richard Sandiford2-1/+4
2015-06-23c-common.c (warn_logical_operator): Use tree_int_cst_equal when comparing INT...Marek Polacek2-1/+7
2015-06-22c-ada-spec.h (cpp_operation): Add HAS_DEPENDENT_TEMPLATE_ARGS.Pierre-Marie de Rodat3-4/+20
2015-06-22Use std::swap instead of manual swaps.Mikhail Maltsev2-4/+7
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod22-33/+24
2015-06-13Emit -Waddress warnings for comparing address of reference against NULLPatrick Palka2-0/+20
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod22-85/+24
2015-06-08re PR c/66415 (ice in location_column_from_byte_offset)Marek Polacek2-1/+8
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez3-0/+9
2015-06-04c-common.c (noplt): New attribute.Sriraman Tallam1-0/+22
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod22-69/+24
2015-06-02PR c/66220: Fix false positive from -Wmisleading-indentationDavid Malcolm2-8/+26
2015-06-02Avoid unnecessary work when -Wmisleading-indentation isn't enabledDavid Malcolm2-0/+11
2015-06-01re PR c++/44282 (fastcall is not mangled at all)Jason Merrill1-1/+1
2015-06-01Change use to type-based pool allocator in c-format.c.Martin Liska2-14/+17
2015-05-31c-ada-spec.c (is_tagged_type): Test for TYPE_METHODS on main variant.Eric Botcazou2-0/+11
2015-05-262015-05-26 Christian Bruel <christian.bruel@st.com>Christian Bruel2-5/+4
2015-05-25* c-ubsan.c (ubsan_instrument_shift): Use type0.Marek Polacek2-1/+5
2015-05-22fix some dates in ChangeLogsTrevor Saunders1-2/+2
2015-05-22re PR c/47043 (allow deprecating enum values)Marek Polacek2-0/+6
2015-05-22remove most ifdef STACK_GROWS_DOWNWARDTrevor Saunders2-3/+7
2015-05-22always define STACK_GROWS_DOWNWARDTrevor Saunders2-1/+6
2015-05-21re PR c/52952 (Wformat location info is bad (wrong column number))Manuel López-Ibáñez2-20/+149
2015-05-20cfgexpand.c (expand_debug_expr): Use UNARY_CLASS_P.Marek Polacek2-1/+5
2015-05-20gimple-fold.c (fold_const_aggregate_ref_1): Use DECL_P.Marek Polacek2-1/+5
2015-05-20c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.Marek Polacek3-16/+16
2015-05-19Replace line_map union with C++ class hierarchyDavid Malcolm5-14/+34
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev2-12/+8
2015-05-18Move array-type va_list handling to build_va_argTom de Vries2-15/+117
2015-05-15re PR c/48956 (-Wconversion should warn when a complex value is assigned to a...Mikhail Maltsev3-23/+175
2015-05-14re PR c/66066 (r222889 causes bogus error: initializer element is not constant)Marek Polacek2-16/+60
2015-05-12Implement -Wmisleading-indentationDavid Malcolm4-0/+402
2015-05-12re PR target/65697 (__atomic memory barriers not strong enough for __sync bui...Andrew MacLeod1-1/+1
2015-05-12Don't take address of ap unless necessaryTom de Vries2-3/+24
2015-05-09c-opts.c (c_common_post_options): Also clear cpp_opts->cpp_warn_cxx11_compat.Jason Merrill2-0/+4