aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2015-07-27re PR bootstrap/67030 (ARM bootstrap failure due to [-Werror=tautological-com...Marek Polacek2-0/+11
2015-07-27re PR c++/66555 (Fails to warn for if (j == 0 && i == i))Marek Polacek4-0/+78
2015-07-23c-ubsan.c (ubsan_instrument_division): Use unshare_expr throughout.Marek Polacek2-7/+17
2015-07-23re PR sanitizer/66908 (Uninitialized variable when compiled with UBsan)Marek Polacek2-0/+14
2015-07-20re PR c++/55095 (Wshift-overflow)Marek Polacek5-1/+84
2015-07-16Add new object_allocator and clean-up allocator usage.Martin Liska2-3/+11
2015-07-15opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't include ...Andrew MacLeod2-6/+5
2015-07-13Fix double word typos.Aldy Hernandez2-5/+9
2015-07-10c-ada-spec.h (cpp_operation): Revert latest change.Eric Botcazou3-6/+12
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod3-2/+5
2015-07-08c-ada-spec.h (cpp_operation): Add IS_CONSTEXPR.Eric Botcazou3-0/+12
2015-07-08c-omp.c (c_omp_declare_simd_clauses_to_numbers): If all clauses are to be rem...Jakub Jelinek2-0/+7
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod21-38/+39
2015-07-07c-ada-spec.h (cpp_operation): Add IS_MOVE_CONSTRUCTOR.Eric Botcazou3-3/+11
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