aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2015-09-09re PR c++/53184 (Unnecessary anonymous namespace warnings)Paolo Carlini2-0/+10
2015-09-03re PR c/66516 (missing diagnostic on taking the address of a builtin function)Martin Sebor3-0/+46
2015-09-02Fix spawned function with lambda functionBalaji V. Iyer4-9/+49
2015-08-25re PR middle-end/67330 (ICE handling weak attributes)Marek Polacek2-6/+7
2015-08-22Fix column location in c_lex_with_flags errorsManuel López-Ibáñez2-3/+7
2015-08-19remove more useless typedefsTrevor Saunders10-51/+54
2015-08-18re PR middle-end/36757 (__builtin_signbit should be type-generic)Francois-Xavier Coudert2-0/+7
2015-08-18re PR c++/67160 (static_assert feature test macro)Paolo Carlini2-3/+15
2015-08-17c-pretty-print.c (pp_c_cv_qualifiers): Remove code dealing with whitespaces b...Marek Polacek2-26/+10
2015-08-12re PR c++/55095 (Wshift-overflow)Marek Polacek2-4/+9
2015-08-09options.texi (EnabledBy): Document that the argument must be a Common option.Manuel López-Ibáñez2-1/+5
2015-08-07Add C++ Concepts TS support.Andrew Sutton6-0/+35
2015-08-02c.opt (-Wframe-address): New warning option.Martin Sebor1-0/+4
2015-08-02Improve -Wmisleading-indentation heuristicsPatrick Palka2-20/+152
2015-08-02Remove is_first_nonwhitespace_on_line(), instead improve get_visual_column()Patrick Palka2-29/+32
2015-08-02Refactor entry point to -Wmisleading-indentationPatrick Palka4-25/+126
2015-07-30c-pretty-print.c (unary_expression): Don't print '*' for reference decay.Jason Merrill2-1/+12
2015-07-30c-common.c (warn_tautological_cmp): Bail for float types.Marek Polacek2-0/+10
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