aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-7/+90
2016-09-23sel-sched-ir.c (sel_global_bb_info, [...]): Remove unnecessary = vNULL initia...Jakub Jelinek1-1/+1
2016-09-14c-common.c (c_common_truthvalue_conversion): Use false instead of 0.Marek Polacek1-4/+4
2016-09-13fix-it hints: insert_before vs insert_afterDavid Malcolm1-3/+3
2016-09-12re PR c++/77496 (ICE in instantiate_type, at cp/class.c:8270)Bernd Edlinger1-2/+5
2016-09-02re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek1-46/+79
2016-09-01C: Fix missing spaces in 'struct' fix-it hintsDavid Malcolm1-3/+3
2016-08-30rich_location: add convenience overloads for adding fix-it hintsDavid Malcolm1-5/+5
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-0/+5
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-0/+2
2016-08-04Rework C/C++ OpenACC routine parsingThomas Schwinge1-50/+115
2016-08-04C/C++: Simplify handling of location information for OpenACC routine directivesThomas Schwinge1-42/+44
2016-07-29re PR c/71853 (ICE on an ill-formed case statement in c_do_switch_warnings)Marek Polacek1-0/+1
2016-07-29re PR c/71583 (ICE on invalid code on x86_64-linux-gnu (in c_parser_postfix_e...Marek Polacek1-1/+3
2016-07-20C: convert return type of lookup_name_fuzzy from tree to const char *David Malcolm1-5/+5
2016-07-20target.def (addr_space): Add new diagnose_usage to hook vector.Georg-Johann Lay1-0/+3
2016-07-15c-parser.c (c_parser_oacc_declare): Don't scan for GOMP_MAP_POINTER.Cesar Philippidis1-5/+0
2016-07-13use auto_vec for more local variablesTrevor Saunders1-16/+6
2016-06-29Improve diagnostic messages of "#pragma omp cancel", "#pragma omp cancellatio...Thomas Schwinge1-10/+14
2016-06-29Rename PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLAREThomas Schwinge1-2/+2
2016-06-22C FE: suggest corrections for misspelled identifiers and type namesDavid Malcolm1-45/+99
2016-06-19PR c/69507 - bogus warning: ISO C does not allow ‘__alignof__ (expression)’Martin Sebor1-3/+4
2016-06-13C: fixits for named initializersDavid Malcolm1-0/+2
2016-06-10[PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge1-19/+2
2016-06-07C: add fixit hint to misspelled field namesDavid Malcolm1-10/+24
2016-06-06re PR c/71362 (Wrong position for "error: size of unnamed array is negative")Marek Polacek1-0/+1
2016-05-30re PR c++/71349 (Combined async target clause parsing issues)Jakub Jelinek1-1/+3
2016-05-26c-parser.c (c_parser_omp_clause_schedule): Warn if OMP_CLAUSE_SCHEDULE_CHUNK_...Jakub Jelinek1-1/+14
2016-05-24c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis1-0/+1
2016-05-24Tighten syntax checking for OpenACC routine construct in CThomas Schwinge1-10/+9
2016-05-19PR c/71171: Fix uninitialized source_range in c_parser_postfix_expressionDavid Malcolm1-36/+36
2016-05-05c-parser.c (c_parser_switch_statement): Add IF_P argument, parse it through t...Jakub Jelinek1-4/+4
2016-05-04c.opt (Wdangling-else): New option.Marek Polacek1-1/+1
2016-05-02c-common.h (enum c_omp_region_type): Define.Cesar Philippidis1-11/+11
2016-04-29re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions)Cesar Philippidis1-3/+3
2016-04-27invoke.texi (Warning Options): Add -Wmemset-elt-size.Bernd Schmidt1-10/+7
2016-04-26re PR c/67784 (Incorrect parsing when using declarations in for loops and typ...Marek Polacek1-32/+41
2016-04-20re PR c++/69363 (ICE when doing a pragma simd reduction with max)Ilya Verbin1-1/+1
2016-04-15re PR c/70436 (-Wparentheses missing ambiguous else warning)Jakub Jelinek1-108/+136
2016-04-13re PR c/70436 (-Wparentheses missing ambiguous else warning)Marek Polacek1-40/+79
2016-03-18PR c/70281: C FE: fix uninitialized range for __builtin_types_compatible_pDavid Malcolm1-2/+4
2016-03-17Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge1-1/+1
2016-03-09c-parser.c (c_parser_oacc_loop): Update cclauses and clauses when calling c_f...Cesar Philippidis1-2/+2
2016-03-04re PR c/69798 (ICE on invalid code on x86_64-linux-gnu in c_parser_braced_ini...Marek Polacek1-5/+5
2016-03-01re PR c/69796 (ICE on invalid code in useless_type_conversion_p, at gimple-ex...Jakub Jelinek1-4/+1
2016-02-23re PR objc/69844 (Possibly bogus error: unknown type name in ObjC code)Jakub Jelinek1-7/+24
2016-02-16re PR c/64748 (OpenACC: "is not a variable" error with deviceptr())James Norris1-1/+1
2016-02-12Fix obstack use-after-free problems in C frontend, PR69522Bernd Schmidt1-6/+12
2016-01-26re PR tree-optimization/69483 (gcc ICE on x86_64-linux-gnu with "expected cla...Jakub Jelinek1-9/+8
2016-01-20re PR c/24293 (Undefined behaviour not diagnosed with -fsyntax-only)Prathamesh Kulkarni1-0/+19