aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-typeck.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-04re PR c/68908 (inefficient code for _Atomic operations)Marek Polacek1-15/+101
2015-12-23Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRThomas Schwinge1-1/+0
2015-12-22re PR c/69002 (C front end should warn about undefined access to atomic struc...Marek Polacek1-0/+12
2015-12-21C and C++ FE: fix source ranges for binary opsDavid Malcolm1-2/+9
2015-12-17C FE: improvements to ranges of bad return valuesDavid Malcolm1-8/+20
2015-12-16re PR c/64637 (Incorrect location for -Wunused-value warnings in for-loop)Marek Polacek1-1/+1
2015-12-15re PR c/68907 (bogus warning: right-hand operand of comma expression has no e...Marek Polacek1-0/+1
2015-12-04c-tree.h (c_build_va_arg): Adjust prototype.Eric Botcazou1-4/+12
2015-12-02Fix TYPE_MAIN_VARIANT construction for arrays of qualified typedefs (PR c/681...Joseph Myers1-13/+24
2015-12-01OpenACC host_data support.Julian Brown1-0/+20
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