aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2016-04-15re PR c/70671 (Wrong column number shown for "error: cannot take address of b...Marek Polacek2-6/+13
2016-04-15re PR c/70436 (-Wparentheses missing ambiguous else warning)Jakub Jelinek2-108/+162
2016-04-13re PR c/70436 (-Wparentheses missing ambiguous else warning)Marek Polacek4-77/+98
2016-04-04re PR middle-end/70307 (ICE: in gimplify_expr, at gimplify.c:10915 on valid c...Marek Polacek2-0/+25
2016-03-31re PR c/70297 (GCC Segfaults when using -g3)Marek Polacek2-0/+34
2016-03-18PR c/70281: C FE: fix uninitialized range for __builtin_types_compatible_pDavid Malcolm2-2/+10
2016-03-18re PR middle-end/70280 (-fcompare-debug failure (length) with --param=integer...Jakub Jelinek2-3/+13
2016-03-17Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge1-1/+1
2016-03-16re PR c/70093 (Instancing function with VM return type cases internal compile...Marek Polacek2-0/+16
2016-03-09c-parser.c (c_parser_oacc_loop): Update cclauses and clauses when calling c_f...Cesar Philippidis2-2/+7
2016-03-04re PR c/69824 (internal compiler error in unshare_body)Bernd Schmidt2-6/+15
2016-03-04re PR c/69798 (ICE on invalid code on x86_64-linux-gnu in c_parser_braced_ini...Marek Polacek2-5/+11
2016-03-01re PR c/69796 (ICE on invalid code in useless_type_conversion_p, at gimple-ex...Jakub Jelinek2-4/+8
2016-02-24re PR c/69819 (ICE on invalid code on x86_64-linux-gnu in tree check: expecte...Marek Polacek2-1/+7
2016-02-23re PR objc/69844 (Possibly bogus error: unknown type name in ObjC code)Jakub Jelinek2-7/+30
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