aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2015-11-29re PR c/67106 (ICE: verify_type failed: type variant differs by TYPE_PACKED....Jan Hubicka2-1/+7
2015-11-27Fix memory leak in cilkMartin Liska2-27/+32
2015-11-27re PR c/63326 (whether a #pragma is a statement depends on the type of pragma)Jakub Jelinek2-5/+17
2015-11-24c-parser.c (c_parser_oacc_declare): Replace "ifdef ENABLE_OFFLOADING" with "i...Ilya Verbin2-6/+12
2015-11-23Fix PR objc/68438 (uninitialized source ranges)David Malcolm2-3/+21
2015-11-20PR 62314: add ability to add fixit-hints to a diagnosticDavid Malcolm2-0/+47
2015-11-20C++ FE: offer suggestions for misspelled field namesDavid Malcolm2-27/+6
2015-11-19re PR c/68412 (ICE with -Wall -Wextra in fold_binary_loc())Marek Polacek2-1/+28
2015-11-17Fix uninitialized src_range values for c_exprDavid Malcolm2-39/+77
2015-11-16Add __attribute__((__simd__)) to GCC.Kirill Yukhin2-5/+23
2015-11-15always define ENABLE_OFFLOADINGTrevor Saunders2-6/+11
2015-11-14omp-low.c (lower_omp_ordered): Add argument to GOMP_SMD_ORDERED_* internal ca...Jakub Jelinek2-1/+9
2015-11-14c-decl.c: Use RECORD_OR_UNION_TYPE_P throughout.Marek Polacek3-79/+45
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm6-6/+158
2015-11-13re PR c/68320 (internal compiler error: in declspecs_add_type)Marek Polacek2-4/+9
2015-11-13Implement Levenshtein distance; use in C FE for misspelled field namesDavid Malcolm2-1/+81
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris2-0/+188
2015-11-12re PR c/67784 (Incorrect parsing when using declarations in for loops and typ...Marek Polacek2-0/+21
2015-11-11re PR c/68107 (Non-VLA type whose size is half or more of the address space c...Marek Polacek2-17/+12
2015-11-11decl.c: Remove unused header files.Andrew MacLeod11-35/+13
2015-11-10omp-low.h (replace_oacc_fn_attrib, [...]): Declare.Nathan Sidwell2-3/+152
2015-11-09[PR debug/67192] Further fix C loops' back-jump locationAndreas Arnez2-0/+16
2015-11-09[PR debug/67192] Fix C loops' back-jump locationAndreas Arnez2-6/+14
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou3-34/+91
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm4-7/+19
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis3-9/+139
2015-11-05re PR c/68090 (VLA compound literal -- "confused by earlier errors, bailing ...Marek Polacek2-1/+7
2015-11-05gcc/Jakub Jelinek4-53/+299
2015-11-03OpenACC atomic directiveThomas Schwinge2-0/+8
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod10-55/+44
2015-10-28Fix for ICE with -g on testcase with incomplete types.Jim Wilson2-1/+13
2015-10-27c-parser.c (c_parser_oacc_shape_clause): New.Cesar Philippidis2-0/+203
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge4-112/+94
2015-10-22fold-const.c (fold_addr_of_array_ref_difference): Properly convert operands b...Richard Biener2-2/+11
2015-10-21re PR c/68024 (Diagnose variadic functions defined without prototypes)Marek Polacek2-0/+12
2015-10-21tm.texi: Regenerated.Ilya Enkovich2-2/+37
2015-10-20array-notation-common.c (is_cilkplus_vector_p): Define.Marek Polacek2-11/+4
2015-10-20re PR c/67964 (Multiple attributes wrongly accepted without commas)Marek Polacek2-1/+21
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek4-159/+1968
2015-10-06c-parser.c (c_parser_statement_after_labels): Use protected_set_expr_location.Marek Polacek3-19/+24
2015-10-05Replace REAL_VALUES_EQUAL with real_equalRichard Sandiford2-1/+6
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill3-1/+20
2015-10-02re PR c/67730 (No warning when returning NULL in void function)Marek Polacek2-0/+10
2015-10-02re PR c/64249 (Missing warning for if (A) else if (A))Marek Polacek2-12/+58
2015-10-01* c-typeck.c (convert_for_assignment): Improve commentary.Marek Polacek2-2/+16
2015-09-30re PR c/67730 (No warning when returning NULL in void function)Marek Polacek2-3/+13
2015-09-18Use explicit locations for some warnings in c-pragma.c.Manuel López-Ibáñez2-1/+8
2015-09-15re PR c/67580 (Improve error message on missing "struct" tag)Marek Polacek4-2/+31
2015-09-15c-decl.c (lookup_label): Return NULL_TREE instead of 0.Marek Polacek2-14/+26
2015-09-14c-common.c (warn_for_sign_compare): Cast to unsigned when shifting a negative...Marek Polacek2-3/+7