aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2016-02-16re PR c/69835 (-Wnonnull diagnoses parameter comparisons with NULL even when ...Jakub Jelinek2-10/+5
2016-02-16re PR c/64748 (OpenACC: "is not a variable" error with deviceptr())James Norris2-1/+6
2016-02-12Fix incomplete initialization of the declspec struct.Bernd Schmidt2-27/+3
2016-02-12Fix obstack use-after-free problems in C frontend, PR69522Bernd Schmidt4-33/+51
2016-02-11re PR c/69768 (Bogus -Waddress warning)Jakub Jelinek2-2/+10
2016-02-04re PR c/69669 (ICE with enum __attribute__((mode(QI))))Jakub Jelinek2-12/+25
2016-01-29re PR debug/69518 (Flag -g causes "error: type variant has different TYPE_VFI...Jakub Jelinek2-11/+16
2016-01-27re PR debug/66869 (-Wunused-function no longer warns for static declarations ...Jakub Jelinek2-4/+22
2016-01-27re PR c/68062 (ICE when comparing vectors)Marek Polacek2-0/+34
2016-01-26re PR tree-optimization/69483 (gcc ICE on x86_64-linux-gnu with "expected cla...Jakub Jelinek2-9/+13
2016-01-20Correct date in ChangeLog entry for r232622Prathamesh Kulkarni1-1/+1
2016-01-20re PR c/24293 (Undefined behaviour not diagnosed with -fsyntax-only)Prathamesh Kulkarni4-0/+37
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