aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2016-01-14Mark symbols in offload tables with force_output in read_offload_tablesTom de Vries2-8/+8
2016-01-14re PR c/69262 (Request for better array bounds warning)Marek Polacek2-0/+18
2016-01-13Improve warning locations (PR66208)Bernd Schmidt1-1/+1
2016-01-06C: fix reported range of invalid unary dereference.David Malcolm2-8/+19
2016-01-06re PR sanitizer/69099 (ICE when compiling gcc.dg/atomic/c11-atomic-exec-2.c w...Marek Polacek2-8/+11
2016-01-04Update copyright years.Jakub Jelinek17-17/+21
2016-01-04re PR c/68908 (inefficient code for _Atomic operations)Marek Polacek2-15/+107
2015-12-23Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRThomas Schwinge3-12/+12
2015-12-22re PR c/69002 (C front end should warn about undefined access to atomic struc...Marek Polacek2-0/+18
2015-12-21C and C++ FE: fix source ranges for binary opsDavid Malcolm2-2/+16
2015-12-17C FE: improvements to ranges of bad return valuesDavid Malcolm3-9/+31
2015-12-16Better error recovery for merge-conflict markersDavid Malcolm2-2/+81
2015-12-16C FE: fix range of primary-expression in c_parser_postfix_expressionDavid Malcolm2-1/+8
2015-12-16C FE: use correct location range for static assertionsDavid Malcolm2-1/+8
2015-12-16re PR c/64637 (Incorrect location for -Wunused-value warnings in for-loop)Marek Polacek2-1/+7
2015-12-15re PR c/68907 (bogus warning: right-hand operand of comma expression has no e...Marek Polacek2-0/+7
2015-12-09c-omp.c (c_finish_oacc_wait): Remove add_stmt() call.Chung-Lin Tang1-0/+1
2015-12-08C: fix uninitialized ranges for __alignof__David Malcolm2-5/+17
2015-12-08PR c/68757: fix uninitialized src_range for various builtinsDavid Malcolm2-11/+40
2015-12-07re PR c/68668 (bogus error: invalid use of array with unspecified bounds)Marek Polacek2-0/+13
2015-12-04c-tree.h (c_build_va_arg): Adjust prototype.Eric Botcazou4-6/+22
2015-12-02Define c_fully_fold separately for C and C++.Jason Merrill4-1/+601
2015-12-02Fix TYPE_MAIN_VARIANT construction for arrays of qualified typedefs (PR c/681...Joseph Myers3-21/+57
2015-12-02Some OpenACC host_data cleanupThomas Schwinge2-6/+11
2015-12-02re PR c/68533 (bogus location for "warning: ‘struct s3’ declared inside p...Jakub Jelinek2-6/+13
2015-12-01OpenACC host_data support.Julian Brown4-0/+76
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