aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-20PR 62314: add ability to add fixit-hints to a diagnosticDavid Malcolm1-0/+39
2015-11-20C++ FE: offer suggestions for misspelled field namesDavid Malcolm1-27/+1
2015-11-19re PR c/68412 (ICE with -Wall -Wextra in fold_binary_loc())Marek Polacek1-1/+22
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek1-1/+4
2015-11-14c-decl.c: Use RECORD_OR_UNION_TYPE_P throughout.Marek Polacek1-54/+27
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-0/+10
2015-11-13Implement Levenshtein distance; use in C FE for misspelled field namesDavid Malcolm1-1/+73
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-3/+0
2015-11-09[PR debug/67192] Further fix C loops' back-jump locationAndreas Arnez1-0/+10
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-20/+46
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis1-0/+2
2015-11-05gcc/Jakub Jelinek1-37/+171
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-11/+7
2015-10-28Fix for ICE with -g on testcase with incomplete types.Jim Wilson1-1/+7
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-28/+8
2015-10-22fold-const.c (fold_addr_of_array_ref_difference): Properly convert operands b...Richard Biener1-2/+6
2015-10-21tm.texi: Regenerated.Ilya Enkovich1-2/+30
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-58/+474
2015-10-06c-parser.c (c_parser_statement_after_labels): Use protected_set_expr_location.Marek Polacek1-4/+3
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford1-1/+1
2015-10-02re PR c/67730 (No warning when returning NULL in void function)Marek Polacek1-0/+4
2015-10-01* c-typeck.c (convert_for_assignment): Improve commentary.Marek Polacek1-2/+12
2015-09-30re PR c/67730 (No warning when returning NULL in void function)Marek Polacek1-3/+7
2015-09-14c-common.c (warn_for_sign_compare): Cast to unsigned when shifting a negative...Marek Polacek1-3/+2
2015-09-10Warn when comparing nonnull arguments to NULL in a function.Mark Wielaard1-0/+10
2015-09-04re PR c/67279 (-fsanitize=undefined spurious error: initializer element is no...Marek Polacek1-1/+2
2015-09-03re PR c/66516 (missing diagnostic on taking the address of a builtin function)Martin Sebor1-1/+50
2015-07-27re PR c++/66555 (Fails to warn for if (j == 0 && i == i))Marek Polacek1-0/+3
2015-07-20re PR c++/55095 (Wshift-overflow)Marek Polacek1-10/+13
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-29re PR c/66322 (Linus Torvalds: -Wswitch-bool produces dubious warnings, fails...Marek Polacek1-5/+17
2015-06-26c-common.c (check_main_parameter_types): Use VECTOR_TYPE_P or VECTOR_INTEGER_...Marek Polacek1-10/+9
2015-06-26array-notation-common.c (find_rank): Use INDIRECT_REF_P.Marek Polacek1-6/+5
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek1-17/+16
2015-06-25cilk.c (extract_free_variables): Use is_global_var.Marek Polacek1-2/+2
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-6/+0
2015-06-04re PR c/66341 (Some casts wrongly produce a lvalue)Marek Polacek1-1/+1
2015-05-21See <https://gcc.gnu.org/ml/gcc-patches/2015-05/msg01977.html> forMarek Polacek1-2/+3
2015-05-20c-pragma.c: Use VAR_OR_FUNCTION_DECL_P throughout.Marek Polacek1-3/+2
2015-05-19* c-typeck.c (start_init): Use AGGREGATE_TYPE_P.Marek Polacek1-4/+1
2015-05-19Use std::swap instead of explicit swapsMikhail Maltsev1-4/+1
2015-05-14re PR c/66066 (r222889 causes bogus error: initializer element is not constant)Marek Polacek1-1/+1
2015-05-07re PR c/64918 (invalid (?) warning when initializing structure)Marek Polacek1-3/+3
2015-05-07re PR c/65179 (Introduce new C warning: -Wshift-negative-value)Marek Polacek1-0/+11
2015-04-30c-typeck.c (c_build_va_arg): Clarify the error message.Marek Polacek1-5/+8
2015-04-30c-typeck.c (c_incomplete_type_error): Refactor to use %qT.Marek Polacek1-13/+3
2015-04-30c-typeck.c (set_init_label): Call error_at instead of error and pass LOC to it.Marek Polacek1-1/+1
2015-04-28re PR c/65901 (no warning or error for va_arg (ap, void))Marek Polacek1-0/+5