aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)Author
2017-12-10Backport "Fix condition folding in c_parser_omp_for_loop"Tom de Vries
2017-03-17* c-parser.c: Add C11 references.Marek Polacek
2017-03-15* c-parser.c (c_parser_enum_specifier): Remove redundant line.Marek Polacek
2017-03-11Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)David Malcolm
2017-03-09re PR sanitizer/79757 (ICE in declare_vars, at gimplify.c:634)Marek Polacek
2017-03-07re PR c/79834 (c/c-parser.c: make code more i18n-friendly)Jakub Jelinek
2017-03-03re PR c/79837 (incomplete diagnostic in c-parser: expected +, *, -, &, ^, |, ...Jakub Jelinek
2017-03-03re PR c/79836 (typo in c/c-parser.c: pragma omp ordered)Jakub Jelinek
2017-02-28i386.c: Include intl.h.Jakub Jelinek
2017-02-24re PR c++/79588 (ICE in warn_for_restrict with -Wrestrict)Jakub Jelinek
2017-02-16re PR c++/79512 (ICE: Segfault in gimple_build_call_1, at gimple.c:218)Jakub Jelinek
2017-02-13cprop.c (cprop_jump): Add missing space in string literal.Jakub Jelinek
2017-02-09re PR c/79428 (ICE in c_parser_consume_token, at c/c-parser.c:770)Marek Polacek
2017-02-09re PR c/79431 (ICE in get, at cgraph.h:397)Jakub Jelinek
2017-02-09gimplify.c (gimplify_scan_omp_clauses): No special handling for OMP_CLAUSE_TILE.Chung-Lin Tang
2017-01-24Add "__RTL" to cc1David Malcolm
2017-01-04re PR c++/64767 (Could GCC warn when a pointer is compared against '\0'?)Marek Polacek
2017-01-04C FE: implement fix-it hint for -Wmissing-bracesDavid Malcolm
2017-01-01Update copyright years.Jakub Jelinek
2016-12-14Split omp-low into multiple filesMartin Jambor
2016-12-02c-parser.c (c_parser_pragma): Error when PRAGMA_OACC_{ENTER_DATA...Cesar Philippidis
2016-11-14Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.Prasad Ghangal
2016-11-13re PR tree-optimization/35503 (Warning about restricted pointers?)Prathamesh Kulkarni
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-09-23sel-sched-ir.c (sel_global_bb_info, [...]): Remove unnecessary = vNULL initia...Jakub Jelinek
2016-09-14c-common.c (c_common_truthvalue_conversion): Use false instead of 0.Marek Polacek
2016-09-13fix-it hints: insert_before vs insert_afterDavid Malcolm
2016-09-12re PR c++/77496 (ICE in instantiate_type, at cp/class.c:8270)Bernd Edlinger
2016-09-02re PR c/65467 ([libgomp] sorry, unimplemented: '_Atomic' with OpenMP)Jakub Jelinek
2016-09-01C: Fix missing spaces in 'struct' fix-it hintsDavid Malcolm
2016-08-30rich_location: add convenience overloads for adding fix-it hintsDavid Malcolm
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek
2016-08-04Rework C/C++ OpenACC routine parsingThomas Schwinge
2016-08-04C/C++: Simplify handling of location information for OpenACC routine directivesThomas Schwinge
2016-07-29re PR c/71853 (ICE on an ill-formed case statement in c_do_switch_warnings)Marek Polacek
2016-07-29re PR c/71583 (ICE on invalid code on x86_64-linux-gnu (in c_parser_postfix_e...Marek Polacek
2016-07-20C: convert return type of lookup_name_fuzzy from tree to const char *David Malcolm
2016-07-20target.def (addr_space): Add new diagnose_usage to hook vector.Georg-Johann Lay
2016-07-15c-parser.c (c_parser_oacc_declare): Don't scan for GOMP_MAP_POINTER.Cesar Philippidis
2016-07-13use auto_vec for more local variablesTrevor Saunders
2016-06-29Improve diagnostic messages of "#pragma omp cancel", "#pragma omp cancellatio...Thomas Schwinge
2016-06-29Rename PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLAREThomas Schwinge
2016-06-22C FE: suggest corrections for misspelled identifiers and type namesDavid Malcolm
2016-06-19PR c/69507 - bogus warning: ISO C does not allow ‘__alignof__ (expression)’Martin Sebor
2016-06-13C: fixits for named initializersDavid Malcolm
2016-06-10[PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge
2016-06-07C: add fixit hint to misspelled field namesDavid Malcolm
2016-06-06re PR c/71362 (Wrong position for "error: size of unnamed array is negative")Marek Polacek
2016-05-30re PR c++/71349 (Combined async target clause parsing issues)Jakub Jelinek