aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-31re PR c/81779 (bool define from stdbool.h suppresses -Wdeclaration-after-stat...Marek Polacek1-0/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2018-01-01re PR c/83595 (ICE: in linemap_macro_map_lookup, at libcpp/line-map.c:1008 on...Jakub Jelinek1-10/+10
2017-12-22extend.texi (Loop-Specific Pragmas): Document pragma GCC unroll.Eric Botcazou1-24/+120
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-0/+20
2017-12-07Allow _Alignas in compound literals (C11 DR#444).Joseph Myers1-8/+37
2017-12-01re PR c/79153 (-Wimplicit-fallthrough missed warning)Jakub Jelinek1-2/+4
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek1-1/+1
2017-11-28Remove Cilk Plus support.Julia Koval1-955/+37
2017-11-23c-parser.c (c_parser_omp_declare_simd): Reject declare simd in pragma_stmt co...Jakub Jelinek1-1/+1
2017-11-23generic.texi (ANNOTATE_EXPR): Document 3rd operand.Eric Botcazou1-6/+9
2017-11-20c-family: add name_hint/deferred_diagnosticDavid Malcolm1-7/+11
2017-11-19re PR c/66618 (Failure to diagnose non-constant initializer for static object...Jakub Jelinek1-13/+17
2017-11-15Add __builtin_tgmath for better tgmath.h implementation (bug 81156).Joseph Myers1-0/+564
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm1-21/+20
2017-10-25C: detect more missing semicolons (PR c/7356)David Malcolm1-5/+31
2017-10-12C/C++: add fix-it hints for various missing symbolsDavid Malcolm1-4/+21
2017-10-10Require wi::to_wide for treesRichard Sandiford1-1/+1
2017-10-04C: underline parameters in mismatching function callsDavid Malcolm1-1/+37
2017-09-16Fix condition folding in c_parser_omp_for_loopTom de Vries1-1/+8
2017-09-01re PR c/81887 (pragma omp ordered simd ignored under -fopenmp-simd)Jakub Jelinek1-0/+10
2017-08-21C: use full locations within c_parser_expr_list's vec<location_t>David Malcolm1-6/+5
2017-08-18c-parser.c (c_parser_postfix_expression): Remove unused code.Marek Polacek1-24/+3
2017-08-10C/C++: show pertinent open token when missing a close tokenDavid Malcolm1-214/+430
2017-08-09re PR c/81417 (-Wsign-compare should print types being compared)Marek Polacek1-4/+7
2017-08-07Canonicalize names of attributes.Martin Liska1-0/+3
2017-08-02re PR c/81289 (ICE in libcpp/line-map.c)Marek Polacek1-2/+2
2017-07-25re PR c/81364 (Bogus -Wmultistatement-macros warning)Marek Polacek1-3/+6
2017-07-18tree-parloops.c (try_transform_to_exit_first_loop_alt): Use TYPE_MAX_VALUE.Nathan Sidwell1-4/+4
2017-06-26re PR c/80116 (Warn about macros expanding to multiple statements)Marek Polacek1-9/+46
2017-06-02invoke.texi: Document the -Wsizeof-pointer-div warning.Bernd Edlinger1-14/+33
2017-05-23OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clausesThomas Schwinge1-0/+3
2017-05-23c-parser.c (c_parser_compound_statement_nostart): Remove redundant quotes.Marek Polacek1-1/+1
2017-05-19OpenACC 2.5 default (present) clauseThomas Schwinge1-4/+10
2017-05-17Bye bye, c_save_expr.Marek Polacek1-2/+2
2017-05-12OpenACC C front end maintenance: c_parser_oacc_single_int_clauseThomas Schwinge1-125/+47
2017-04-25C: fix-it hint for removing stray semicolonsDavid Malcolm1-2/+7
2017-03-17* c-parser.c: Add C11 references.Marek Polacek1-43/+44
2017-03-15* c-parser.c (c_parser_enum_specifier): Remove redundant line.Marek Polacek1-1/+0
2017-03-11Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)David Malcolm1-1/+1
2017-03-09re PR sanitizer/79757 (ICE in declare_vars, at gimplify.c:634)Marek Polacek1-0/+12
2017-03-07re PR c/79834 (c/c-parser.c: make code more i18n-friendly)Jakub Jelinek1-45/+35
2017-03-03re PR c/79837 (incomplete diagnostic in c-parser: expected +, *, -, &, ^, |, ...Jakub Jelinek1-2/+2
2017-03-03re PR c/79836 (typo in c/c-parser.c: pragma omp ordered)Jakub Jelinek1-3/+3
2017-02-28i386.c: Include intl.h.Jakub Jelinek1-10/+11
2017-02-24re PR c++/79588 (ICE in warn_for_restrict with -Wrestrict)Jakub Jelinek1-22/+0
2017-02-16re PR c++/79512 (ICE: Segfault in gimple_build_call_1, at gimple.c:218)Jakub Jelinek1-0/+5
2017-02-13cprop.c (cprop_jump): Add missing space in string literal.Jakub Jelinek1-1/+1
2017-02-09re PR c/79428 (ICE in c_parser_consume_token, at c/c-parser.c:770)Marek Polacek1-1/+1
2017-02-09re PR c/79431 (ICE in get, at cgraph.h:397)Jakub Jelinek1-1/+4