aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang1-19/+21
2017-01-24Add "__RTL" to cc1David Malcolm1-5/+104
2017-01-04re PR c++/64767 (Could GCC warn when a pointer is compared against '\0'?)Marek Polacek1-0/+3
2017-01-04C FE: implement fix-it hint for -Wmissing-bracesDavid Malcolm1-7/+19
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-14Split omp-low into multiple filesMartin Jambor1-9/+10
2016-12-02c-parser.c (c_parser_pragma): Error when PRAGMA_OACC_{ENTER_DATA...Cesar Philippidis1-10/+32
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal1-156/+79
2016-11-13re PR tree-optimization/35503 (Warning about restricted pointers?)Prathamesh Kulkarni1-0/+22
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